Skip to content

Commit 9bbfe00

Browse files
committed
Update README.md
1 parent 09eaa7e commit 9bbfe00

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44

55
JavaPackager is a hybrid plugin for **Maven** and **Gradle** which provides an easy way to package Java applications in native Windows, Mac OS X or GNU/Linux executables, and generates installers for them.
66

7-
> SNAPSHOT versions are not released to Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
7+
> SNAPSHOT version are not released to Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
8+
9+
> :eyes: See [JavaPackager changes and fixes](https://github.com/fvarrui/JavaPackager/releases/latest).
810
911
## How to use this plugin
1012

@@ -16,7 +18,7 @@ Add the following `plugin` tag to your `pom.xml`:
1618
<plugin>
1719
<groupId>io.github.fvarrui</groupId>
1820
<artifactId>javapackager</artifactId>
19-
<version>1.2.0|1.2.1-SNAPSHOT</version>
21+
<version>1.2.0</version>
2022
<executions>
2123
<execution>
2224
<phase>package</phase>

0 commit comments

Comments
 (0)