Skip to content

Commit 089ce87

Browse files
committed
U v1.3.1-SNAPSHOT
1 parent 5adb94d commit 089ce87

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following `plugin` tag to your `pom.xml`:
1818
<plugin>
1919
<groupId>io.github.fvarrui</groupId>
2020
<artifactId>javapackager</artifactId>
21-
<version>1.2.0</version>
21+
<version>1.3.0</version>
2222
<executions>
2323
<execution>
2424
<phase>package</phase>
@@ -287,6 +287,7 @@ Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column
287287

288288
## Older documentation
289289

290+
- [v1.2.0](https://github.com/fvarrui/JavaPackager/blob/v1.2.0/README.md)
290291
- [v1.1.0](https://github.com/fvarrui/JavaPackager/blob/v1.1.0/README.md)
291292
- [v1.0.3](https://github.com/fvarrui/JavaPackager/blob/v1.0.3/README.md)
292293
- [v1.0.2](https://github.com/fvarrui/JavaPackager/blob/v1.0.2/README.md)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
}
6363

6464
group = 'io.github.fvarrui'
65-
version = '1.2.1-SNAPSHOT'
65+
version = '1.3.1-SNAPSHOT'
6666
description = 'Hybrid Maven/Gradle plugin to package Java applications as native Windows, Mac OS X or GNU/Linux executables and create installers for them'
6767

6868
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)