Skip to content

Commit

Permalink
Finalized release
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Bauer committed Nov 5, 2014
1 parent b243854 commit ce231ef
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions 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-alpha3</version>
<version>1.0.0</version>
</parent>

<name>Seamless Android</name>
Expand Down Expand Up @@ -60,7 +60,7 @@
<artifacts>
<artifact>
<type>jar</type>
<file>${build.directory}/${build.finalName}.jar</file>
<file>${project.build.directory}/${project.build.finalName}.jar</file>
</artifact>
</artifacts>
</configuration>
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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</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-alpha3</version>
<version>1.0.0</version>
</parent>

<name>Seamless XML</name>
Expand Down

0 comments on commit ce231ef

Please sign in to comment.