Skip to content

Commit

Permalink
Bump version to M3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffyu committed Jan 7, 2013
1 parent aaea9fa commit 955b586
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
<groupId>org.overlord.gadgets.server</groupId>
<artifactId>distribution</artifactId>
<packaging>pom</packaging>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
<name>Gadget Server::Distribution</name>

<parent>
<groupId>org.overlord.gadgets.server</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion gadget-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.overlord.gadgets.server</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gadget-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.overlord.gadgets.server</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion gadget-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.overlord.gadgets.server</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
</parent>
<groupId>org.overlord.gadgets.server</groupId>
<artifactId>gadget-web</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gadgets/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>parent</artifactId>
<groupId>org.overlord.gadgets.server</groupId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
</parent>
<groupId>org.overlord.gadgets.server</groupId>
<artifactId>gadgets</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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.overlord.gadgets.server</groupId>
<artifactId>parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0.20130107-M3</version>
<packaging>pom</packaging>
<name>Gadget Server</name>
<url>http://www.jboss.org/overlord</url>
Expand Down

0 comments on commit 955b586

Please sign in to comment.