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 938e93a commit 0be8bdfCopy full SHA for 0be8bdf
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>io.github.fvarrui</groupId>
5
<artifactId>javapackager</artifactId>
6
- <version>0.8.9</version>
+ <version>0.8.10-SNAPSHOT</version>
7
<packaging>maven-plugin</packaging>
8
9
<name>JavaPackager Maven Plugin</name>
@@ -21,7 +21,7 @@
21
<connection>scm:git:git://github.com/fvarrui/JavaPackager.git</connection>
22
<developerConnection>scm:git:git@github.com:fvarrui/fvarrui.git</developerConnection>
23
<url>https://github.com/fvarrui/JavaPackager</url>
24
- <tag>javapackager-0.8.9</tag>
+ <tag>HEAD</tag>
25
</scm>
26
27
<dependencies>
0 commit comments