Skip to content

Commit af0ec98

Browse files
committed
Also update some more pom files to 4.5.1
1 parent 440b448 commit af0ec98

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

pom-java-11.xml

Lines changed: 4 additions & 4 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.4.0</version>
5+
<version>4.5.1</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.4.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -200,7 +200,7 @@
200200
<configuration>
201201
<artifacts>
202202
<artifact>
203-
<file>${project.basedir}/stanford-corenlp-4.4.0-models.jar</file>
203+
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
204204
<type>jar</type>
205205
<classifier>models</classifier>
206206
</artifact>

pom-java-17.xml

Lines changed: 4 additions & 4 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.4.0</version>
5+
<version>4.5.1</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.4.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -200,7 +200,7 @@
200200
<configuration>
201201
<artifacts>
202202
<artifact>
203-
<file>${project.basedir}/stanford-corenlp-4.4.0-models.jar</file>
203+
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
204204
<type>jar</type>
205205
<classifier>models</classifier>
206206
</artifact>

pom.xml

Lines changed: 4 additions & 4 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.4.0</version>
5+
<version>4.5.1</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.4.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.4.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.5.1.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -202,7 +202,7 @@
202202
<configuration>
203203
<artifacts>
204204
<artifact>
205-
<file>${project.basedir}/stanford-corenlp-4.4.0-models.jar</file>
205+
<file>${project.basedir}/stanford-corenlp-4.5.1-models.jar</file>
206206
<type>jar</type>
207207
<classifier>models</classifier>
208208
</artifact>

0 commit comments

Comments
 (0)