Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0.0.Alpha4
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jun 9, 2011
1 parent 541769f commit 0b56e2d
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 35 deletions.
5 changes: 2 additions & 3 deletions dev-plugins/pom.xml
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<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>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
Expand Down
2 changes: 1 addition & 1 deletion event-bus-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
4 changes: 2 additions & 2 deletions git-tools/pom.xml
Expand Up @@ -4,15 +4,15 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-git-tools</artifactId> <artifactId>forge-git-tools</artifactId>
<name>Forge - Git Integration</name> <name>Forge - Git Integration</name>
<description>Isolates Forge build from the addition of another Maven repository for Git</description> <description>Isolates Forge build from the addition of another Maven repository for Git</description>
<properties> <properties>
<forge.api.version>1.0.0-SNAPSHOT</forge.api.version> <forge.api.version>1.0.0.Alpha4</forge.api.version>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
Expand Down
2 changes: 1 addition & 1 deletion javaee-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion javaee-impl/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion maven-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion parser-java-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions parser-java/pom.xml
@@ -1,11 +1,10 @@
<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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion parser-xml/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>


Expand Down
10 changes: 4 additions & 6 deletions plugin-loader/pom.xml
@@ -1,23 +1,21 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project <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"
xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../</relativePath> <relativePath>../</relativePath>
</parent> </parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-plugin-loader</artifactId> <artifactId>forge-plugin-loader</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>


<name>Forge - Plugin Loader</name> <name>Forge - Plugin Loader</name>
<description>Responsible for building classpath isolation for plugins using JBoss Modules</description> <description>Responsible for building classpath isolation for plugins using JBoss Modules</description>


<properties> <properties>
<forge.api.version>1.0.0-SNAPSHOT</forge.api.version> <forge.api.version>1.0.0.Alpha4</forge.api.version>
<jboss.modules.version>1.0.0.Beta17</jboss.modules.version> <jboss.modules.version>1.0.0.Beta17</jboss.modules.version>
</properties> </properties>
<dependencies> <dependencies>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
@@ -1,5 +1,4 @@
<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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>


<parent> <parent>
Expand All @@ -10,7 +9,7 @@


<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<packaging>pom</packaging> <packaging>pom</packaging>


<name>Forge - Parent</name> <name>Forge - Parent</name>
Expand Down
2 changes: 1 addition & 1 deletion project-model-maven-tests/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions project-model-maven/pom.xml
@@ -1,11 +1,10 @@
<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/maven-v4_0_0.xsd">
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion scaffold-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
5 changes: 2 additions & 3 deletions scaffold-metawidget/pom.xml
@@ -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>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion scaffold-plugins/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion shell-api/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent> <parent>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion shell/pom.xml
Expand Up @@ -18,7 +18,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down
2 changes: 1 addition & 1 deletion test-harness/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent> <parent>
<artifactId>forge-parent</artifactId> <artifactId>forge-parent</artifactId>
<groupId>org.jboss.forge</groupId> <groupId>org.jboss.forge</groupId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0.Alpha4</version>
<relativePath>../pom.xml</relativePath> <relativePath>../pom.xml</relativePath>
</parent> </parent>


Expand Down

0 comments on commit 0b56e2d

Please sign in to comment.