You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2008/09/06 18:29:27 UTC

svn commit: r692677 - in /activemq/camel/trunk/tooling/maven: camel-maven-plugin/pom.xml maven-html-to-pdf/pom.xml pom.xml

Author: davsclaus
Date: Sat Sep  6 09:29:26 2008
New Revision: 692677

URL: http://svn.apache.org/viewvc?rev=692677&view=rev
Log:
Fixed maven convergence and polished javadoc goal

Modified:
    activemq/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml
    activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml
    activemq/camel/trunk/tooling/maven/pom.xml

Modified: activemq/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml?rev=692677&r1=692676&r2=692677&view=diff
==============================================================================
--- activemq/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml (original)
+++ activemq/camel/trunk/tooling/maven/camel-maven-plugin/pom.xml Sat Sep  6 09:29:26 2008
@@ -53,17 +53,17 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-utils</artifactId>
-      <version>1.5.1</version>
+      <version>1.5.6</version>
     </dependency>
     <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-container-default</artifactId>
-      <version>1.0-alpha-47</version>
+      <version>1.0-alpha-48</version>
     </dependency>
 
     <dependency>

Modified: activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml?rev=692677&r1=692676&r2=692677&view=diff
==============================================================================
--- activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml (original)
+++ activemq/camel/trunk/tooling/maven/maven-html-to-pdf/pom.xml Sat Sep  6 09:29:26 2008
@@ -44,12 +44,12 @@
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-plugin-api</artifactId>
-      <version>2.0</version>
+      <version>2.0.9</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven</groupId>
       <artifactId>maven-project</artifactId>
-      <version>2.0</version>
+      <version>2.0.9</version>
     </dependency>
     
   </dependencies>

Modified: activemq/camel/trunk/tooling/maven/pom.xml
URL: http://svn.apache.org/viewvc/activemq/camel/trunk/tooling/maven/pom.xml?rev=692677&r1=692676&r2=692677&view=diff
==============================================================================
--- activemq/camel/trunk/tooling/maven/pom.xml (original)
+++ activemq/camel/trunk/tooling/maven/pom.xml Sat Sep  6 09:29:26 2008
@@ -57,16 +57,8 @@
         <configuration>
           <links>
             <link>http://java.sun.com/j2se/1.5.0/docs/api/</link>
-            <link>http://java.sun.com/j2ee/1.4/docs/api/</link>
-            <link>http://commons.apache.org/collections/api-release/</link>
-            <link>http://jakarta.apache.org/commons/dbcp/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/fileupload/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/httpclient/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/logging/apidocs/</link>
-            <link>http://jakarta.apache.org/commons/pool/apidocs/</link>
-            <link>http://junit.sourceforge.net/javadoc/</link>
-            <link>http://logging.apache.org/log4j/docs/api/</link>
-            <link>http://mina.apache.org/report/trunk/apidocs/</link>
+            <link>http://java.sun.com/javaee/5/docs/api/</link>
+            <link>http://static.springframework.org/spring/docs/2.5.x/api/</link>
           </links>
           <stylesheetfile>${basedir}/../../../etc/css/stylesheet.css</stylesheetfile>
           <linksource>true</linksource>