Skip to content

Commit 0cca5d2

Browse files
committed
update pom-full
1 parent 6a17aac commit 0cca5d2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

doc/corenlp/pom-full.xml

Lines changed: 8 additions & 8 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.1.0</version>
5+
<version>4.2.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.1.0.zip</url>
18-
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.1.0.zip</connection>
17+
<url>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</url>
18+
<connection>https://nlp.stanford.edu/software/stanford-corenlp-4.2.0.zip</connection>
1919
</scm>
2020
<developers>
2121
<developer>
@@ -98,19 +98,19 @@
9898
<dependency>
9999
<groupId>org.ejml</groupId>
100100
<artifactId>ejml-core</artifactId>
101-
<version>0.38</version>
101+
<version>0.39</version>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>org.ejml</groupId>
106106
<artifactId>ejml-ddense</artifactId>
107-
<version>0.38</version>
107+
<version>0.39</version>
108108
</dependency>
109109

110110
<dependency>
111111
<groupId>org.ejml</groupId>
112112
<artifactId>ejml-simple</artifactId>
113-
<version>0.38</version>
113+
<version>0.39</version>
114114
</dependency>
115115

116116
<dependency>
@@ -134,7 +134,7 @@
134134
<dependency>
135135
<groupId>junit</groupId>
136136
<artifactId>junit</artifactId>
137-
<version>4.12</version>
137+
<version>4.13.1</version>
138138
<scope>test</scope>
139139
</dependency>
140140

@@ -195,7 +195,7 @@
195195
<configuration>
196196
<artifacts>
197197
<artifact>
198-
<file>${project.basedir}/stanford-corenlp-4.1.0-models.jar</file>
198+
<file>${project.basedir}/stanford-corenlp-4.2.0-models.jar</file>
199199
<type>jar</type>
200200
<classifier>models</classifier>
201201
</artifact>

0 commit comments

Comments
 (0)