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
mojavelinux committed Dec 7, 2010
1 parent fb785b3 commit abae8d6
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions api/pom.xml
Expand Up @@ -21,12 +21,12 @@
<parent>
<artifactId>seam-servlet-parent</artifactId>
<groupId>org.jboss.seam.servlet</groupId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>seam-servlet-api</artifactId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Seam Servlet Module API</name>
Expand Down
2 changes: 1 addition & 1 deletion dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet-parent</artifactId>
<version>3.0.0.Alpha2</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 @@ -5,13 +5,13 @@
<parent>
<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet-parent</artifactId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.servlet</groupId>
<artifactId>seam-servlet-reference-guide</artifactId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>jdocbook</packaging>
<name>Seam Servlet Module Reference Guide</name>

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

<artifactId>seam-servlet-impl</artifactId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>jar</packaging>
<name>Seam Servlet Module Core Implementation</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -26,7 +26,7 @@

<artifactId>seam-servlet-parent</artifactId>
<groupId>org.jboss.seam.servlet</groupId>
<version>3.0.0.Alpha2</version>
<version>3.0.0-SNAPSHOT</version>

<packaging>pom</packaging>
<name>Seam Servlet Module</name>
Expand Down

0 comments on commit abae8d6

Please sign in to comment.