We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c851ab commit 3420933Copy full SHA for 3420933
1 file changed
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.sebastian-daschner</groupId>
5
<artifactId>jaxrs-analyzer</artifactId>
6
- <version>0.8-SNAPSHOT</version>
+ <version>0.8</version>
7
<name>JAX-RS Analyzer</name>
8
<packaging>jar</packaging>
9
@@ -127,7 +127,7 @@
127
<connection>scm:git:git@github.com:sdaschner/jaxrs-analyzer.git</connection>
128
<developerConnection>scm:git:git@github.com:sdaschner/jaxrs-analyzer.git</developerConnection>
129
<url>scm:git:git@github.com:sdaschner/jaxrs-analyzer.git</url>
130
- <tag>HEAD</tag>
+ <tag>v0.8</tag>
131
</scm>
132
133
<distributionManagement>
0 commit comments