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
sbryzak committed Feb 26, 2011
1 parent df6a1e6 commit 8165e4e
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>seam-rest-parent</artifactId>
<groupId>org.jboss.seam.rest</groupId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>seam-rest-api</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Seam REST Module API</name>
Expand Down
2 changes: 1 addition & 1 deletion combined/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions docs/reference/pom.xml
Expand Up @@ -4,15 +4,15 @@

<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-reference-guide</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Seam REST Reference Guide</name>
<url>http://seamframework.org/Seam3/RESTModule</url>

<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions examples/jaxrs-exceptions/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-jaxrs-exceptions-example</artifactId>
<packaging>war</packaging>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<name>Seam JAXRS Exceptions Example</name>
<url>http://seamframework.org/Seam3/RESTModule</url>

Expand Down
4 changes: 2 additions & 2 deletions examples/tasks-statistics/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-tasks-statistics-example</artifactId>
<packaging>war</packaging>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Tasks Statistics</name>
<url>http://seamframework.org/Seam3/RESTModule</url>

Expand Down
4 changes: 2 additions & 2 deletions examples/tasks/pom.xml
Expand Up @@ -5,14 +5,14 @@
<parent>
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-tasks-example</artifactId>
<packaging>war</packaging>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<name>Seam Tasks Example</name>
<url>http://seamframework.org/Seam3/RESTModule</url>

Expand Down
4 changes: 2 additions & 2 deletions impl/pom.xml
Expand Up @@ -4,12 +4,12 @@
<parent>
<artifactId>seam-rest-parent</artifactId>
<groupId>org.jboss.seam.rest</groupId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>seam-rest-impl</artifactId>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Seam REST Module Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -11,7 +11,7 @@
<groupId>org.jboss.seam.rest</groupId>
<artifactId>seam-rest-parent</artifactId>
<name>Seam REST Parent</name>
<version>3.0.0.CR1</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down

0 comments on commit 8165e4e

Please sign in to comment.