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/11/24 15:01:12 UTC

svn commit: r1413188 - in /cocoon/cocoon3/trunk: cocoon-archetype-block/pom.xml 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: Sat Nov 24 14:01:11 2012
New Revision: 1413188

URL: http://svn.apache.org/viewvc?rev=1413188&view=rev
Log:
Upgrading some deps to latest versions

Modified:
    cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml
    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-block/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml?rev=1413188&r1=1413187&r2=1413188&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml (original)
+++ cocoon/cocoon3/trunk/cocoon-archetype-block/pom.xml Sat Nov 24 14:01:11 2012
@@ -29,10 +29,10 @@
   <!-- FIXME this props should come from the parent! -->
   <properties>
     <cocoon.version>3.0.0-beta-1-SNAPSHOT</cocoon.version>
-    <spring.version>3.1.2.RELEASE</spring.version>
+    <spring.version>3.1.3.RELEASE</spring.version>
 
     <logback.version>1.0.7</logback.version>
-    <slf4j.version>1.7.0</slf4j.version>
+    <slf4j.version>1.7.2</slf4j.version>
   </properties>
   
   <build>

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=1413188&r1=1413187&r2=1413188&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 Sat Nov 24 14:01:11 2012
@@ -34,10 +34,10 @@
   <properties>
     <cocoon.version>3.0.0-beta-1-SNAPSHOT</cocoon.version>
 
-    <spring.version>3.1.2.RELEASE</spring.version>
+    <spring.version>3.1.3.RELEASE</spring.version>
 
     <logback.version>1.0.7</logback.version>
-    <slf4j.version>1.7.0</slf4j.version>
+    <slf4j.version>1.7.2</slf4j.version>
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
@@ -135,29 +135,29 @@
       <dependency>
 	<groupId>org.aspectj</groupId>
 	<artifactId>aspectjrt</artifactId>
-	<version>1.7.0</version>
+	<version>1.7.1</version>
       </dependency>
       <dependency>
 	<groupId>org.aspectj</groupId>
 	<artifactId>aspectjweaver</artifactId>
-	<version>1.7.0</version>
+	<version>1.7.1</version>
       </dependency>
 
       <!-- Other libraries -->
       <dependency>
 	<groupId>com.sun.jersey</groupId>
 	<artifactId>jersey-core</artifactId>
-	<version>1.13</version>
+	<version>1.14</version>
       </dependency>
       <dependency>
 	<groupId>com.sun.jersey</groupId>
 	<artifactId>jersey-server</artifactId>
-	<version>1.13</version>
+	<version>1.14</version>
       </dependency>
       <dependency>
 	<groupId>com.sun.jersey</groupId>
 	<artifactId>jersey-bundle</artifactId>
-	<version>1.13</version>
+	<version>1.14</version>
       </dependency>
       <dependency>
 	<groupId>com.sun.xml.bind</groupId>
@@ -266,13 +266,13 @@
       <dependency>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket</artifactId>
-	<version>1.5.8</version>
+	<version>6.3.0</version>
 	<type>pom</type>
       </dependency>
       <dependency>
 	<groupId>org.apache.wicket</groupId>
 	<artifactId>wicket-spring</artifactId>
-	<version>1.5.8</version>
+	<version>6.3.0</version>
 	<exclusions>
 	  <exclusion>
 	    <groupId>org.springframework</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=1413188&r1=1413187&r2=1413188&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 Sat Nov 24 14:01:11 2012
@@ -37,7 +37,7 @@
     <cocoon.version>3.0.0-beta-1-SNAPSHOT</cocoon.version>
 
     <logback.version>1.0.7</logback.version>
-    <slf4j.version>1.7.0</slf4j.version>
+    <slf4j.version>1.7.2</slf4j.version>
   </properties>
 
   <dependencies>
@@ -103,17 +103,17 @@
     <dependency>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-core</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-server</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
     </dependency>
     <dependency>
       <groupId>com.sun.jersey</groupId>
       <artifactId>jersey-bundle</artifactId>
-      <version>1.13</version>
+      <version>1.14</version>
     </dependency>
 
     <!--  Logging dependencies -->

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1413188&r1=1413187&r2=1413188&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Sat Nov 24 14:01:11 2012
@@ -59,10 +59,10 @@
     <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format>
     <implementation.build>${scmBranch}@r${buildNumber}; ${maven.build.timestamp}</implementation.build>
     
-    <spring.version>3.1.2.RELEASE</spring.version>
+    <spring.version>3.1.3.RELEASE</spring.version>
     
     <logback.version>1.0.7</logback.version>
-    <slf4j.version>1.7.0</slf4j.version>
+    <slf4j.version>1.7.2</slf4j.version>
 
     <!-- docs properties -->
     <docs.name>Cocoon 3</docs.name>
@@ -295,29 +295,29 @@
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjrt</artifactId>
-        <version>1.7.0</version>
+        <version>1.7.1</version>
       </dependency>
       <dependency>
         <groupId>org.aspectj</groupId>
         <artifactId>aspectjweaver</artifactId>
-        <version>1.7.0</version>
+        <version>1.7.1</version>
       </dependency>
 
       <!-- Other libraries -->
       <dependency>
         <groupId>com.sun.jersey</groupId>
         <artifactId>jersey-core</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>com.sun.jersey</groupId>
         <artifactId>jersey-server</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>com.sun.jersey</groupId>
         <artifactId>jersey-bundle</artifactId>
-        <version>1.13</version>
+        <version>1.14</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
@@ -431,13 +431,13 @@
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket</artifactId>
-        <version>1.5.8</version>
+        <version>6.3.0</version>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-spring</artifactId>
-        <version>1.5.8</version>
+        <version>6.3.0</version>
         <exclusions>
           <exclusion>
             <groupId>org.springframework</groupId>