Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Continuous Build server committed Apr 25, 2014
1 parent 80370b2 commit b4ed540
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
@@ -1,13 +1,12 @@
<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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>de.taimos</groupId>
<artifactId>oss-parent</artifactId>
<version>2</version>
</parent>
<artifactId>restutils</artifactId>
<version>1.4-SNAPSHOT</version>
<version>1.4</version>
<name>Taimos RESTUtils</name>
<description>Utility classes for JAX-RS</description>
<packaging>jar</packaging>
Expand Down Expand Up @@ -47,7 +46,7 @@
<url>git://github.com/taimos/RESTUtils.git</url>
<connection>scm:git:git://github.com/taimos/RESTUtils.git</connection>
<developerConnection>scm:git:git@github.com:taimos/RESTUtils.git</developerConnection>
<tag>HEAD</tag>
<tag>v1.4</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit b4ed540

Please sign in to comment.