Skip to content

Commit

Permalink
Moved all snapshot dependencies to releases
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Aug 10, 2018
1 parent 35987b9 commit 357da41
Show file tree
Hide file tree
Showing 12 changed files with 17 additions and 37 deletions.
3 changes: 1 addition & 2 deletions jcore-jnet-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,11 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<organization>
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
</organization>
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-jnet-ae</url>
</project>
</project>
3 changes: 1 addition & 2 deletions jcore-julielab-entity-evaluator-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-entity-evaluator</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.1.2</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
Expand All @@ -33,7 +33,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<organization>
Expand Down
4 changes: 1 addition & 3 deletions jcore-likelihood-assignment-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-base</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
</parent>

<version>2.3.0-SNAPSHOT</version>

<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
Expand Down
4 changes: 1 addition & 3 deletions jcore-lingpipegazetteer-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-descriptor-creator</artifactId>
<version>2.3.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
Expand Down Expand Up @@ -67,4 +65,4 @@
</license>
</licenses>
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-lingpipe-gazetteer-ae</url>
</project>
</project>
4 changes: 2 additions & 2 deletions jcore-linnaeus-species-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This project contains the UIMA wrapper around the original Linnaeus software but
<dependency>
<groupId>de.julielab</groupId>
<artifactId>linnaeus</artifactId>
<version>2.0-JULIELAB-1.0.0-SNAPSHOT</version>
<version>2.0-JULIELAB-1.0.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -36,4 +36,4 @@ This project contains the UIMA wrapper around the original Linnaeus software but
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
</organization>
</project>
</project>
5 changes: 2 additions & 3 deletions jcore-medxn-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<version>2.3.0</version>
</parent>
<artifactId>jcore-medxn-ae</artifactId>
<version>0.1.0-SNAPSHOT</version>
<name>JCoRe MedXN</name>
<dependencies>
<dependency>
Expand All @@ -17,7 +16,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-utilities</artifactId>
<version>2.2.0</version>
<version>${jcore-version}</version>
</dependency>
</dependencies>
</project>
</project>
3 changes: 1 addition & 2 deletions jcore-opennlp-chunk-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
<organization>
<name>JULIE Lab Jena, Germany</name>
<url>http://www.julielab.de</url>
</organization>
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-opennlp-chunk-ae</url>
</project>
</project>
1 change: 0 additions & 1 deletion jcore-pubtator-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down
17 changes: 4 additions & 13 deletions jcore-topic-indexing-ae/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-descriptor-creator</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand All @@ -49,11 +45,6 @@
<artifactId>commons-configuration2</artifactId>
<version>2.2</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-core</artifactId>
<version>2.9.0</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
<artifactId>uimaj-document-annotation</artifactId>
Expand All @@ -62,22 +53,22 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-utilities</artifactId>
<version>2.3.0</version>
<version>${jcore-version}</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-reader</artifactId>
<version>2.3.0</version>
<version>${jcore-version}</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-splitter</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>${jcore-version}</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-topic-modeling</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
</dependency>
</dependencies>
<name>JCoRe-Topic-Labeling-AE</name>
Expand Down
3 changes: 1 addition & 2 deletions jcore-txt-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
</project>
3 changes: 1 addition & 2 deletions jcore-xml-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julielab-java-utilities</artifactId>
<version>1.0.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.uima</groupId>
Expand All @@ -47,4 +46,4 @@
This is the base component for the JCoRe PubMed and Medline readers.
</description>
<url>https://github.com/JULIELab/jcore-base/tree/master/jcore-xml-reader</url>
</project>
</project>
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jcore-parent</artifactId>
<version>2.3.2-SNAPSHOT</version>
<version>2.3.2</version>
</parent>
<artifactId>jcore-base</artifactId>
<packaging>pom</packaging>
Expand Down Expand Up @@ -113,4 +113,4 @@
<developerConnection>scm:git:git://github.com/JULIELab/jcore-base.git</developerConnection>
<url>scm:git:https://github.com/JULIELab/jcore-base</url>
</scm>
</project>
</project>

0 comments on commit 357da41

Please sign in to comment.