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
Markus Binsteiner committed Nov 5, 2010
1 parent 508859f commit 48d03cb
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions backend-modules/cxf-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>backend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cxf-backend</artifactId>
Expand Down Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>org.vpac.grisu</groupId>
<artifactId>cxf-interface</artifactId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
Expand Down
4 changes: 2 additions & 2 deletions backend-modules/desktop-proxy-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>backend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<groupId>org.vpac.grisu</groupId>
<artifactId>desktop-proxy-backend</artifactId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
<name>Desktop Proxy Grisu Backend</name>
<packaging>war</packaging>
<description>A module to run a backend on a local desktop, publishing the same API
Expand Down
2 changes: 1 addition & 1 deletion backend-modules/enunciate-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>backend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>enunciate-backend</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion backend-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>grisu-connectors</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>backend-modules</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions backend-modules/xfire-backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>backend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xfire-backend</artifactId>
Expand Down Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>org.vpac.grisu</groupId>
<artifactId>xfire-interface</artifactId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions frontend-modules/cxf-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>frontend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cxf-frontend</artifactId>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>org.vpac.grisu</groupId>
<artifactId>cxf-interface</artifactId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion frontend-modules/enunciate-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>frontend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<artifactId>enunciate-frontend</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion frontend-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>grisu-connectors</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>frontend-modules</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions frontend-modules/xfire-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>frontend-modules</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xfire-frontend</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.vpac.grisu</groupId>
<artifactId>xfire-interface</artifactId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
<scope>compile</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion interfaces/cxf-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>interfaces</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>cxf-interface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>grisu-connectors</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>interfaces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion interfaces/xfire-interface/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<parent>
<artifactId>interfaces</artifactId>
<groupId>org.vpac.grisu</groupId>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xfire-interface</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.vpac.grisu</groupId>
<artifactId>grisu-connectors</artifactId>
<packaging>pom</packaging>
<version>0.3-beta3</version>
<version>0.3-beta4-SNAPSHOT</version>
<name>grisu-connectors Multi Project</name>
<url>http://maven.apache.org</url>

Expand Down

0 comments on commit 48d03cb

Please sign in to comment.