You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/05/30 08:56:49 UTC

svn commit: r542766 - in /myfaces/tobago/trunk: contrib/facelets/pom.xml pom.xml

Author: bommel
Date: Tue May 29 23:56:48 2007
New Revision: 542766

URL: http://svn.apache.org/viewvc?view=rev&rev=542766
Log:
minor pom update

Modified:
    myfaces/tobago/trunk/contrib/facelets/pom.xml
    myfaces/tobago/trunk/pom.xml

Modified: myfaces/tobago/trunk/contrib/facelets/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/contrib/facelets/pom.xml?view=diff&rev=542766&r1=542765&r2=542766
==============================================================================
--- myfaces/tobago/trunk/contrib/facelets/pom.xml (original)
+++ myfaces/tobago/trunk/contrib/facelets/pom.xml Tue May 29 23:56:48 2007
@@ -25,7 +25,7 @@
   <artifactId>tobago-facelets</artifactId>
   <packaging>jar</packaging>
   <name>Tobago Facelets</name>
-  <description>Tobago-facelets contains the facelets taghandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
+  <description>Tobago-facelets contains the facelets TagHandler for the tobago components and the facelets variant(tf) for the tobago extension taglib.</description>
   <scm>
     <connection>scm:svn:http://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</connection>
     <developerConnection>scm:svn:https://svn.apache.org/repos/asf/myfaces/tobago/trunk/contrib/facelets</developerConnection>

Modified: myfaces/tobago/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/pom.xml?view=diff&rev=542766&r1=542765&r2=542766
==============================================================================
--- myfaces/tobago/trunk/pom.xml (original)
+++ myfaces/tobago/trunk/pom.xml Tue May 29 23:56:48 2007
@@ -241,7 +241,7 @@
             <link>http://jakarta.apache.org/commons/fileupload/apidocs</link>
             <link>http://jakarta.apache.org/commons/digester/commons-digester-${commons-digester.version}/docs/api/</link>
             <link>http://jakarta.apache.org/commons/io/api-${common-io.version}/</link>
-            <link>http://jakarta.apache.org/commons/logging/commons-logging-${commons-logging.version}/docs/apidocs/</link>
+            <link>http://jakarta.apache.org/commons/logging/commons-logging-${commons-logging.version}/apidocs/</link>
             <link>http://www.junit.org/junit/javadoc/</link>
             <link>http://logging.apache.org/log4j/docs/api/</link>
           </links>
@@ -333,11 +333,17 @@
         </configuration>
       </plugin>
 
+      <!-- TODO test dashboard plugin
+      <plugin>
+        <groupId>org.codehaus.mojo</groupId>
+        <artifactId>dashboard-maven-plugin</artifactId>
+        <version>1.0-SNAPSHOT</version>
+      </plugin> --> 
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>findbugs-maven-plugin</artifactId>
-        <version>1.0.0</version>
+        <version>1.1</version>
         <configuration>
           <threshold>Low</threshold>
         </configuration>