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 520ecbc commit 24ea335Copy full SHA for 24ea335
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.fvarrui</groupId>
5
<artifactId>javapackager</artifactId>
6
- <version>0.8.9-SNAPSHOT</version>
+ <version>0.8.9</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>JavaPackager Maven Plugin</name>
@@ -35,7 +35,8 @@
35
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
36
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
37
<url>https://github.com/fvarrui/JavaPackager</url>
38
- </scm>
+ <tag>javapackager-0.8.9</tag>
39
+ </scm>
40
41
<dependencies>
42
<dependency>
0 commit comments