Skip to content

Commit 50e5636

Browse files
committed
Update README.md
1 parent d3623ee commit 50e5636

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Add the following `plugin` tag to your `pom.xml`:
3030
<plugin>
3131
<groupId>io.github.fvarrui</groupId>
3232
<artifactId>javapackager</artifactId>
33-
<version>1.6.7</version>
33+
<version>1.7.0-SNAPSHOT</version>
3434
<executions>
3535
<execution>
3636
<phase>package</phase>
@@ -78,7 +78,7 @@ buildscript {
7878
mavenCentral()
7979
}
8080
dependencies {
81-
classpath 'io.github.fvarrui:javapackager:1.6.7'
81+
classpath 'io.github.fvarrui:javapackager:1.7.0-SNAPSHOT'
8282
}
8383
}
8484

0 commit comments

Comments
 (0)