Skip to content

Commit

Permalink
U v1.3.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarrui committed Oct 17, 2020
1 parent 5adb94d commit 089ce87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Add the following `plugin` tag to your `pom.xml`:
<plugin>
<groupId>io.github.fvarrui</groupId>
<artifactId>javapackager</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down Expand Up @@ -287,6 +287,7 @@ Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column

## Older documentation

- [v1.2.0](https://github.com/fvarrui/JavaPackager/blob/v1.2.0/README.md)
- [v1.1.0](https://github.com/fvarrui/JavaPackager/blob/v1.1.0/README.md)
- [v1.0.3](https://github.com/fvarrui/JavaPackager/blob/v1.0.3/README.md)
- [v1.0.2](https://github.com/fvarrui/JavaPackager/blob/v1.0.2/README.md)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ dependencies {
}

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

sourceCompatibility = JavaVersion.VERSION_1_8
Expand Down

0 comments on commit 089ce87

Please sign in to comment.