Skip to content

Commit

Permalink
[maven-release-plugin] prepare release wicket-source-parent-6.0.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybrown8 committed Oct 22, 2012
1 parent 29eada2 commit c2a3503
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
</parent>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>6.0.0.8-SNAPSHOT</version>
<version>6.0.0.8</version>
<packaging>pom</packaging>
<description>Wicket-source displays component instantiation location in an html attribute, speeding the modification of existing wicket pages. The only module required for maven dependency in your app is wicket-source itself, although a demo app is included.</description>
<name>Wicket Source With Plugins</name>
Expand Down
2 changes: 1 addition & 1 deletion wicket-source-demo/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>6.0.0.8-SNAPSHOT</version>
<version>6.0.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-source-demo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion wicket-source/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>net.ftlines.wicket-source</groupId>
<artifactId>wicket-source-parent</artifactId>
<version>6.0.0.8-SNAPSHOT</version>
<version>6.0.0.8</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>wicket-source</artifactId>
Expand Down

0 comments on commit c2a3503

Please sign in to comment.