Skip to content

Commit

Permalink
[maven-release-plugin] prepare release sql2o-1.5.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaberg committed May 29, 2014
1 parent 461b385 commit 2781b00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>sql2o</artifactId>
<packaging>jar</packaging>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-RC1</version>
<name>sql2o</name>
<description>Easy database query library</description>
<url>http://www.sql2o.org</url>
Expand All @@ -16,7 +16,7 @@
<parent>
<groupId>org.sql2o</groupId>
<artifactId>sql2o-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-RC1</version>
</parent>
<developers>
<developer>
Expand Down
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.sql2o</groupId>
<artifactId>sql2o-parent</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0-RC1</version>
<description>
Easy database query library
</description>
Expand Down Expand Up @@ -53,7 +53,8 @@
<connection>scm:git:git@github.com:aaberg/sql2o.git</connection>
<developerConnection>scm:git:git@github.com:aaberg/sql2o.git</developerConnection>
<url>git@github.com:aaberg/sql2o.git</url>
</scm>
<tag>sql2o-1.5.0-RC1</tag>
</scm>

<dependencies>
<!-- all projects use junit for testing -->
Expand Down

0 comments on commit 2781b00

Please sign in to comment.