Skip to content

Commit

Permalink
Setting JeDIS version to 2.3.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Jan 3, 2019
1 parent eb5039f commit 1fcfd1a
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion jcore-db-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jedis-parent</artifactId>
<groupId>de.julielab</groupId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<relativePath>../jedis-parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
8 changes: 4 additions & 4 deletions jcore-xmi-db-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>jedis-parent</artifactId>
<groupId>de.julielab</groupId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<relativePath>../jedis-parent</relativePath>
</parent>
<artifactId>jcore-xmi-db-reader</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-db-reader</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>org.testng</groupId>
Expand Down Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xml-db-reader</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-db-writer</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jcore-xmi-db-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>jedis-parent</artifactId>
<groupId>de.julielab</groupId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<relativePath>../jedis-parent</relativePath>
</parent>
<artifactId>jcore-xmi-db-writer</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions jcore-xml-db-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>de.julielab</groupId>
<artifactId>jedis-parent</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<relativePath>../jedis-parent</relativePath>
</parent>
<build>
Expand Down Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-db-reader</artifactId>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jedis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<description>This is an intermediate parent POM between the jcore-base parent and the components belonging to the
Jena Document Information (JeDIS) infrastructure. This POM determines the version of CoStoSys to use.
</description>
<version>2.3.9-SNAPSHOT</version>
<version>2.3.9</version>
<dependencyManagement>
<dependencies>
<dependency>
Expand Down

0 comments on commit 1fcfd1a

Please sign in to comment.