Skip to content

Commit

Permalink
fix for xml-manager-lib
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed Oct 31, 2019
1 parent fc33b4a commit fc2ca90
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>life.qbic</groupId>
<artifactId>parent-pom</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
</parent>
<artifactId>data-model-lib</artifactId>
<packaging>jar</packaging>
<version>1.5.0</version>
<version>1.5.1</version>
<name>Data Model Library</name>
<url>http://github.com/qbicsoftware/data-model-lib</url>
<description>A collection of QBiC data models.</description>
Expand Down Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>life.qbic</groupId>
<artifactId>xml-manager-lib</artifactId>
<version>1.4.0</version>
<version>1.5.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down

0 comments on commit fc2ca90

Please sign in to comment.