We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fde545d commit 6ca44a9Copy full SHA for 6ca44a9
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>org.skife.maven</groupId>
24
<artifactId>really-executable-jar-maven-plugin</artifactId>
25
- <version>2.0.0-SNAPSHOT</version>
+ <version>2.0.0</version>
26
<packaging>maven-plugin</packaging>
27
28
<name>Really Executable Jar Maven Plugin</name>
@@ -49,7 +49,7 @@
49
<connection>scm:git:git://github.com/brianm/really-executable-jars-maven-plugin.git</connection>
50
<developerConnection>scm:git:[email protected]:brianm/really-executable-jars-maven-plugin.git</developerConnection>
51
<url>https://github.com/brianm/really-executable-jars-maven-plugin</url>
52
- <tag>HEAD</tag>
+ <tag>really-executable-jar-maven-plugin-2.0.0</tag>
53
</scm>
54
55
<properties>
0 commit comments