svn commit: r1304347 - /cocoon/cocoon3/trunk/parent/pom.xml

[email protected]
Newsgroups gmane.text.xml.cocoon.cvs
Message-ID <[email protected]>
Author: ilgrosso
Date: Fri Mar 23 13:54:03 2012
New Revision: 1304347

URL: http://svn.apache.org/viewvc?rev=1304347&view=rev
Log:
Updating some plugin and dependency versions

Modified:
    cocoon/cocoon3/trunk/parent/pom.xml

Modified: cocoon/cocoon3/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/cocoon3/trunk/parent/pom.xml?rev=1304347&r1=1304346&r2=1304347&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Fri Mar 23 13:54:03 2012
@@ -36,8 +36,8 @@
 
   <name>Apache Cocoon 3: Parent</name>
   <description>
-  The Apache Cocoon 3 Parent POM module contains all basic configurations
-  for the Maven 2 based build system.
+    The Apache Cocoon 3 Parent POM module contains all basic configurations
+    for the Maven 2 based build system.
   </description>
   <inceptionYear>2008</inceptionYear>
 
@@ -45,10 +45,13 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.build.resourceEncoding>UTF-8</project.build.resourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
+    
     <javac.src.version>1.6</javac.src.version>
     <javac.target.version>1.6</javac.target.version>
+    
     <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.1.RELEASE</spring.version>
   </properties>
 
@@ -307,7 +310,7 @@
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
         <artifactId>jaxb-impl</artifactId>
-        <version>2.2.4-1</version>
+        <version>2.2.5</version>
       </dependency>
       <dependency>
         <groupId>commons-betwixt</groupId>
@@ -357,7 +360,7 @@
       <dependency>
         <groupId>net.sf.ehcache</groupId>
         <artifactId>ehcache-core</artifactId>
-        <version>2.5.0</version>
+        <version>2.5.1</version>
       </dependency>
       <dependency>
         <groupId>net.sourceforge.nekohtml</groupId>
@@ -406,7 +409,7 @@
       <dependency>
         <groupId>org.apache.shiro</groupId>
         <artifactId>shiro-spring</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>
@@ -416,13 +419,13 @@
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket</artifactId>
-        <version>1.5.4</version>
+        <version>1.5.5</version>
         <type>pom</type>
       </dependency>
       <dependency>
         <groupId>org.apache.wicket</groupId>
         <artifactId>wicket-spring</artifactId>
-        <version>1.5.4</version>
+        <version>1.5.5</version>
         <exclusions>
           <exclusion>
             <groupId>org.springframework</groupId>
@@ -465,7 +468,7 @@
       <dependency>
         <groupId>com.beust</groupId>
         <artifactId>jcommander</artifactId>
-        <version>1.20</version>
+        <version>1.23</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>
@@ -482,12 +485,12 @@
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-core</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1</version>
       </dependency>
       <dependency>
         <groupId>ch.qos.logback</groupId>
         <artifactId>logback-classic</artifactId>
-        <version>1.0.0</version>
+        <version>1.0.1</version>
       </dependency>
       <dependency>
         <groupId>commons-logging</groupId>
@@ -747,7 +750,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-war-plugin</artifactId>
-          <version>2.1.1</version>
+          <version>2.2</version>
         </plugin>
         <plugin>
           <groupId>org.mortbay.jetty</groupId>
@@ -766,22 +769,22 @@
         <plugin>
           <groupId>org.apache.felix</groupId>
           <artifactId>maven-bundle-plugin</artifactId>
-          <version>2.3.6</version>
+          <version>2.3.7</version>
         </plugin>
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.7</version>
+          <version>0.8</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>1.2</version>
+          <version>1.3.1</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.gmaven</groupId>
           <artifactId>gmaven-plugin</artifactId>
-          <version>1.3</version>
+          <version>1.4</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -811,7 +814,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.11</version>
+          <version>2.12</version>
           <configuration>
             <redirectTestOutputToFile>true</redirectTestOutputToFile>  
           </configuration>
@@ -1060,12 +1063,12 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-pmd-plugin</artifactId>
-            <version>2.6</version>
+            <version>2.7.1</version>
             <configuration>
               <linkXref>true</linkXref>
               <sourceEncoding>utf-8</sourceEncoding>
               <minimumTokens>100</minimumTokens>
-              <targetJdk>1.5</targetJdk>
+              <targetJdk>${javac.target.version}</targetJdk>
             </configuration>
           </plugin>
         </plugins>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.