Skip to content

Commit

Permalink
Release Maven plugin version 1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascaldekloe committed Apr 2, 2017
1 parent 1090cba commit 428640e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ control. Modern developers may disagree and use the Maven plugin.
<plugin>
<groupId>net.quies.colfer</groupId>
<artifactId>colfer-maven-plugin</artifactId>
<version>1.8</version>
<version>1.9</version>
<configuration>
<packagePrefix>com/example</packagePrefix>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion java/maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>net.quies.colfer</groupId>
<artifactId>colfer-maven-plugin</artifactId>
<version>1.9-SNAPSHOT</version>
<version>1.9</version>
<packaging>maven-plugin</packaging>

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

0 comments on commit 428640e

Please sign in to comment.