Skip to content

Commit

Permalink
Use 7.1.0.CR1
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Dec 25, 2011
1 parent c50aecf commit 75aa59b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jboss-as-subsystem-archetype/archetype-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<parent>
<groupId>org.jboss.as</groupId>
<artifactId>jboss-as-parent</artifactId>
<version>7.0.1.Final</version>
<version>7.1.0.CR1</version>
</parent>

<groupId>org.jboss.as.archetypes</groupId>
<artifactId>jboss-as-subsystem</artifactId>
<version>7.0.1.Final</version>
<version>7.1.0.CR1</version>
<packaging>maven-archetype</packaging>

<name>JBoss AS 7 Subsystem</name>
Expand Down
2 changes: 1 addition & 1 deletion jboss-as-subsystem-archetype/archetype.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
archetype.groupId=org.jboss.as.archetypes
archetype.artifactId=jboss-as-subsystem
archetype.version=7.0.1.Final
archetype.version=7.1.0.CR1
# Java package of the source files; will be replaced with the ${package} expression
archetype.package=com.mycompany.subsystem
archetype.languages=java
Expand Down
4 changes: 2 additions & 2 deletions jboss-as-subsystem-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@

<groupId>org.jboss.as.archetypes</groupId>
<artifactId>jboss-as-subsystem-src</artifactId>
<version>7.0.1.Final</version>
<version>7.1.0.CR1</version>

<name>JBoss Application Server: Subsystem Artifact</name>

<packaging>jar</packaging>

<properties>
<version.jboss.as>7.0.1.Final</version.jboss.as>
<version.jboss.as>7.1.0.CR1</version.jboss.as>
<version.junit>4.8.2</version.junit>
<module.name>${module}</module.name>
</properties>
Expand Down

0 comments on commit 75aa59b

Please sign in to comment.