Skip to content

Commit

Permalink
Update archetype version after releasing.
Browse files Browse the repository at this point in the history
  • Loading branch information
cescoffier committed Feb 20, 2012
1 parent 46cfc7c commit 49f8390
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -25,7 +25,7 @@ public class Helper {

public static void defineArchetypeVersion() {
if (System.getProperty("archetype.version") == null) {
System.setProperty("archetype.version", "1.0.8-SNAPSHOT");
System.setProperty("archetype.version", "1.0.9-SNAPSHOT");
}
System.out.println("archetype.version=" + System.getProperty("archetype.version"));
}
Expand Down

0 comments on commit 49f8390

Please sign in to comment.