Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Jan 22, 2014
1 parent 6877d75 commit b243854
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion android/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless Android</name>
Expand Down
2 changes: 1 addition & 1 deletion cdi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless CDI</name>
Expand Down
2 changes: 1 addition & 1 deletion gwt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless GWT</name>
Expand Down
2 changes: 1 addition & 1 deletion http/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless HTTP</name>
Expand Down
2 changes: 1 addition & 1 deletion javadoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless Javadoc</name>
Expand Down
2 changes: 1 addition & 1 deletion mock/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless Mock</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>

<modules>
<module>util</module>
Expand Down
2 changes: 1 addition & 1 deletion swing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless Swing</name>
Expand Down
2 changes: 1 addition & 1 deletion util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless Utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion xml/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.seamless</groupId>
<artifactId>parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0-alpha3</version>
</parent>

<name>Seamless XML</name>
Expand Down

0 comments on commit b243854

Please sign in to comment.