Skip to content

Commit e8a8015

Browse files
authored
Merge pull request #1246 from stanfordnlp/dev
Update version in demo pom.xml
2 parents 1f9409a + 88bd640 commit e8a8015

File tree

1 file changed

+11
-11
lines changed
  • examples/sample-maven-project

1 file changed

+11
-11
lines changed

examples/sample-maven-project/pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -17,66 +17,66 @@
1717
<dependency>
1818
<groupId>edu.stanford.nlp</groupId>
1919
<artifactId>stanford-corenlp</artifactId>
20-
<version>3.9.2</version>
20+
<version>4.4.0</version>
2121
</dependency>
2222
<dependency>
2323
<groupId>edu.stanford.nlp</groupId>
2424
<artifactId>stanford-corenlp</artifactId>
25-
<version>3.9.2</version>
25+
<version>4.4.0</version>
2626
<classifier>javadoc</classifier>
2727
</dependency>
2828
<dependency>
2929
<groupId>edu.stanford.nlp</groupId>
3030
<artifactId>stanford-corenlp</artifactId>
31-
<version>3.9.2</version>
31+
<version>4.4.0</version>
3232
<classifier>sources</classifier>
3333
</dependency>
3434
<dependency>
3535
<groupId>edu.stanford.nlp</groupId>
3636
<artifactId>stanford-corenlp</artifactId>
37-
<version>3.9.2</version>
37+
<version>4.4.0</version>
3838
<classifier>models</classifier>
3939
</dependency>
4040
<dependency>
4141
<groupId>edu.stanford.nlp</groupId>
4242
<artifactId>stanford-corenlp</artifactId>
43-
<version>3.9.2</version>
43+
<version>4.4.0</version>
4444
<classifier>models-arabic</classifier>
4545
</dependency>
4646
<dependency>
4747
<groupId>edu.stanford.nlp</groupId>
4848
<artifactId>stanford-corenlp</artifactId>
49-
<version>3.9.2</version>
49+
<version>4.4.0</version>
5050
<classifier>models-chinese</classifier>
5151
</dependency>
5252
<dependency>
5353
<groupId>edu.stanford.nlp</groupId>
5454
<artifactId>stanford-corenlp</artifactId>
55-
<version>3.9.2</version>
55+
<version>4.4.0</version>
5656
<classifier>models-english</classifier>
5757
</dependency>
5858
<dependency>
5959
<groupId>edu.stanford.nlp</groupId>
6060
<artifactId>stanford-corenlp</artifactId>
61-
<version>3.9.2</version>
61+
<version>4.4.0</version>
6262
<classifier>models-english-kbp</classifier>
6363
</dependency>
6464
<dependency>
6565
<groupId>edu.stanford.nlp</groupId>
6666
<artifactId>stanford-corenlp</artifactId>
67-
<version>3.9.2</version>
67+
<version>4.4.0</version>
6868
<classifier>models-french</classifier>
6969
</dependency>
7070
<dependency>
7171
<groupId>edu.stanford.nlp</groupId>
7272
<artifactId>stanford-corenlp</artifactId>
73-
<version>3.9.2</version>
73+
<version>4.4.0</version>
7474
<classifier>models-german</classifier>
7575
</dependency>
7676
<dependency>
7777
<groupId>edu.stanford.nlp</groupId>
7878
<artifactId>stanford-corenlp</artifactId>
79-
<version>3.9.2</version>
79+
<version>4.4.0</version>
8080
<classifier>models-spanish</classifier>
8181
</dependency>
8282
</dependencies>

0 commit comments

Comments
 (0)