Skip to content

Commit

Permalink
update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
sbryzak committed Aug 14, 2011
1 parent c21fe2c commit 604df7e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 17 deletions.
10 changes: 2 additions & 8 deletions dist/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-parent</artifactId>
<version>3.0.1-SNAPSHOT</version>
<version>3.1.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -31,12 +31,6 @@
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-impl</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
Expand All @@ -53,7 +47,7 @@

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-impl</artifactId>
<artifactId>seam-solder</artifactId>
<version>${project.version}</version>
<classifier>sources</classifier>
<optional>true</optional>
Expand Down
2 changes: 1 addition & 1 deletion dist/src/main/assembly/assembly.xml
Expand Up @@ -103,7 +103,7 @@
<useProjectArtifact>false</useProjectArtifact>
<includes>
<include>org.jboss.seam.solder:seam-solder-api:*:sources</include>
<include>org.jboss.seam.solder:seam-solder-impl:*:sources</include>
<include>org.jboss.seam.solder:seam-solder:*:sources</include>
</includes>
<unpackOptions>
<excludes>
Expand Down
10 changes: 2 additions & 8 deletions pom.xml
Expand Up @@ -50,7 +50,7 @@
</modules>

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

Expand Down Expand Up @@ -81,7 +81,7 @@

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder-impl</artifactId>
<artifactId>seam-solder</artifactId>
<version>${project.version}</version>
</dependency>

Expand All @@ -91,12 +91,6 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>org.jboss.seam.solder</groupId>
<artifactId>seam-solder</artifactId>
<version>${project.version}</version>
</dependency>

</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 604df7e

Please sign in to comment.