We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ca88b1 commit 26c107cCopy full SHA for 26c107c
pom.xml
@@ -22,7 +22,7 @@
22
23
<groupId>org.skife.maven</groupId>
24
<artifactId>really-executable-jar-maven-plugin</artifactId>
25
- <version>2.1.1-SNAPSHOT</version>
+ <version>2.1.1</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.1.1</tag>
53
</scm>
54
55
<properties>
0 commit comments