Skip to content

Commit

Permalink
Prepare for version 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
aaberg committed Oct 20, 2018
1 parent 4eff9e9 commit 629e085
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<groupId>org.sql2o</groupId>
<artifactId>sql2o-parent</artifactId>
<version>1.6.0-RC4-SNAPSHOT</version>
<version>1.6.0</version>
</parent>
<artifactId>sql2o</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion extensions/db2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.sql2o.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>1.6.0-RC4-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<dependencies>
Expand Down
7 changes: 4 additions & 3 deletions extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,14 @@
<parent>
<groupId>org.sql2o</groupId>
<artifactId>sql2o-parent</artifactId>
<version>1.6.0-RC4-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<modules>
<module>postgres</module>
<module>oracle</module>
<module>oracle-joda-time</module>
<!--Commented out oracle extensions, as they require a lot of setup to get working-->
<!--<module>oracle</module>-->
<!--<module>oracle-joda-time</module>-->
<module>db2</module>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion extensions/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.sql2o.extensions</groupId>
<artifactId>extensions-parent</artifactId>
<version>1.6.0-RC4-SNAPSHOT</version>
<version>1.6.0</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<groupId>org.sql2o</groupId>
<artifactId>sql2o-parent</artifactId>
<name>Sql2o parent</name>
<version>1.6.0-RC4-SNAPSHOT</version>
<version>1.6.0</version>
<description>
Easy database query library
</description>
Expand Down

0 comments on commit 629e085

Please sign in to comment.