Skip to content

Commit

Permalink
Updating xmi splitter version and manageing its version in the jedis …
Browse files Browse the repository at this point in the history
…pom.
  • Loading branch information
khituras committed May 13, 2020
1 parent 9011491 commit 1db3209
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion jcore-xmi-db-reader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-splitter</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
Expand Down
1 change: 0 additions & 1 deletion jcore-xmi-db-writer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-splitter</artifactId>
<version>2.3.3</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down
6 changes: 5 additions & 1 deletion jedis-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
<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>

<dependencyManagement>
<dependencies>
<dependency>
Expand All @@ -25,6 +24,11 @@
<artifactId>jcore-db-test-utilities</artifactId>
<version>2.5.0</version>
</dependency>
<dependency>
<groupId>de.julielab</groupId>
<artifactId>jcore-xmi-splitter</artifactId>
<version>2.3.4</version>
</dependency>
</dependencies>
</dependencyManagement>
<modules>
Expand Down

0 comments on commit 1db3209

Please sign in to comment.