Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Mar 24, 2014
1 parent c948d30 commit 093ed46
Show file tree
Hide file tree
Showing 24 changed files with 81 additions and 81 deletions.
2 changes: 1 addition & 1 deletion archetype/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions booking/pom.xml
Expand Up @@ -31,11 +31,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-booking</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Booking</name>
<description>The infamous booking application</description>
Expand Down
4 changes: 2 additions & 2 deletions core/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-core</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Core</name>
<description>Where all the magic happens</description>
Expand Down
4 changes: 2 additions & 2 deletions depchain/arquillian-tomcat7/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-depchain</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain-arquillian-tomcat7</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Arquillian Tomcat7 Depchain</name>
<description>The Juzu Depchain for Arquillian testing with Tomcat7</description>
Expand Down
4 changes: 2 additions & 2 deletions depchain/arquillian/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-depchain</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain-arquillian</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Arquillian Depchain</name>
<description>The Juzu Depchain for Arquillian testing</description>
Expand Down
4 changes: 2 additions & 2 deletions depchain/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Depchains</name>
Expand Down
4 changes: 2 additions & 2 deletions distrib/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-distrib</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Distribution</name>
<description>Packaging and distribution</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Documentation Aggregator</name>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/api/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-reference-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-api</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Juzu API documentation</name>
Expand Down
6 changes: 3 additions & 3 deletions doc/reference/guide/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-reference-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-guide</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Reference Guide</name>
<description>The reference guide</description>
Expand All @@ -19,7 +19,7 @@
<groupId>org.juzu</groupId>
<artifactId>juzu-core</artifactId>
<classifier>sources</classifier>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions doc/reference/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Reference Aggregator</name>
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial/examples/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-tutorial-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-examples</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>war</packaging>

<name>Juzu Tutorial Examples</name>
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial/guide/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-tutorial-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-guide</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Tutorial Guide</name>
<description>The tutorial guide</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Tutorial Aggregator</name>
Expand Down
4 changes: 2 additions & 2 deletions plugins/less/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-less</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Less Plugin</name>
<description>The Less plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/less4j/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-less4j</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Less4j Plugin</name>
<description>The Less4j plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Plugins Aggregator</name>
Expand Down
4 changes: 2 additions & 2 deletions plugins/portlet/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-portlet</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Portlet Plugin</name>
<description>The Portlet plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/servlet/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-servlet</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Servlet Plugin</name>
<description>The Servlet plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/upload/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-upload</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu File Upload Plugin</name>
<description>The File Upload plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/webjars/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-webjars</artifactId>
<version>0.8.0</version>
<version>1.0.0-beta1-SNAPSHOT</version>

<name>Juzu Webjars Plugin</name>
<description>The Webjars plugin</description>
Expand Down

0 comments on commit 093ed46

Please sign in to comment.