diff options
author | James Moger <james.moger@gitblit.com> | 2016-04-07 14:32:15 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2016-04-07 14:32:15 -0400 |
commit | b306171b8327b35f9e2f851c0e9023c65ede595d (patch) | |
tree | 5bc23087dc4df7810bb183c487d3f7a73c9a6f4e /pom.xml | |
parent | 4d6ad0e9c2f20369bf8766777f3d51f759c2df08 (diff) | |
download | iciql-b306171b8327b35f9e2f851c0e9023c65ede595d.tar.gz iciql-b306171b8327b35f9e2f851c0e9023c65ede595d.zip |
[maven-release-plugin] prepare release release-2.1.1release-2.1.1
Diffstat (limited to 'pom.xml')
-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.1.1-SNAPSHOT</version> + <version>2.1.1</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>HEAD</tag> + <tag>release-2.1.1</tag> </scm> <developers> |