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 d3623ee commit 50e5636Copy full SHA for 50e5636
README.md
@@ -30,7 +30,7 @@ Add the following `plugin` tag to your `pom.xml`:
30
<plugin>
31
<groupId>io.github.fvarrui</groupId>
32
<artifactId>javapackager</artifactId>
33
- <version>1.6.7</version>
+ <version>1.7.0-SNAPSHOT</version>
34
<executions>
35
<execution>
36
<phase>package</phase>
@@ -78,7 +78,7 @@ buildscript {
78
mavenCentral()
79
}
80
dependencies {
81
- classpath 'io.github.fvarrui:javapackager:1.6.7'
+ classpath 'io.github.fvarrui:javapackager:1.7.0-SNAPSHOT'
82
83
84
0 commit comments