Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.Beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Nov 15, 2013
1 parent 86b98bb commit 4aa660d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion addon/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
5 changes: 2 additions & 3 deletions api/pom.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.Beta1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>simple-impl</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.Beta1</version>

<packaging>pom</packaging>
<name>Furnace - Simple Container Parent</name>
Expand Down Expand Up @@ -328,6 +328,6 @@
<connection>${forge.scm.connection}</connection>
<developerConnection>${forge.developer.connection}</developerConnection>
<url>${forge.scm.url}</url>
<tag>HEAD</tag>
<tag>2.0.0.Beta1</tag>
</scm>
</project>
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.jboss.forge.furnace.container</groupId>
<artifactId>simple-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0.Beta1</version>
</parent>
<artifactId>simple-tests</artifactId>
<name>Furnace - Simple Container Tests</name>
Expand Down

0 comments on commit 4aa660d

Please sign in to comment.