Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 14, 2011
1 parent 1913623 commit 0b144ad
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 17 deletions.
3 changes: 1 addition & 2 deletions core/api/pom.xml
Expand Up @@ -4,13 +4,12 @@
<parent>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.0.0.Beta1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail-core-api</artifactId>
<version>3.0.0.Beta1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Seam Mail Module Core API</name>

Expand Down
8 changes: 4 additions & 4 deletions core/impl/pom.xml
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.0.0.Beta1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.mail</groupId>
Expand Down
8 changes: 4 additions & 4 deletions freemarker/impl/pom.xml
Expand Up @@ -3,10 +3,10 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.0.0.Beta1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<groupId>org.jboss.seam.mail</groupId>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Expand Up @@ -2,19 +2,19 @@
<modelVersion>4.0.0</modelVersion>

<parent>
<artifactId>seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
<version>9</version>
<artifactId>seam-parent</artifactId>
<groupId>org.jboss.seam</groupId>
<version>12</version>
</parent>

<groupId>org.jboss.seam.mail</groupId>
<artifactId>seam-mail-parent</artifactId>
<packaging>pom</packaging>
<version>3.0.0.Beta1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<name>Seam Mail Module</name>

<properties>
<seam.version>3.0.0.Final</seam.version>
<seam.version>3.1.0.Beta1</seam.version>
</properties>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion seam-render/impl/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>seam-mail-parent</artifactId>
<groupId>org.jboss.seam.mail</groupId>
<version>3.0.0.Beta1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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

Expand Down

0 comments on commit 0b144ad

Please sign in to comment.