Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Prepare for next development iteration (9.0.0.CR1)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgier committed May 1, 2015
1 parent 2f65743 commit 966bd8c
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To use the BOM, import into your dependency management. For example, if you want
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>
<scope>import</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-7.0-with-hibernate3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly-with-hibernate3</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-7.0-with-hibernate3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>
</parent>

<artifactId>jboss-javaee-7.0-wildfly-with-hibernate3</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-7.0-with-tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To use the BOM, import into your dependency management:
<dependency>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly-with-tools</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion jboss-javaee-7.0-with-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>
</parent>

<artifactId>jboss-javaee-7.0-wildfly-with-tools</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<groupId>org.wildfly.bom</groupId>
<artifactId>jboss-javaee-7.0-wildfly</artifactId>
<version>9.0.0.Beta3</version>
<version>9.0.0.CR1-SNAPSHOT</version>

<packaging>pom</packaging>

Expand All @@ -50,7 +50,7 @@
<connection>scm:git:https://github.com/wildfly/boms.git</connection>
<developerConnection>scm:git:https://github.com/wildfly/boms.git</developerConnection>
<url>http://github.com/wildfly/boms</url>
<tag>9.0.0.Beta3</tag>
<tag>9.0.0.CR1-SNAPSHOT</tag>
</scm>

<developers>
Expand Down

0 comments on commit 966bd8c

Please sign in to comment.