Skip to content

Commit a50abc9

Browse files
committed
U version 0.6.0
1 parent 6877581 commit a50abc9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ git clone https://github.com/fvarrui/JavaPackager.git
1212
cd JavaPackager
1313
```
1414

15-
2. Compile, package and install the plugin in your local repositoriy:
15+
2. Compile, package and install the plugin in your local repository:
1616

1717
```bash
1818
mvn install
@@ -26,7 +26,7 @@ Add the following `plugin` tag to your `pom.xml`.
2626
<plugin>
2727
<groupId>fvarrui.maven</groupId>
2828
<artifactId>javapackager</artifactId>
29-
<version>0.5.0</version>
29+
<version>0.6.0</version>
3030
<executions>
3131
<execution>
3232
<phase>package</phase>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>fvarrui.maven</groupId>
77
<artifactId>javapackager</artifactId>
8-
<version>0.5.0</version>
8+
<version>0.6.0</version>
99
<packaging>maven-plugin</packaging>
1010

1111
<name>JavaPackager Maven Plugin</name>

0 commit comments

Comments
 (0)