Skip to content

Commit b2ec6e4

Browse files
author
Jenkins Continuous Build server
committed
[maven-release-plugin] prepare release jaxrs11-v1.7.1
1 parent e3327b8 commit b2ec6e4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1+
<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">
32
<modelVersion>4.0.0</modelVersion>
43
<groupId>org.restdoc</groupId>
54
<artifactId>restdoc-server-impl-jaxrs11</artifactId>
6-
<version>1.7.1-SNAPSHOT</version>
5+
<version>1.7.1</version>
76
<name>Java Server implementation (JAX-RS 1.1)</name>
87
<description>Server implementation of RestDoc API Spec (JAX-RS 1.1)</description>
98
<parent>
@@ -95,7 +94,7 @@
9594
<connection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</connection>
9695
<developerConnection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</developerConnection>
9796
<url>[email protected]:hoegertn/restdoc-java-server.git</url>
98-
<tag>HEAD</tag>
97+
<tag>jaxrs11-v1.7.1</tag>
9998
</scm>
10099
<issueManagement>
101100
<system>github</system>

0 commit comments

Comments
 (0)