You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/21 00:47:12 UTC

svn commit: r1303216 - in /myfaces/orchestra/trunk: core/pom.xml core12/pom.xml core20/pom.xml maven/pom.xml

Author: lu4242
Date: Tue Mar 20 23:47:11 2012
New Revision: 1303216

URL: http://svn.apache.org/viewvc?rev=1303216&view=rev
Log:
update plugin versions

Modified:
    myfaces/orchestra/trunk/core/pom.xml
    myfaces/orchestra/trunk/core12/pom.xml
    myfaces/orchestra/trunk/core20/pom.xml
    myfaces/orchestra/trunk/maven/pom.xml

Modified: myfaces/orchestra/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/pom.xml?rev=1303216&r1=1303215&r2=1303216&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/pom.xml (original)
+++ myfaces/orchestra/trunk/core/pom.xml Tue Mar 20 23:47:11 2012
@@ -273,7 +273,6 @@
 
       <plugin>
         <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
         <reportSets>
           <reportSet>
             <id>dual-report</id>
@@ -292,29 +291,24 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.3</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
       </plugin>
 
     </plugins>

Modified: myfaces/orchestra/trunk/core12/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core12/pom.xml?rev=1303216&r1=1303215&r2=1303216&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core12/pom.xml (original)
+++ myfaces/orchestra/trunk/core12/pom.xml Tue Mar 20 23:47:11 2012
@@ -149,7 +149,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0</version>
         <executions>
           <execution>
             <!-- unpack the shared sources into target/shared_sources-->
@@ -178,7 +177,6 @@
              so also the shared sources are automatically included by the attach source plugin -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.0</version>
         <executions>
           <execution>
             <id>add-source</id>
@@ -219,7 +217,6 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-2</version>
         <configuration>
           <appendAssemblyId>false</appendAssemblyId>
           <attach>false</attach>
@@ -233,7 +230,6 @@
       <plugin>
           <groupId>org.apache.myfaces.buildtools</groupId>
           <artifactId>myfaces-builder-plugin</artifactId>
-          <version>1.0.3</version>
           <executions>
             <execution>
               <id>unpack-orchestra11</id>
@@ -311,7 +307,6 @@
 
       <plugin>
         <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
         <reportSets>
           <reportSet>
             <id>dual-report</id>
@@ -330,29 +325,24 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.3</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
       </plugin>
 
     </plugins>

Modified: myfaces/orchestra/trunk/core20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core20/pom.xml?rev=1303216&r1=1303215&r2=1303216&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core20/pom.xml (original)
+++ myfaces/orchestra/trunk/core20/pom.xml Tue Mar 20 23:47:11 2012
@@ -138,7 +138,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-dependency-plugin</artifactId>
-        <version>2.0</version>
         <executions>
           <execution>
             <!-- unpack the shared sources into target/shared_sources-->
@@ -167,7 +166,6 @@
              so also the shared sources are automatically included by the attach source plugin -->
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>build-helper-maven-plugin</artifactId>
-        <version>1.0</version>
         <executions>
           <execution>
             <id>add-source</id>
@@ -208,7 +206,6 @@
 
       <plugin>
         <artifactId>maven-assembly-plugin</artifactId>
-        <version>2.2-beta-2</version>
         <configuration>
           <appendAssemblyId>false</appendAssemblyId>
           <attach>false</attach>
@@ -222,7 +219,6 @@
       <plugin>
           <groupId>org.apache.myfaces.buildtools</groupId>
           <artifactId>myfaces-builder-plugin</artifactId>
-          <version>1.0.4</version>
           <executions>
             <execution>
               <id>unpack-orchestra12</id>
@@ -300,7 +296,6 @@
 
       <plugin>
         <artifactId>maven-changelog-plugin</artifactId>
-        <version>2.1</version>
         <reportSets>
           <reportSet>
             <id>dual-report</id>
@@ -319,29 +314,24 @@
 
       <plugin>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.5</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-jxr-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>taglist-maven-plugin</artifactId>
-        <version>2.1</version>
       </plugin>
 
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.4.3</version>
       </plugin>
 
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>rat-maven-plugin</artifactId>
-        <version>1.0-alpha-3</version>
       </plugin>
 
     </plugins>

Modified: myfaces/orchestra/trunk/maven/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/maven/pom.xml?rev=1303216&r1=1303215&r2=1303216&view=diff
==============================================================================
--- myfaces/orchestra/trunk/maven/pom.xml (original)
+++ myfaces/orchestra/trunk/maven/pom.xml Tue Mar 20 23:47:11 2012
@@ -211,6 +211,20 @@
     <pluginManagement>
       <plugins>
         <plugin>
+            <groupId>org.apache.myfaces.buildtools</groupId>
+            <artifactId>myfaces-builder-plugin</artifactId>
+            <version>1.0.10</version>
+        </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>build-helper-maven-plugin</artifactId>
+            <version>1.5</version>
+        </plugin>
+        <plugin>
+            <artifactId>maven-dependency-plugin</artifactId>
+            <version>2.4</version>
+        </plugin>
+        <plugin>
           <artifactId>maven-javadoc-plugin</artifactId>
           <version>2.8</version>
           <configuration>
@@ -226,6 +240,24 @@
             <encoding>${myfaces.encoding.source}</encoding>
           </configuration>
         </plugin>
+        <plugin>
+            <artifactId>maven-jxr-plugin</artifactId>
+            <version>2.3</version>
+        </plugin>
+        <plugin>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>taglist-maven-plugin</artifactId>
+            <version>2.4</version>
+        </plugin>
+        <plugin>
+            <artifactId>maven-changelog-plugin</artifactId>
+            <version>2.2</version>
+        </plugin>
+        <plugin>
+          <groupId>org.codehaus.mojo</groupId>
+          <artifactId>rat-maven-plugin</artifactId>
+          <version>1.0-alpha-3</version>
+        </plugin>
       </plugins>
     </pluginManagement>
   </build>