diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-04 21:05:26 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-04 21:05:26 -0400 |
commit | aee8b59bf3696f58aa20e0c87efaf3e261c76e83 (patch) | |
tree | f9ab103fca1bc26f4d5f46ac3531d144db8aa074 | |
parent | 1d28eb5f5fc8aaed3a6d5a059863044aed32cc6a (diff) | |
download | iciql-aee8b59bf3696f58aa20e0c87efaf3e261c76e83.tar.gz iciql-aee8b59bf3696f58aa20e0c87efaf3e261c76e83.zip |
[maven-release-plugin] prepare for next development iteration
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ <groupId>com.gitblit.iciql</groupId> <artifactId>iciql</artifactId> - <version>2.0.0</version> + <version>2.0.1-SNAPSHOT</version> <name>Iciql</name> <description>a model-based database access wrapper for JDBC</description> <url>http://iciql.com</url> @@ -21,7 +21,7 @@ <connection>scm:git:git://github.com/gitblit/iciql.git</connection> <developerConnection>scm:git:https://github.com/gitblit/iciql.git</developerConnection> <url>https://github.com/gitblit/iciql</url> - <tag>release-2.0.0</tag> + <tag>HEAD</tag> </scm> <developers> |