Skip to content

Commit 12a12e2

Browse files
committed
pom updates
1 parent 042ee32 commit 12a12e2

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

doc/corenlp/pom-full.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>xom</groupId>
8888
<artifactId>xom</artifactId>
89-
<version>1.3.2</version>
89+
<version>1.3.7</version>
9090
</dependency>
9191

9292
<dependency>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.protobuf</groupId>
130130
<artifactId>protobuf-java</artifactId>
131-
<version>3.9.2</version>
131+
<version>3.11.4</version>
132132
</dependency>
133133

134134
<dependency>

pom-java-11.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>edu.stanford.nlp</groupId>
44
<artifactId>stanford-corenlp</artifactId>
5-
<version>4.2.2</version>
5+
<version>4.3.0</version>
66
<packaging>jar</packaging>
77
<name>Stanford CoreNLP</name>
88
<description>Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.3.0.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.3.0.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>xom</groupId>
8686
<artifactId>xom</artifactId>
87-
<version>1.3.2</version>
87+
<version>1.3.7</version>
8888
</dependency>
8989

9090
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.protobuf</groupId>
128128
<artifactId>protobuf-java</artifactId>
129-
<version>3.9.2</version>
129+
<version>3.11.4</version>
130130
</dependency>
131131

132132
<dependency>

pom-java-17.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>edu.stanford.nlp</groupId>
44
<artifactId>stanford-corenlp</artifactId>
5-
<version>4.2.2</version>
5+
<version>4.3.0</version>
66
<packaging>jar</packaging>
77
<name>Stanford CoreNLP</name>
88
<description>Stanford CoreNLP provides a set of natural language analysis tools which can take raw English language text input and give the base forms of words, their parts of speech, whether they are names of companies, people, etc., normalize dates, times, and numeric quantities, mark up the structure of sentences in terms of phrases and word dependencies, and indicate which noun phrases refer to the same entities. It provides the foundational building blocks for higher level text understanding applications.</description>
@@ -14,8 +14,8 @@
1414
</license>
1515
</licenses>
1616
<scm>
17-
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.2.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.3.0.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.3.0.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>xom</groupId>
8686
<artifactId>xom</artifactId>
87-
<version>1.3.2</version>
87+
<version>1.3.7</version>
8888
</dependency>
8989

9090
<dependency>
@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>com.google.protobuf</groupId>
128128
<artifactId>protobuf-java</artifactId>
129-
<version>3.9.2</version>
129+
<version>3.11.4</version>
130130
</dependency>
131131

132132
<dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>xom</groupId>
8888
<artifactId>xom</artifactId>
89-
<version>1.3.2</version>
89+
<version>1.3.7</version>
9090
</dependency>
9191

9292
<dependency>
@@ -128,7 +128,7 @@
128128
<dependency>
129129
<groupId>com.google.protobuf</groupId>
130130
<artifactId>protobuf-java</artifactId>
131-
<version>3.9.2</version>
131+
<version>3.11.4</version>
132132
</dependency>
133133

134134
<dependency>

0 commit comments

Comments
 (0)