Skip to content

Commit

Permalink
Updated to latest with-deltaspike BOM, and removed version from expli…
Browse files Browse the repository at this point in the history
…city partial-bean dependency.
  • Loading branch information
jessesightler-redhat committed Jun 17, 2013
1 parent 9f29efa commit 0764ed8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions deltaspike-partialbean-advanced/pom.xml
Expand Up @@ -41,7 +41,7 @@
<version.org.jboss.as.maven.plugin>7.3.Final</version.org.jboss.as.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.org.jboss.bom>1.0.7.CR4</version.org.jboss.bom>
<version.org.jboss.bom>1.0.7.CR5</version.org.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -156,7 +156,6 @@
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-partial-bean-module-impl</artifactId>
<version>0.4</version>
</dependency>

<!-- JAX RS API, we use provided scope as the API is included in
Expand Down
3 changes: 1 addition & 2 deletions deltaspike-partialbean-basic/pom.xml
Expand Up @@ -41,7 +41,7 @@
<version.org.jboss.as.maven.plugin>7.3.Final</version.org.jboss.as.maven.plugin>

<!-- Define the version of the JBoss BOMs we want to import to specify tested stacks. -->
<version.org.jboss.bom>1.0.7.CR4</version.org.jboss.bom>
<version.org.jboss.bom>1.0.7.CR5</version.org.jboss.bom>
<!-- Alternatively, comment out the above line, and un-comment the
line below to use version 1.0.4.Final-redhat-1 which is a release certified
to work with JBoss EAP 6. It requires you have access to the JBoss EAP 6
Expand Down Expand Up @@ -156,7 +156,6 @@
<dependency>
<groupId>org.apache.deltaspike.modules</groupId>
<artifactId>deltaspike-partial-bean-module-impl</artifactId>
<version>0.4</version>
</dependency>

<!-- JAX RS API, we use provided scope as the API is included in
Expand Down

0 comments on commit 0764ed8

Please sign in to comment.