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/18 16:00:44 UTC

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

Author: ilgrosso
Date: Mon Jun 18 14:00:43 2012
New Revision: 1351346

URL: http://svn.apache.org/viewvc?rev=1351346&view=rev
Log:
Updating version of recently released cocoon-xml cocoon-spring-configurator and cocoon-maven-plugin

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
    cocoon/cocoon3/trunk/parent/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=1351346&r1=1351345&r2=1351346&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 Mon Jun 18 14:00:43 2012
@@ -63,7 +63,7 @@
       <dependency>
 	<groupId>org.apache.cocoon</groupId>
 	<artifactId>cocoon-spring-configurator</artifactId>
-	<version>2.1.0</version>
+	<version>2.2.1</version>
       </dependency>
       <dependency>
 	<groupId>org.apache.cocoon</groupId>
@@ -78,7 +78,7 @@
       <dependency>
 	<groupId>org.apache.cocoon</groupId>
 	<artifactId>cocoon-xml</artifactId>
-	<version>2.0.2</version>
+	<version>2.0.4</version>
 	<exclusions>
 	  <exclusion>
 	    <groupId>xml-apis</groupId>
@@ -536,7 +536,7 @@
 	<plugin>
 	  <groupId>org.apache.cocoon</groupId>
 	  <artifactId>cocoon-maven-plugin</artifactId>
-	  <version>1.0.2-SNAPSHOT</version>
+	  <version>1.0.2</version>
 	</plugin>
 	<plugin>
 	  <artifactId>maven-war-plugin</artifactId>

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=1351346&r1=1351345&r2=1351346&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 Mon Jun 18 14:00:43 2012
@@ -173,7 +173,7 @@
       <plugin>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-maven-plugin</artifactId>
-        <version>1.0.2-SNAPSHOT</version>
+        <version>1.0.2</version>
         <configuration>
           <webappProfile>ssf</webappProfile>
           <customWebappDirectory>rcl-config</customWebappDirectory>

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1351346&r1=1351345&r2=1351346&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Mon Jun 18 14:00:43 2012
@@ -233,7 +233,7 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-spring-configurator</artifactId>
-        <version>2.2.1-SNAPSHOT</version>
+        <version>2.2.1</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
@@ -248,7 +248,7 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-xml</artifactId>
-        <version>2.0.4-SNAPSHOT</version>
+        <version>2.0.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
@@ -670,15 +670,6 @@
       <id>agilejava</id>
       <url>http://agilejava.com/maven</url>
     </pluginRepository>
-    <!-- For cocoon-maven-plugin SNAPSHOT -->
-    <pluginRepository>
-      <id>apache.snapshots</id>
-      <name>Apache Snapshot Repository</name>
-      <url>http://repository.apache.org/snapshots</url>
-      <releases>
-        <enabled>false</enabled>
-      </releases>
-    </pluginRepository>
   </pluginRepositories>
   
   <build>
@@ -924,7 +915,7 @@
         <plugin>
           <groupId>org.apache.cocoon</groupId>
           <artifactId>cocoon-maven-plugin</artifactId>
-          <version>1.0.2-SNAPSHOT</version>
+          <version>1.0.2</version>
         </plugin>
         <plugin>
           <artifactId>maven-war-plugin</artifactId>