aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2016-04-06 12:29:10 -0400
committerJames Moger <james.moger@gitblit.com>2016-04-06 12:29:10 -0400
commitb271347ae24a2757857b8031819ba7df4b836e54 (patch)
tree70d3f9f4335271991356381f20f90c54a1f71adb
parentae3d3a1620cf75f0b5f1f74c108d977681d00f57 (diff)
downloadiciql-b271347ae24a2757857b8031819ba7df4b836e54.tar.gz
iciql-b271347ae24a2757857b8031819ba7df4b836e54.zip
[maven-release-plugin] prepare release release-2.1.0release-2.1.0
-rw-r--r--pom.xml9
1 files changed, 4 insertions, 5 deletions
diff --git a/pom.xml b/pom.xml
index f788a51..f2963a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,11 +1,10 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId>
- <version>2.1.0-SNAPSHOT</version>
+ <version>2.1.0</version>
<name>Iciql</name>
<description>a model-based database access wrapper for JDBC</description>
<url>http://iciql.com</url>
@@ -22,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.0</tag>
</scm>
<developers>
@@ -192,7 +191,7 @@
<classpathScope>test</classpathScope>
<arguments>
<argument>-classpath</argument>
- <classpath/>
+ <classpath />
<argument>com.iciql.test.IciqlSuite</argument>
</arguments>
</configuration>