Skip to content

Commit

Permalink
Prepare for development of 7.0.0-build-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rafabene committed Apr 20, 2015
1 parent b4e8afa commit 8da59cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions jboss-javaee6-webapp-archetype/pom.xml
Expand Up @@ -12,7 +12,7 @@

<groupId>org.jboss.archetype.eap</groupId>
<artifactId>jboss-javaee6-webapp-archetype</artifactId>
<version>6.4.0.GA</version>
<version>7.0.0-build-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>Java EE 6 Webapp</name>
Expand Down Expand Up @@ -95,7 +95,7 @@
<projectGitRepo>git://github.com/jboss-developer/jboss-eap-quickstarts.git</projectGitRepo>
<projectPath>kitchensink</projectPath>
<rootPackage>org.jboss.as.quickstarts.kitchensink</rootPackage>
<branch>tags/6.4.0.GA</branch>
<branch>tags/7.0.0-build-SNAPSHOT</branch>
<applyPatch>jboss-repositories-webapp.diff</applyPatch>
<archetypeExpressionReplaceValues>
<archetypeExpressionReplaceValue>jboss-kitchensink</archetypeExpressionReplaceValue>
Expand Down
4 changes: 2 additions & 2 deletions jboss-javaee6-webapp-ear-archetype/pom.xml
Expand Up @@ -18,7 +18,7 @@

<groupId>org.jboss.archetype.eap</groupId>
<artifactId>jboss-javaee6-webapp-ear-archetype</artifactId>
<version>6.4.0.GA</version>
<version>7.0.0-build-SNAPSHOT</version>
<packaging>maven-archetype</packaging>

<name>Java EE 6 EAR Webapp</name>
Expand Down Expand Up @@ -107,7 +107,7 @@
<projectPath>kitchensink-ear</projectPath>
<rootPackage>org.jboss.as.quickstarts.kitchensink_ear</rootPackage>
<multiModuleProject>true</multiModuleProject>
<branch>tags/6.4.0.GA</branch>
<branch>tags/7.0.0-build-SNAPSHOT</branch>
<applyPatch>jboss-repositories-ear.diff</applyPatch>
<archetypeExpressionReplaceValues>
<archetypeExpressionReplaceValue>jboss-kitchensink-ear</archetypeExpressionReplaceValue>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jboss.archetype</groupId>
<artifactId>eap-archetypes-test</artifactId>
<version>6.4.0.GA</version>
<version>7.0.0-build-SNAPSHOT</version>

<name>Archetypes test</name>

Expand Down

0 comments on commit 8da59cc

Please sign in to comment.