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
thibaultclem committed Apr 24, 2015
1 parent c8dad06 commit d13edc7
Show file tree
Hide file tree
Showing 36 changed files with 126 additions and 126 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>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-booking</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-core</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain-arquillian-tomcat7</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain-arquillian</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-depchain</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-distrib</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

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

<artifactId>juzu-doc-extension-examples</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

<name>Juzu Extension Examples</name>
<description>Various extension examples</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/extension/guide/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-extension-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-extension-guide</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

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

<artifactId>juzu-doc-extension-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Extension Aggregator</name>
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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-api</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>jar</packaging>

<name>Juzu API documentation</name>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/examples/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-reference-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-examples</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

<name>Juzu Reference Examples</name>
<description>Various reference examples</description>
Expand Down
4 changes: 2 additions & 2 deletions doc/reference/guide/pom.xml
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-doc-reference-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-guide</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

<name>Juzu Reference Guide</name>
<description>The reference guide</description>
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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-reference-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Reference Aggregator</name>
Expand Down
20 changes: 10 additions & 10 deletions doc/tutorial-portlet/examples/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>juzu-doc-tutorial-portlet-parent</artifactId>
<groupId>org.juzu</groupId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>juzu-doc-tutorial-portlet-examples</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>war</packaging>

<name>Juzu Portlet Tutorial Examples</name>
Expand All @@ -20,18 +20,18 @@
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-core</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-validation</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-less4j</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
Expand All @@ -42,7 +42,7 @@
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-webjars</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.webjars</groupId>
Expand All @@ -64,7 +64,7 @@
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-portlet</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -122,7 +122,7 @@
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-core</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand All @@ -135,13 +135,13 @@
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-depchain-arquillian</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-depchain-arquillian-tomcat7</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial-portlet/guide/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>juzu-doc-tutorial-portlet-parent</artifactId>
<groupId>org.juzu</groupId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>juzu-doc-tutorial-portlet-guide</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>war</packaging>

<name>Juzu Portlet Tutorial Guide</name>
Expand Down
4 changes: 2 additions & 2 deletions doc/tutorial-portlet/pom.xml
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>juzu-doc-parent</artifactId>
<groupId>org.juzu</groupId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>juzu-doc-tutorial-portlet-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Juzu Portlet Tutorial 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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-examples</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-guide</artifactId>
<version>1.0.0</version>
<version>1.1.x-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>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-doc-tutorial-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
<packaging>pom</packaging>

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

<artifactId>juzu-plugins-authz</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

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

<artifactId>juzu-plugins-closurecompiler</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

<name>Juzu Closure Compiler Plugin</name>
<description>The Google Closure plugin</description>
Expand Down
4 changes: 2 additions & 2 deletions plugins/jackson/pom.xml
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.juzu</groupId>
<artifactId>juzu-plugins-parent</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>
</parent>

<artifactId>juzu-plugins-jackson</artifactId>
<version>1.0.0</version>
<version>1.1.x-SNAPSHOT</version>

<name>Jackson Plugin</name>
<description>The Jackson plugin</description>
Expand Down

0 comments on commit d13edc7

Please sign in to comment.