[picocontainer-scm] [scm-git][2] Update to latest plugins

Michael Rimov <git-yCVjj/[email protected]> Fri, 16 Mar 2012 15:19:25 -0500 (CDT)
Newsgroups gmane.comp.java.picocontainer.cvs
Message-ID <[email protected]>
commit bb3a45cebfc3976f5fe5a4926b14ec811cd6d72a
Author:     Michael Rimov <[email protected]>
AuthorDate: Thu Mar 15 15:50:41 2012 -0700
Commit:     Michael Rimov <[email protected]>
CommitDate: Thu Mar 15 15:50:41 2012 -0700

    Update to latest plugins

diff --git a/pico/pom.xml b/pico/pom.xml
index 9009dcf..0893a72 100644
--- a/pico/pom.xml
+++ b/pico/pom.xml
@@ -1,5 +1,5 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<!-- edited with XMLSpy v2007 sp2 (http://www.altova.com) by Michael Rimov (Centerline Computers) -->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.codehaus</groupId>
@@ -37,90 +37,128 @@
     <dependencyManagement>
         <dependencies>
             <dependency>
-                <groupId>${project.groupId}</groupId><artifactId>picocontainer</artifactId><version>${project.version}</version>
+				<groupId>${project.groupId}</groupId>
+				<artifactId>picocontainer</artifactId>
+				<version>${project.version}</version>
             </dependency>
             <dependency>
-                <groupId>${project.groupId}</groupId><artifactId>picocontainer-tck</artifactId><version>${project.version}</version>
+				<groupId>${project.groupId}</groupId>
+				<artifactId>picocontainer-tck</artifactId>
+				<version>${project.version}</version>
                 <scope>test</scope>
             </dependency>
             <!-- For JavaEE5 annotations -->
             <dependency>
-                <groupId>javax.annotation</groupId><artifactId>jsr250-api</artifactId><version>1.0</version>
+				<groupId>javax.annotation</groupId>
+				<artifactId>jsr250-api</artifactId>
+				<version>1.0</version>
                 <optional>true</optional>
             </dependency>
             <!-- For Inject annotations -->
             <dependency>
-                <groupId>javax.inject</groupId><artifactId>javax.inject</artifactId><version>1</version>
+				<groupId>javax.inject</groupId>
+				<artifactId>javax.inject</artifactId>
+				<version>1</version>
                 <optional>true</optional>
             </dependency>
             <!-- For parameter name leverage -->
             <dependency>
-                <groupId>com.thoughtworks.paranamer</groupId><artifactId>paranamer</artifactId><version>2.3</version>
+				<groupId>com.thoughtworks.paranamer</groupId>
+				<artifactId>paranamer</artifactId>
+				<version>2.3</version>
                 <optional>true</optional>
             </dependency>
             <!-- For proxy -->
             <dependency>
-                <groupId>asm</groupId><artifactId>asm</artifactId><version>3.3.1</version>
+				<groupId>asm</groupId>
+				<artifactId>asm</artifactId>
+				<version>3.3.1</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
-                <groupId>com.thoughtworks.proxytoys</groupId><artifactId>proxytoys</artifactId><version>1.0</version>
+				<groupId>com.thoughtworks.proxytoys</groupId>
+				<artifactId>proxytoys</artifactId>
+				<version>1.0</version>
                 <optional>true</optional>
             </dependency>
             <!-- For monitors -->
             <dependency>
-                <groupId>commons-logging</groupId><artifactId>commons-logging</artifactId><version>1.1.1</version>
+				<groupId>commons-logging</groupId>
+				<artifactId>commons-logging</artifactId>
+				<version>1.1.1</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
-                <groupId>log4j</groupId><artifactId>log4j</artifactId><version>1.2.15</version>
+				<groupId>log4j</groupId>
+				<artifactId>log4j</artifactId>
+				<version>1.2.15</version>
                 <optional>true</optional>
                 <exclusions>
                     <exclusion>
-                        <groupId>com.sun.jmx</groupId><artifactId>jmxri</artifactId>
+						<groupId>com.sun.jmx</groupId>
+						<artifactId>jmxri</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>javax.jms</groupId><artifactId>jms</artifactId>
+						<groupId>javax.jms</groupId>
+						<artifactId>jms</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>com.sun.jdmk</groupId><artifactId>jmxtools</artifactId>
+						<groupId>com.sun.jdmk</groupId>
+						<artifactId>jmxtools</artifactId>
                     </exclusion>
                     <exclusion>
-                        <groupId>javax.mail</groupId><artifactId>mail</artifactId>
+						<groupId>javax.mail</groupId>
+						<artifactId>mail</artifactId>
                     </exclusion>
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>org.prefuse</groupId><artifactId>prefuse</artifactId><version>beta-20060220</version>
+				<groupId>org.prefuse</groupId>
+				<artifactId>prefuse</artifactId>
+				<version>beta-20060220</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
-                <groupId>org.slf4j</groupId><artifactId>slf4j-api</artifactId><version>1.5.8</version>
+				<groupId>org.slf4j</groupId>
+				<artifactId>slf4j-api</artifactId>
+				<version>1.5.8</version>
                 <optional>true</optional>
             </dependency>
             <dependency>
-                <groupId>org.slf4j</groupId><artifactId>slf4j-log4j12</artifactId><version>1.5.8</version>
+				<groupId>org.slf4j</groupId>
+				<artifactId>slf4j-log4j12</artifactId>
+				<version>1.5.8</version>
                 <optional>true</optional>
             </dependency>
             <!-- For test -->
             <dependency>
-                <groupId>org.jmock</groupId><artifactId>jmock-junit4</artifactId><version>2.5.1</version>
+				<groupId>org.jmock</groupId>
+				<artifactId>jmock-junit4</artifactId>
+				<version>2.5.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>org.mockito</groupId><artifactId>mockito-core</artifactId><version>1.8.4</version>
+				<groupId>org.mockito</groupId>
+				<artifactId>mockito-core</artifactId>
+				<version>1.8.4</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>com.thoughtworks.xstream</groupId><artifactId>xstream</artifactId><version>1.3.1</version>
+				<groupId>com.thoughtworks.xstream</groupId>
+				<artifactId>xstream</artifactId>
+				<version>1.3.1</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>xpp3</groupId><artifactId>xpp3_min</artifactId><version>1.1.3.4.O</version>
+				<groupId>xpp3</groupId>
+				<artifactId>xpp3_min</artifactId>
+				<version>1.1.3.4.O</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
-                <groupId>cglib</groupId><artifactId>cglib-nodep</artifactId><version>2.2</version>
+				<groupId>cglib</groupId>
+				<artifactId>cglib-nodep</artifactId>
+				<version>2.2</version>
                 <scope>test</scope>
             </dependency>
         </dependencies>
@@ -128,19 +166,23 @@
     <dependencies>
         <!-- test scoped -->
         <dependency>
-            <groupId>org.jmock</groupId><artifactId>jmock-junit4</artifactId>
+			<groupId>org.jmock</groupId>
+			<artifactId>jmock-junit4</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.mockito</groupId><artifactId>mockito-core</artifactId>
+			<groupId>org.mockito</groupId>
+			<artifactId>mockito-core</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>com.thoughtworks.xstream</groupId><artifactId>xstream</artifactId>
+			<groupId>com.thoughtworks.xstream</groupId>
+			<artifactId>xstream</artifactId>
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>xpp3</groupId><artifactId>xpp3_min</artifactId>
+			<groupId>xpp3</groupId>
+			<artifactId>xpp3_min</artifactId>
             <scope>test</scope>
         </dependency>
     </dependencies>
@@ -166,10 +208,14 @@
         <pluginManagement>
             <plugins>
                 <plugin>
-                    <groupId>com.thoughtworks.paranamer</groupId><artifactId>paranamer-maven-plugin</artifactId><version>2.3</version>
+					<groupId>com.thoughtworks.paranamer</groupId>
+					<artifactId>paranamer-maven-plugin</artifactId>
+					<version>2.3</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId><version>2.3.1</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-compiler-plugin</artifactId>
+					<version>2.3.2</version>
                     <configuration>
                         <source>1.5</source>
                         <target>1.5</target>
@@ -180,10 +226,14 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-jar-plugin</artifactId><version>2.3.1</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-jar-plugin</artifactId>
+					<version>2.4</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId><version>2.1.2</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-source-plugin</artifactId>
+					<version>2.1.2</version>
                     <executions>
                         <execution>
                             <id>attach-sources</id>
@@ -195,7 +245,9 @@
                     </executions>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId><version>2.7</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-javadoc-plugin</artifactId>
+					<version>2.8.1</version>
                     <executions>
                         <execution>
                             <id>attach-javadocs</id>
@@ -214,13 +266,14 @@
                             <link>http://paranamer.codehaus.org/javadoc/</link>
                         </links>
                         <stylesheet>maven</stylesheet>
-                        <header>
-                            <![CDATA[<img class="logo" src="http://www.picocontainer.org/images/pico-logo.png"></img>]]></header>
+						<header><![CDATA[<img class="logo" src="http://www.picocontainer.org/images/pico-logo.png"></img>]]></header>
                         <linksource>true</linksource>
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId><version>2.5</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-surefire-plugin</artifactId>
+					<version>2.12</version>
                     <configuration>
                         <junitArtifactName>junit:junit-dep</junitArtifactName>
                         <forkMode>once</forkMode>
@@ -239,7 +292,9 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.codehaus.mojo</groupId><artifactId>cobertura-maven-plugin</artifactId><version>2.4</version>
+					<groupId>org.codehaus.mojo</groupId>
+					<artifactId>cobertura-maven-plugin</artifactId>
+					<version>2.5.1</version>
                     <executions>
                         <execution>
                             <goals>
@@ -249,7 +304,9 @@
                     </executions>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-release-plugin</artifactId><version>2.0</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-release-plugin</artifactId>
+					<version>2.2.2</version>
                     <configuration>
                         <autoVersionSubmodules>true</autoVersionSubmodules>
                         <preparationGoals>clean install</preparationGoals>
@@ -258,33 +315,47 @@
                     </configuration>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-assembly-plugin</artifactId><version>2.2-beta-5</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-assembly-plugin</artifactId>
+					<version>2.3</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-install-plugin</artifactId><version>2.3.1</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-install-plugin</artifactId>
+					<version>2.3.1</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-resources-plugin</artifactId><version>2.4.3</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-resources-plugin</artifactId>
+					<version>2.5</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-dependency-plugin</artifactId><version>2.1</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-dependency-plugin</artifactId>
+					<version>2.4</version>
                 </plugin>
                 <plugin>
-                    <groupId>org.apache.maven.plugins</groupId><artifactId>maven-site-plugin</artifactId><version>2.0.1</version>
+					<groupId>org.apache.maven.plugins</groupId>
+					<artifactId>maven-site-plugin</artifactId>
+					<version>2.0.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
         <plugins>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId><artifactId>maven-compiler-plugin</artifactId>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
             </plugin>
             <plugin>
-                <groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-surefire-plugin</artifactId>
             </plugin>
         </plugins>
         <extensions>
             <extension>
-                <groupId>org.apache.maven.wagon</groupId><artifactId>wagon-webdav</artifactId><version>1.0-beta-2</version>
+				<groupId>org.apache.maven.wagon</groupId>
+				<artifactId>wagon-webdav</artifactId>
+				<version>1.0-beta-2</version>
             </extension>
         </extensions>
     </build>
@@ -295,10 +366,12 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
                     </plugin>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-source-plugin</artifactId>
                     </plugin>
                 </plugins>
             </build>
@@ -325,7 +398,8 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <skip>true</skip>
                         </configuration>
@@ -339,7 +413,8 @@
             <build>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-javadoc-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-javadoc-plugin</artifactId>
                         <executions>
                             <execution>
                                 <phase>install</phase>
@@ -350,7 +425,8 @@
                         </executions>
                     </plugin>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-source-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-source-plugin</artifactId>
                     </plugin>
                     <!--plugin>
                              <groupId>org.apache.maven.plugins</groupId><artifactId>maven-site-plugin</artifactId>
@@ -371,7 +447,8 @@
             <reporting>
                 <plugins>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-project-info-reports-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-project-info-reports-plugin</artifactId>
                         <reportSets>
                             <reportSet>
                                 <reports>
@@ -383,23 +460,23 @@
                         </reportSets>
                     </plugin>
                     <plugin>
-                        <groupId>org.apache.maven.plugins</groupId><artifactId>maven-surefire-report-plugin</artifactId>
+						<groupId>org.apache.maven.plugins</groupId>
+						<artifactId>maven-surefire-report-plugin</artifactId>
                     </plugin>
                     <plugin>
-                        <groupId>org.codehaus.mojo</groupId><artifactId>cobertura-maven-plugin</artifactId>
+						<groupId>org.codehaus.mojo</groupId>
+						<artifactId>cobertura-maven-plugin</artifactId>
                     </plugin>
                 </plugins>
             </reporting>
         </profile>
     </profiles>
-
     <licenses>
         <license>
             <name>BSD</name>
             <url>LICENSE.txt</url>
         </license>
     </licenses>
-
     <developers>
         <developer>
             <id>devs</id>
@@ -411,5 +488,4 @@
             <timezone>-6</timezone>
         </developer>
     </developers>
-
 </project>