You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/08/25 18:10:30 UTC

svn commit: r989196 - in /myfaces/core/trunk: api/pom.xml impl/pom.xml pom.xml

Author: jakobk
Date: Wed Aug 25 16:10:30 2010
New Revision: 989196

URL: http://svn.apache.org/viewvc?rev=989196&view=rev
Log:
MYFACES-2893 Update qdox to 1.12 on myfaces-builder-plugin (update myfaces-builder-plugin version on core and use pluginManagement to handle version)

Modified:
    myfaces/core/trunk/api/pom.xml
    myfaces/core/trunk/impl/pom.xml
    myfaces/core/trunk/pom.xml

Modified: myfaces/core/trunk/api/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/pom.xml?rev=989196&r1=989195&r2=989196&view=diff
==============================================================================
--- myfaces/core/trunk/api/pom.xml (original)
+++ myfaces/core/trunk/api/pom.xml Wed Aug 25 16:10:30 2010
@@ -256,7 +256,6 @@
             <plugin>
                 <groupId>org.apache.myfaces.buildtools</groupId>
                 <artifactId>myfaces-builder-plugin</artifactId>
-                <version>1.0.6</version>
                 <executions>
                     <execution>
                         <goals>

Modified: myfaces/core/trunk/impl/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/pom.xml?rev=989196&r1=989195&r2=989196&view=diff
==============================================================================
--- myfaces/core/trunk/impl/pom.xml (original)
+++ myfaces/core/trunk/impl/pom.xml Wed Aug 25 16:10:30 2010
@@ -50,7 +50,6 @@
       <plugin>
         <groupId>org.apache.myfaces.buildtools</groupId>
         <artifactId>myfaces-builder-plugin</artifactId>
-        <version>${myfaces-builder-plugin.version}</version>
         <executions>
           <execution>
             <id>makemyfacesmetadata</id>
@@ -631,7 +630,6 @@
             <!-- Generate content for custom tagdoc report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>${myfaces-builder-plugin.version}</version>
             <executions>
               <execution>
                 <id>site-tagdoc-content</id>
@@ -715,7 +713,6 @@
             <!-- trigger tagdoc-index report -->
             <groupId>org.apache.myfaces.buildtools</groupId>
             <artifactId>myfaces-builder-plugin</artifactId>
-            <version>${myfaces-builder-plugin.version}</version>
             <reportSets>
               <reportSet>
               <configuration>
@@ -1140,7 +1137,4 @@
      </repository>
   </repositories>
 
-  <properties>
-    <myfaces-builder-plugin.version>1.0.6</myfaces-builder-plugin.version>
-  </properties>
 </project>

Modified: myfaces/core/trunk/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/pom.xml?rev=989196&r1=989195&r2=989196&view=diff
==============================================================================
--- myfaces/core/trunk/pom.xml (original)
+++ myfaces/core/trunk/pom.xml Wed Aug 25 16:10:30 2010
@@ -127,6 +127,11 @@
           <version>1.0.0</version>
         </plugin>
         <plugin>
+          <groupId>org.apache.myfaces.buildtools</groupId>
+          <artifactId>myfaces-builder-plugin</artifactId>
+          <version>1.0.7-SNAPSHOT</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-idea-plugin</artifactId>
           <version>2.1</version>