We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41c629c commit a6f35c0Copy full SHA for a6f35c0
pom.xml
@@ -27,7 +27,7 @@
27
</parent>
28
29
<artifactId>jaxb2-maven-plugin</artifactId>
30
- <version>3.0.0-SNAPSHOT</version>
+ <version>3.0.0</version>
31
<packaging>maven-plugin</packaging>
32
33
<name>JAXB-2 Maven Plugin</name>
@@ -100,7 +100,7 @@
100
<connection>scm:git:https://github.com/mojohaus/jaxb2-maven-plugin.git</connection>
101
<developerConnection>scm:git:ssh://git@github.com/mojohaus/jaxb2-maven-plugin.git</developerConnection>
102
<url>https://github.com/mojohaus/jaxb2-maven-plugin.git</url>
103
- <tag>HEAD</tag>
+ <tag>jaxb2-maven-plugin-3.0.0</tag>
104
</scm>
105
<issueManagement>
106
<system>GitHub</system>
0 commit comments