You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by re...@apache.org on 2009/06/17 13:08:50 UTC

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

Author: reinhard
Date: Wed Jun 17 11:08:50 2009
New Revision: 785556

URL: http://svn.apache.org/viewvc?rev=785556&view=rev
Log:
- update to the latest releases of servlet-service-impl, jnet, spring-configurator and block-deployment
- add code analysis reports

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=785556&r1=785555&r2=785556&view=diff
==============================================================================
--- cocoon/cocoon3/trunk/parent/pom.xml (original)
+++ cocoon/cocoon3/trunk/parent/pom.xml Wed Jun 17 11:08:50 2009
@@ -113,22 +113,22 @@
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-servlet-service-impl</artifactId>
-        <version>1.1.0</version>
+        <version>1.2.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-spring-configurator</artifactId>
-        <version>2.0.0</version>
+        <version>2.1.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-block-deployment</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
       </dependency>  
       <dependency>
         <groupId>org.apache.cocoon</groupId>
         <artifactId>cocoon-jnet</artifactId>
-        <version>1.0.0</version>
+        <version>1.1.0</version>
       </dependency>     
       <dependency>
         <groupId>org.apache.cocoon</groupId>
@@ -735,7 +735,27 @@
         <plugins>
           <plugin>
             <artifactId>maven-project-info-reports-plugin</artifactId>
-            <version>2.0.1</version>
+            <version>2.1.1</version>
+          </plugin>
+          <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>jdepend-maven-plugin</artifactId>
+            <version>2.0-beta-2</version>
+          </plugin>
+          <plugin>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.1</version>
+          </plugin>          
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-pmd-plugin</artifactId>
+            <version>2.4</version>
+            <configuration>
+              <linkXref>true</linkXref>
+              <sourceEncoding>utf-8</sourceEncoding>
+              <minimumTokens>100</minimumTokens>
+              <targetJdk>1.5</targetJdk>
+            </configuration>
           </plugin>
         </plugins>
       </reporting>