Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 2.0.0.Alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Mar 27, 2013
1 parent 017d9dd commit 9bf8853
Show file tree
Hide file tree
Showing 75 changed files with 154 additions and 170 deletions.
9 changes: 4 additions & 5 deletions addon-manager/addon/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>addon-manager-parent</artifactId> <artifactId>addon-manager-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -15,13 +14,13 @@
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>dependencies</artifactId> <artifactId>dependencies</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>ui</artifactId> <artifactId>ui</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
Expand Down
2 changes: 1 addition & 1 deletion addon-manager/api/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>addon-manager-parent</artifactId> <artifactId>addon-manager-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</parent> </parent>
<artifactId>addon-manager-api</artifactId> <artifactId>addon-manager-api</artifactId>
<name>Forge - Addon Manager API</name> <name>Forge - Addon Manager API</name>
Expand Down
7 changes: 3 additions & 4 deletions addon-manager/example/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>example</artifactId> <artifactId>example</artifactId>
Expand All @@ -18,7 +17,7 @@
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>example2</artifactId> <artifactId>example2</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
Expand Down
5 changes: 2 additions & 3 deletions addon-manager/example2/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>example2</artifactId> <artifactId>example2</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion addon-manager/impl/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>addon-manager-parent</artifactId> <artifactId>addon-manager-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion addon-manager/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion addon-manager/tests/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>


Expand Down
9 changes: 4 additions & 5 deletions addons/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>addons</artifactId> <artifactId>addons</artifactId>
Expand All @@ -19,13 +18,13 @@
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>ui</artifactId> <artifactId>ui</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>projects</artifactId> <artifactId>projects</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand Down
13 changes: 6 additions & 7 deletions aesh/addon/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -24,26 +23,26 @@
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-spi</artifactId> <artifactId>aesh-spi</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-test-harness</artifactId> <artifactId>aesh-test-harness</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>ui</artifactId> <artifactId>ui</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert</artifactId> <artifactId>convert</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
</dependencies> </dependencies>
<build> <build>
Expand Down
6 changes: 3 additions & 3 deletions aesh/api/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -19,13 +19,13 @@
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>ui-api</artifactId> <artifactId>ui-api</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert-api</artifactId> <artifactId>convert-api</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
Expand Down
8 changes: 4 additions & 4 deletions aesh/impl/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand All @@ -20,7 +20,7 @@
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-spi</artifactId> <artifactId>aesh-spi</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
Expand All @@ -41,13 +41,13 @@
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>ui-api</artifactId> <artifactId>ui-api</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert-api</artifactId> <artifactId>convert-api</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>
</dependencies> </dependencies>
Expand Down
2 changes: 1 addition & 1 deletion aesh/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion aesh/spi/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>aesh-spi</artifactId> <artifactId>aesh-spi</artifactId>
Expand Down
7 changes: 3 additions & 4 deletions aesh/test-harness/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>aesh-test-harness</artifactId> <artifactId>aesh-test-harness</artifactId>
Expand All @@ -20,7 +19,7 @@
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-spi</artifactId> <artifactId>aesh-spi</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
</dependencies> </dependencies>


Expand Down
6 changes: 3 additions & 3 deletions aesh/tests/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-parent</artifactId> <artifactId>aesh-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>aesh-tests</artifactId> <artifactId>aesh-tests</artifactId>
Expand All @@ -13,13 +13,13 @@
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh</artifactId> <artifactId>aesh</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>aesh-test-harness</artifactId> <artifactId>aesh-test-harness</artifactId>
<classifier>forge-addon</classifier> <classifier>forge-addon</classifier>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
Expand Down
2 changes: 1 addition & 1 deletion arquillian/classpath/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>arquillian-forge-parent</artifactId> <artifactId>arquillian-forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion arquillian/core/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>arquillian-forge-parent</artifactId> <artifactId>arquillian-forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion arquillian/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</parent> </parent>
<artifactId>forge-bootstrap</artifactId> <artifactId>forge-bootstrap</artifactId>
<name>Forge - Bootstrap module</name> <name>Forge - Bootstrap module</name>
Expand Down
2 changes: 1 addition & 1 deletion container-api/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion container-tests/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>forge-addon-container-tests</artifactId> <artifactId>forge-addon-container-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion container/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions convert/addon/pom.xml
Original file line number Original file line 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" <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">
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> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert-parent</artifactId> <artifactId>convert-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>convert</artifactId> <artifactId>convert</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion convert/api/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert-parent</artifactId> <artifactId>convert-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</parent> </parent>
<artifactId>convert-api</artifactId> <artifactId>convert-api</artifactId>
<name>Forge - Convert API</name> <name>Forge - Convert API</name>
Expand Down
2 changes: 1 addition & 1 deletion convert/impl/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>convert-parent</artifactId> <artifactId>convert-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
</parent> </parent>
<artifactId>convert-impl</artifactId> <artifactId>convert-impl</artifactId>
<name>Forge - Convert Impl</name> <name>Forge - Convert Impl</name>
Expand Down
2 changes: 1 addition & 1 deletion convert/pom.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0.Alpha1</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<artifactId>convert-parent</artifactId> <artifactId>convert-parent</artifactId>
Expand Down
Loading

0 comments on commit 9bf8853

Please sign in to comment.