Skip to content

Commit a1314fc

Browse files
committed
Update README.md
1 parent 6a0956f commit a1314fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ JavaPackager is a Maven plugin which provides an easy way to package Java applic
33

44
Available on [Maven Central](https://search.maven.org/artifact/io.github.fvarrui/javapackager) since v0.9.0.
55

6+
> SNAPSHOT versions are not available on Maven Central, so you have to [install them manually](#how-to-build-and-install-the-plugin).
7+
68
## How to use the plugin
79

810
### Config your project
@@ -13,7 +15,7 @@ Add the following `plugin` tag to your `pom.xml`:
1315
<plugin>
1416
<groupId>io.github.fvarrui</groupId>
1517
<artifactId>javapackager</artifactId>
16-
<version>0.9.3</version>
18+
<version>0.9.4-SNAPSHOT</version>
1719
<executions>
1820
<execution>
1921
<phase>package</phase>

0 commit comments

Comments
 (0)