We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4887e6e commit cab0434Copy full SHA for cab0434
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>org.restdoc</groupId>
4
<artifactId>restdoc-server-impl</artifactId>
5
- <version>1.7.2-SNAPSHOT</version>
+ <version>1.7.2</version>
6
<name>Java Server implementation</name>
7
<description>Server implementation of RestDoc API Spec</description>
8
<parent>
@@ -94,7 +94,7 @@
94
<connection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</connection>
95
<developerConnection>scm:git:[email protected]:hoegertn/restdoc-java-server.git</developerConnection>
96
<url>[email protected]:hoegertn/restdoc-java-server.git</url>
97
- <tag>HEAD</tag>
+ <tag>v1.7.2</tag>
98
</scm>
99
<issueManagement>
100
<system>github</system>
0 commit comments