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 3723dd0 commit 1932f02Copy full SHA for 1932f02
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>org.codehaus.mojo</groupId>
5
<artifactId>native2ascii-maven-plugin</artifactId>
6
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>Native2Ascii Maven Plugin</name>
@@ -70,7 +70,7 @@
70
<connection>scm:git:https://github.com/mojohaus/native2ascii.git</connection>
71
<developerConnection>scm:git:ssh://[email protected]/mojohaus/native2ascii.git</developerConnection>
72
<url>https://github.com/mojohaus/native2ascii</url>
73
- <tag>HEAD</tag>
+ <tag>v2.0.1</tag>
74
</scm>
75
<issueManagement>
76
<system>JIRA</system>
0 commit comments