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 119a4a2 commit fcd4246Copy full SHA for fcd4246
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.fvarrui</groupId>
5
<artifactId>javapackager</artifactId>
6
- <version>0.8.10-SNAPSHOT</version>
+ <version>0.8.10</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>JavaPackager Maven Plugin</name>
@@ -28,7 +28,7 @@
28
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
29
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
30
<url>https://github.com/fvarrui/JavaPackager</url>
31
- <tag>HEAD</tag>
+ <tag>javapackager-0.8.10</tag>
32
</scm>
33
34
<dependencies>
0 commit comments