You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2011/08/29 17:31:20 UTC

svn commit: r1162873 - in /openwebbeans/trunk: distribution/pom.xml pom.xml webbeans-impl/pom.xml

Author: struberg
Date: Mon Aug 29 15:31:20 2011
New Revision: 1162873

URL: http://svn.apache.org/viewvc?rev=1162873&view=rev
Log:
OWB-612 upgrade various maven plugins

Modified:
    openwebbeans/trunk/distribution/pom.xml
    openwebbeans/trunk/pom.xml
    openwebbeans/trunk/webbeans-impl/pom.xml

Modified: openwebbeans/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/distribution/pom.xml?rev=1162873&r1=1162872&r2=1162873&view=diff
==============================================================================
--- openwebbeans/trunk/distribution/pom.xml (original)
+++ openwebbeans/trunk/distribution/pom.xml Mon Aug 29 15:31:20 2011
@@ -50,7 +50,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-assembly-plugin</artifactId>
-                        <version>2.2-beta-5</version>
+                        <version>2.2.1</version>
                         <configuration>
                             <tarLongFileMode>gnu</tarLongFileMode>
                             <descriptors>

Modified: openwebbeans/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/pom.xml?rev=1162873&r1=1162872&r2=1162873&view=diff
==============================================================================
--- openwebbeans/trunk/pom.xml (original)
+++ openwebbeans/trunk/pom.xml Mon Aug 29 15:31:20 2011
@@ -231,7 +231,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-remote-resources-plugin</artifactId>
-                    <version>1.1</version>
+                    <version>1.2.1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -248,8 +248,10 @@
 
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-site-plugin</artifactId>
+                    <artifactId>maven-jar-plugin</artifactId>
+                    <version>2.3.2</version>
                 </plugin>
+
             </plugins>
         </pluginManagement>
 
@@ -257,7 +259,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
-                <version>2.3.1</version>
+                <version>2.3.2</version>
                 <configuration>
                     <archive>
                         <manifestEntries>
@@ -319,7 +321,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.9</version>
                 <configuration>
                     <includes>
                         <include>**/*Test.java</include>
@@ -345,7 +347,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>2.6</version>
+                <version>2.7</version>
                 <executions>
                   <execution>
                     <id>verify-style</id>
@@ -398,7 +400,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.2</version>
+                <version>2.4</version>
                 <reportSets>
                     <reportSet>
                         <reports>
@@ -416,7 +418,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
-                <version>2.7</version>
+                <version>2.8</version>
                 <configuration>
                     <quiet>true</quiet>
                     <links>
@@ -696,7 +698,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jxr-plugin</artifactId>
-                        <version>2.2</version>
+                        <version>2.3</version>
                         <configuration>
                             <inputEncoding>
                                 ${project.build.sourceEncoding}
@@ -724,7 +726,7 @@
                         <artifactId>
                             maven-project-info-reports-plugin
                         </artifactId>
-                        <version>2.1</version>
+                        <version>2.4</version>
                         <reportSets>
                             <reportSet>
                                 <reports>
@@ -747,7 +749,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-report-plugin</artifactId>
-                        <version>2.6</version>
+                        <version>2.9</version>
                         <reportSets>
                             <reportSet>
                                 <reports>
@@ -760,7 +762,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>cobertura-maven-plugin</artifactId>
-                        <version>2.4</version>
+                        <version>2.5.1</version>
                     </plugin>
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
@@ -770,7 +772,7 @@
                     <plugin>
                         <groupId>org.codehaus.mojo</groupId>
                         <artifactId>findbugs-maven-plugin</artifactId>
-                        <version>2.3.1</version>
+                        <version>2.3.2</version>
                         <configuration>
                             <threshold>Low</threshold>
                         </configuration>

Modified: openwebbeans/trunk/webbeans-impl/pom.xml
URL: http://svn.apache.org/viewvc/openwebbeans/trunk/webbeans-impl/pom.xml?rev=1162873&r1=1162872&r2=1162873&view=diff
==============================================================================
--- openwebbeans/trunk/webbeans-impl/pom.xml (original)
+++ openwebbeans/trunk/webbeans-impl/pom.xml Mon Aug 29 15:31:20 2011
@@ -85,6 +85,7 @@
         -->
         <plugins>
             <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-jar-plugin</artifactId>
                 <executions>
                     <execution>
@@ -104,7 +105,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-project-info-reports-plugin</artifactId>
-                <version>2.1</version>
+                <version>2.4</version>
                 <reportSets>
                     <reportSet>
                         <reports>