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 2008/02/02 13:40:11 UTC

svn commit: r617791 - in /myfaces/tobago/branches/tobago-1.0.x: core/pom.xml sandbox/pom.xml

Author: bommel
Date: Sat Feb  2 04:40:09 2008
New Revision: 617791

URL: http://svn.apache.org/viewvc?rev=617791&view=rev
Log:
aggregate cause some problems in multimodule build

Modified:
    myfaces/tobago/branches/tobago-1.0.x/core/pom.xml
    myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml

Modified: myfaces/tobago/branches/tobago-1.0.x/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/core/pom.xml?rev=617791&r1=617790&r2=617791&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/core/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/core/pom.xml Sat Feb  2 04:40:09 2008
@@ -313,6 +313,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
             <executions>
               <execution>
                 <id>attach-javadoc</id>

Modified: myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml?rev=617791&r1=617790&r2=617791&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml (original)
+++ myfaces/tobago/branches/tobago-1.0.x/sandbox/pom.xml Sat Feb  2 04:40:09 2008
@@ -264,6 +264,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-javadoc-plugin</artifactId>
+            <version>2.2</version>
             <executions>
               <execution>
                 <id>attach-javadoc</id>