Skip to content

Commit

Permalink
Version 1.2.2. Updated the XML tools dependency for a bugfix.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Dec 5, 2018
1 parent 5ee9208 commit 0c3f08d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>costosys</artifactId>
<version>1.2.2-SNAPSHOT</version>
<version>1.2.2</version>
<name>Corpus Storage System</name>
<description>A utility for managing documents stored in a PostgreSQL database. The documents are imported into a
PostgreSQL DB as full texts with the goal to be able to retrieve the documents by their PubMedID efficiently.
Expand Down Expand Up @@ -115,7 +115,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julie-xml-tools</artifactId>
<version>0.4.1</version>
<version>0.4.2</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 0c3f08d

Please sign in to comment.