You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by il...@apache.org on 2012/06/05 17:37:39 UTC

svn commit: r1346433 - in /cocoon/cocoon3/trunk: cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml

Author: ilgrosso
Date: Tue Jun  5 15:37:39 2012
New Revision: 1346433

URL: http://svn.apache.org/viewvc?rev=1346433&view=rev
Log:
Using new cocoon-maven-plugin SNAPSHOT in archetypes

Modified:
    cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml
    cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml

Modified: cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml?rev=1346433&r1=1346432&r2=1346433&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-parent/src/main/resources/archetype-resources/pom.xml Tue Jun  5 15:37:39 2012
@@ -532,11 +532,11 @@
                 <plugin>
                     <groupId>org.apache.cocoon</groupId>
                     <artifactId>cocoon-maven-plugin</artifactId>
-                    <version>1.0.0</version>
+                    <version>1.0.2-SNAPSHOT</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-war-plugin</artifactId>
-                    <version>2.1-alpha-2</version>
+                    <version>2.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.mortbay.jetty</groupId>

Modified: cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml?rev=1346433&r1=1346432&r2=1346433&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-sample/src/main/resources/archetype-resources/pom.xml Tue Jun  5 15:37:39 2012
@@ -170,7 +170,7 @@
       <plugin>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.2-SNAPSHOT</version>
         <configuration>
           <webappProfile>ssf</webappProfile>
           <customWebappDirectory>rcl-config</customWebappDirectory>