Skip to content

Commit 357da41

Browse files
committed
Moved all snapshot dependencies to releases
1 parent 35987b9 commit 357da41

File tree

12 files changed

+17
-37
lines changed

12 files changed

+17
-37
lines changed

jcore-jnet-ae/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,11 @@
114114
<dependency>
115115
<groupId>de.julielab</groupId>
116116
<artifactId>julielab-java-utilities</artifactId>
117-
<version>1.0.0-SNAPSHOT</version>
118117
</dependency>
119118
</dependencies>
120119
<organization>
121120
<name>JULIE Lab Jena, Germany</name>
122121
<url>http://www.julielab.de</url>
123122
</organization>
124123
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-jnet-ae</url>
125-
</project>
124+
</project>

jcore-julielab-entity-evaluator-consumer/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>de.julielab</groupId>
1414
<artifactId>julielab-entity-evaluator</artifactId>
15-
<version>1.0.0-SNAPSHOT</version>
15+
<version>1.1.2</version>
1616
</dependency>
1717
<dependency>
1818
<groupId>de.julielab</groupId>
@@ -33,7 +33,6 @@
3333
<dependency>
3434
<groupId>de.julielab</groupId>
3535
<artifactId>julielab-java-utilities</artifactId>
36-
<version>1.0.0-SNAPSHOT</version>
3736
</dependency>
3837
</dependencies>
3938
<organization>

jcore-likelihood-assignment-ae/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,9 @@
99
<parent>
1010
<groupId>de.julielab</groupId>
1111
<artifactId>jcore-base</artifactId>
12-
<version>2.3.0-SNAPSHOT</version>
12+
<version>2.3.0</version>
1313
</parent>
1414

15-
<version>2.3.0-SNAPSHOT</version>
16-
1715
<dependencies>
1816
<dependency>
1917
<groupId>ch.qos.logback</groupId>

jcore-lingpipegazetteer-ae/pom.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@
1818
<dependency>
1919
<groupId>de.julielab</groupId>
2020
<artifactId>jcore-descriptor-creator</artifactId>
21-
<version>2.3.0-SNAPSHOT</version>
22-
<scope>provided</scope>
2321
</dependency>
2422
<dependency>
2523
<groupId>de.julielab</groupId>
@@ -67,4 +65,4 @@
6765
</license>
6866
</licenses>
6967
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-lingpipe-gazetteer-ae</url>
70-
</project>
68+
</project>

jcore-linnaeus-species-ae/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project contains the UIMA wrapper around the original Linnaeus software but
1414
<dependency>
1515
<groupId>de.julielab</groupId>
1616
<artifactId>linnaeus</artifactId>
17-
<version>2.0-JULIELAB-1.0.0-SNAPSHOT</version>
17+
<version>2.0-JULIELAB-1.0.0</version>
1818
</dependency>
1919
<dependency>
2020
<groupId>org.slf4j</groupId>
@@ -36,4 +36,4 @@ This project contains the UIMA wrapper around the original Linnaeus software but
3636
<name>JULIE Lab Jena, Germany</name>
3737
<url>http://www.julielab.de</url>
3838
</organization>
39-
</project>
39+
</project>

jcore-medxn-ae/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<version>2.3.0</version>
77
</parent>
88
<artifactId>jcore-medxn-ae</artifactId>
9-
<version>0.1.0-SNAPSHOT</version>
109
<name>JCoRe MedXN</name>
1110
<dependencies>
1211
<dependency>
@@ -17,7 +16,7 @@
1716
<dependency>
1817
<groupId>de.julielab</groupId>
1918
<artifactId>jcore-utilities</artifactId>
20-
<version>2.2.0</version>
19+
<version>${jcore-version}</version>
2120
</dependency>
2221
</dependencies>
23-
</project>
22+
</project>

