Skip to content

Commit

Permalink
Resolves #18.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed Mar 9, 2023
1 parent 091a340 commit 9955e24
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.6.1</version>
<version>1.6.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 @@ -148,7 +148,7 @@
<dependency>
<groupId>de.julielab</groupId>
<artifactId>julie-xml-tools</artifactId>
<version>0.6.5-SNAPSHOT</version>
<version>0.6.7</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down

0 comments on commit 9955e24

Please sign in to comment.