diff options
author | James Moger <james.moger@gitblit.com> | 2021-05-02 17:06:56 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2021-05-02 17:06:56 -0400 |
commit | 7cb7159d061e4079375bc043ea44ec0021a02e55 (patch) | |
tree | d05255beafd75e3432cd76c660997641354a3cae | |
parent | a07dfa76095b02093f158abd16159d6ad6e53276 (diff) | |
download | iciql-7cb7159d061e4079375bc043ea44ec0021a02e55.tar.gz iciql-7cb7159d061e4079375bc043ea44ec0021a02e55.zip |
[maven-release-plugin] prepare release release-2.2.1release-2.2.1
-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.2.1-SNAPSHOT</version> + <version>2.2.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:git@github.com:gitblit/iciql.git</developerConnection> <url>https://github.com/gitblit/iciql</url> - <tag>HEAD</tag> + <tag>release-2.2.1</tag> </scm> <developers> |