Skip to content

Commit

Permalink
Update Maven versions for release
Browse files Browse the repository at this point in the history
  • Loading branch information
garricko committed Apr 5, 2017
1 parent b23ea3d commit 28b4afc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>database-demo</groupId>
<artifactId>database-demo</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>com.github.susom</groupId>
<artifactId>database</artifactId>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>com.github.susom</groupId>
<artifactId>database</artifactId>
<packaging>jar</packaging>
<version>2.2-SNAPSHOT</version>
<version>2.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>Simplified API for accessing JDBC data sources.</description>
Expand Down

0 comments on commit 28b4afc

Please sign in to comment.