Skip to content

Commit 3a9b82c

Browse files
committed
Update README.md
1 parent a4ba739 commit 3a9b82c

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# JavaPackager
22
JavaPackager is a Maven plugin which provides an easy way to package Java applications in native Windows, Mac OS X, or GNU/Linux executables, and generates installers for them.
33

4+
Available on [Maven Central](https://search.maven.org/artifact/io.github.fvarrui/javapackager) since v0.9.0.
5+
46
## How to use the plugin
57

68
### Config your project
79

8-
> Available on Maven Central since v0.9.0.
9-
1010
Add the following `plugin` tag to your `pom.xml`:
1111

1212
```xml
1313
<plugin>
1414
<groupId>io.github.fvarrui</groupId>
1515
<artifactId>javapackager</artifactId>
16-
<version>0.9.1</version>
16+
<version>0.9.3</version>
1717
<executions>
1818
<execution>
1919
<phase>package</phase>
@@ -191,7 +191,7 @@ mvn install
191191
## How to publish the plugin on Maven Central
192192

193193
```bash
194-
mvn clean
194+
mvn clean release:clean
195195
mvn release:prepare
196196
mvn release:perform
197197
```
@@ -204,6 +204,8 @@ Check the [TO-DO list](https://github.com/fvarrui/JavaPackager/projects/1#column
204204

205205
## Older documentation
206206

207+
- [v0.9.1](https://github.com/fvarrui/JavaPackager/blob/v0.9.1/README.md)
208+
- [v0.9.0](https://github.com/fvarrui/JavaPackager/blob/v0.9.0/README.md)
207209
- [v0.8.9](https://github.com/fvarrui/JavaPackager/blob/v0.8.9/README.md)
208210
- [v0.8.8](https://github.com/fvarrui/JavaPackager/blob/v0.8.8/README.md)
209211
- [v0.8.7](https://github.com/fvarrui/JavaPackager/blob/v0.8.7/README.md)

0 commit comments

Comments
 (0)