Skip to content

Commit

Permalink
Prepare for release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed May 12, 2019
1 parent e6a5c29 commit 786438c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<parent>
<groupId>org.libj</groupId>
<artifactId>libj</artifactId>
<version>0.9.5-SNAPSHOT</version>
<version>0.9.5</version>
</parent>
<artifactId>sql</artifactId>
<version>0.4.5-SNAPSHOT</version>
<version>0.4.5</version>
<name>LibJ SQL</name>
<description>
Supplementary extensions to the java.sql package, providing common functions and abstractions related to SQL.
Expand All @@ -34,17 +34,17 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>logging</artifactId>
<version>0.4.1-SNAPSHOT</version>
<version>0.4.1</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>util</artifactId>
<version>0.7.9-SNAPSHOT</version>
<version>0.7.9</version>
</dependency>
<dependency>
<groupId>org.libj</groupId>
<artifactId>test</artifactId>
<version>0.6.9-SNAPSHOT</version>
<version>0.6.9</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 786438c

Please sign in to comment.