Skip to content

Commit

Permalink
Prepare for 1.0.4.Final release
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Feb 4, 2013
1 parent 34db206 commit af542dd
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 29 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management. For example, if you want
<dependency>
<groupId>org.jboss.spec</groupId>
<artifactId>jboss-javaee-web-6.0-with-tools</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<scope>import</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-all/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-all</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</scope>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-all/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-deltaspike/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-deltaspike</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</scope>
<scope>import</scope>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions jboss-javaee-6.0-with-deltaspike/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down Expand Up @@ -35,7 +35,8 @@
a Bill of Materials (BOM). A BOM specifies the versions of a "stack" (or
a collection) of artifacts. We use this here so that we always get the correct
versions of artifacts. Here we use the jboss-javaee-6.0 stack (you can read
this as the JBoss stack of the Java EE 6 APIs). You can actually use this
this as the JBoss stack of the Java EE 6 APIs), and we use version 3.0.2.Final
which is the latest release of the stack. You can actually use this
stack with any version of JBoss AS that implements Java EE 6, not just JBoss
AS 7! -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-errai/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-errai</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</scope>
<scope>import</scope>
</dependency>
Expand Down
5 changes: 3 additions & 2 deletions jboss-javaee-6.0-with-errai/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down Expand Up @@ -34,7 +34,8 @@
<!-- JBoss distributes a complete set of Java EE 6 APIs including a Bill of Materials (BOM).
A BOM specifies the versions of a "stack" (or a collection) of artifacts. We use this here so that we
always get the correct versions of artifacts. Here we use the jboss-javaee-6.0 stack (you can read this
as the JBoss stack of the Java EE 6 APIs). You can actually use this stack with any version of JBoss
as the JBoss stack of the Java EE 6 APIs), and we use version 3.0.2.Final
which is the latest release of the stack. You can actually use this stack with any version of JBoss
AS that implements Java EE 6, not just JBoss AS 7! -->
<dependency>
<groupId>org.jboss.spec</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-hibernate/README.md
Expand Up @@ -15,7 +15,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-hibernate</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-hibernate/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-hibernate3/README.md
Expand Up @@ -14,7 +14,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-hibernate3</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-hibernate3/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-infinispan/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-infinispan</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-infinispan/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-logging/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-logging</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-logging/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-osgi/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-osgi</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-osgi/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-resteasy/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-resteasy</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</scope>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-resteasy/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-richfaces/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-richfaces</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-richfaces/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-security/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-tools/README.md
Expand Up @@ -15,7 +15,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-tools</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-tools/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-transactions/README.md
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.jboss.bom</groupId>
<artifactId>jboss-javaee-6.0-with-transactions</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-6.0-with-transactions/pom.xml
Expand Up @@ -6,7 +6,7 @@

<parent>
<groupId>org.jboss.bom</groupId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>
<artifactId>jboss-bom-parent</artifactId>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jboss.bom</groupId>
<artifactId>jboss-bom-parent</artifactId>
<version>1.0.4-SNAPSHOT</version>
<version>1.0.4.Final</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit af542dd

Please sign in to comment.