Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins Continuous Build server committed Feb 7, 2014
1 parent fcfe520 commit a5316f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
<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>
<groupId>org.restdoc</groupId>
<artifactId>restdoc-server-impl</artifactId>
<version>1.7.1-SNAPSHOT</version>
<version>1.7.1</version>
<name>Java Server implementation</name>
<description>Server implementation of RestDoc API Spec</description>
<parent>
Expand Down Expand Up @@ -95,7 +94,7 @@
<connection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</connection>
<developerConnection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</developerConnection>
<url>[email protected]:hoegertn/restdoc-java-server.git</url>
<tag>HEAD</tag>
<tag>v1.7.1</tag>
</scm>
<issueManagement>
<system>github</system>
Expand Down

0 comments on commit a5316f0

Please sign in to comment.