jcore-opennlp-chunk-ae/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,11 @@
4747
<dependency>
4848
<groupId>de.julielab</groupId>
4949
<artifactId>julielab-java-utilities</artifactId>
50-
<version>1.0.0-SNAPSHOT</version>
5150
</dependency>
5251
</dependencies>
5352
<organization>
5453
<name>JULIE Lab Jena, Germany</name>
5554
<url>http://www.julielab.de</url>
5655
</organization>
5756
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-opennlp-chunk-ae</url>
58-
</project>
57+
</project>

jcore-pubtator-reader/pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
<dependency>
2626
<groupId>de.julielab</groupId>
2727
<artifactId>julielab-java-utilities</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
2928
</dependency>
3029
<dependency>
3130
<groupId>org.apache.commons</groupId>

jcore-topic-indexing-ae/pom.xml

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
<groupId>org.assertj</groupId>
2727
<artifactId>assertj-core</artifactId>
2828
</dependency>
29-
<dependency>
30-
<groupId>de.julielab</groupId>
31-
<artifactId>jcore-descriptor-creator</artifactId>
32-
</dependency>
3329
<dependency>
3430
<groupId>org.slf4j</groupId>
3531
<artifactId>slf4j-api</artifactId>
@@ -49,11 +45,6 @@
4945
<artifactId>commons-configuration2</artifactId>
5046
<version>2.2</version>
5147
</dependency>
52-
<dependency>
53-
<groupId>org.apache.uima</groupId>
54-
<artifactId>uimaj-core</artifactId>
55-
<version>2.9.0</version>
56-
</dependency>
5748
<dependency>
5849
<groupId>org.apache.uima</groupId>
5950
<artifactId>uimaj-document-annotation</artifactId>
@@ -62,22 +53,22 @@
6253
<dependency>
6354
<groupId>de.julielab</groupId>
6455
<artifactId>jcore-utilities</artifactId>
65-
<version>2.3.0</version>
56+
<version>${jcore-version}</version>
6657
</dependency>
6758
<dependency>
6859
<groupId>de.julielab</groupId>
6960
<artifactId>jcore-xmi-reader</artifactId>
70-
<version>2.3.0</version>
61+
<version>${jcore-version}</version>
7162
</dependency>
7263
<dependency>
7364
<groupId>de.julielab</groupId>
7465
<artifactId>jcore-xmi-splitter</artifactId>
75-
<version>2.3.0-SNAPSHOT</version>
66+
<version>${jcore-version}</version>
7667
</dependency>
7768
<dependency>
7869
<groupId>de.julielab</groupId>
7970
<artifactId>julielab-topic-modeling</artifactId>
80-
<version>1.9.0-SNAPSHOT</version>
71+
<version>1.9.0</version>
8172
</dependency>
8273
</dependencies>
8374
<name>JCoRe-Topic-Labeling-AE</name>

jcore-txt-consumer/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
<dependency>
3232
<groupId>de.julielab</groupId>
3333
<artifactId>julielab-java-utilities</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
3534
</dependency>
3635
</dependencies>
37-
</project>
36+
</project>

jcore-xml-reader/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
<dependency>
2828
<groupId>de.julielab</groupId>
2929
<artifactId>julielab-java-utilities</artifactId>
30-
<version>1.0.2-SNAPSHOT</version>
3130
</dependency>
3231
<dependency>
3332
<groupId>org.apache.uima</groupId>
@@ -47,4 +46,4 @@
4746
This is the base component for the JCoRe PubMed and Medline readers.
4847
</description>
4948
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-xml-reader</url>
50-
</project>
49+
</project>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>de.julielab</groupId>
1010
<artifactId>jcore-parent</artifactId>
11-
<version>2.3.2-SNAPSHOT</version>
11+
<version>2.3.2</version>
1212
</parent>
1313
<artifactId>jcore-base</artifactId>
1414
<packaging>pom</packaging>
@@ -113,4 +113,4 @@
113113
<developerConnection>scm:git:git://github.com/JULIELab/jcore-base.git</developerConnection>
114114
<url>scm:git:https://github.com/JULIELab/jcore-base</url>
115115
</scm>
116-
</project>
116+
</project>

0 commit comments

Comments
 (0)