Skip to content

Commit

Permalink
U version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fvarrui committed May 14, 2019
1 parent 6877581 commit a50abc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ git clone https://github.com/fvarrui/JavaPackager.git
cd JavaPackager
```

2. Compile, package and install the plugin in your local repositoriy:
2. Compile, package and install the plugin in your local repository:

```bash
mvn install
Expand All @@ -26,7 +26,7 @@ Add the following `plugin` tag to your `pom.xml`.
<plugin>
<groupId>fvarrui.maven</groupId>
<artifactId>javapackager</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<executions>
<execution>
<phase>package</phase>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>fvarrui.maven</groupId>
<artifactId>javapackager</artifactId>
<version>0.5.0</version>
<version>0.6.0</version>
<packaging>maven-plugin</packaging>

<name>JavaPackager Maven Plugin</name>
Expand Down

0 comments on commit a50abc9

Please sign in to comment.