Browse Source

[maven-release-plugin] prepare release release-2.1.0

tags/release-2.1.0^0
James Moger 8 years ago
parent
commit
b271347ae2
1 changed files with 4 additions and 5 deletions
  1. 4
    5
      pom.xml

+ 4
- 5
pom.xml View File

<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> <modelVersion>4.0.0</modelVersion>


<groupId>com.gitblit.iciql</groupId> <groupId>com.gitblit.iciql</groupId>
<artifactId>iciql</artifactId> <artifactId>iciql</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Iciql</name> <name>Iciql</name>
<description>a model-based database access wrapper for JDBC</description> <description>a model-based database access wrapper for JDBC</description>
<url>http://iciql.com</url> <url>http://iciql.com</url>
<connection>scm:git:git://github.com/gitblit/iciql.git</connection> <connection>scm:git:git://github.com/gitblit/iciql.git</connection>
<developerConnection>scm:git:https://github.com/gitblit/iciql.git</developerConnection> <developerConnection>scm:git:https://github.com/gitblit/iciql.git</developerConnection>
<url>https://github.com/gitblit/iciql</url> <url>https://github.com/gitblit/iciql</url>
<tag>HEAD</tag>
<tag>release-2.1.0</tag>
</scm> </scm>


<developers> <developers>
<classpathScope>test</classpathScope> <classpathScope>test</classpathScope>
<arguments> <arguments>
<argument>-classpath</argument> <argument>-classpath</argument>
<classpath/>
<classpath />
<argument>com.iciql.test.IciqlSuite</argument> <argument>com.iciql.test.IciqlSuite</argument>
</arguments> </arguments>
</configuration> </configuration>

Loading…
Cancel
Save