Author: tveronezi
Date: Mon Apr 11 15:45:11 2011
New Revision: 1091103

URL: http://svn.apache.org/viewvc?rev=1091103&view=rev
Log:
removing maven3 warnings

Modified:
    openejb/branches/openejb-3.2.x/container/openejb-javaagent/pom.xml
    openejb/branches/openejb-3.2.x/container/openejb-osgi/pom.xml
    openejb/branches/openejb-3.2.x/examples/alternate-descriptors/pom.xml
    openejb/branches/openejb-3.2.x/examples/application-composer/pom.xml
    openejb/branches/openejb-3.2.x/examples/applicationexception/pom.xml
    openejb/branches/openejb-3.2.x/examples/component-interfaces/pom.xml
    openejb/branches/openejb-3.2.x/examples/custom-injection/pom.xml
    openejb/branches/openejb-3.2.x/examples/ear-testing/pom.xml
    openejb/branches/openejb-3.2.x/examples/helloworld-weblogic/pom.xml
    
openejb/branches/openejb-3.2.x/examples/injection-of-connectionfactory/pom.xml
    openejb/branches/openejb-3.2.x/examples/injection-of-datasource/pom.xml
    openejb/branches/openejb-3.2.x/examples/injection-of-ejbs/pom.xml
    openejb/branches/openejb-3.2.x/examples/injection-of-entitymanager/pom.xml
    openejb/branches/openejb-3.2.x/examples/injection-of-env-entry/pom.xml
    openejb/branches/openejb-3.2.x/examples/interceptors/pom.xml
    openejb/branches/openejb-3.2.x/examples/jpa-eclipselink/pom.xml
    openejb/branches/openejb-3.2.x/examples/jpa-hibernate/pom.xml
    
openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs-with-descriptor/pom.xml
    openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs/pom.xml
    openejb/branches/openejb-3.2.x/examples/quartz-app/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-cmp2/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-mdb-with-descriptor/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-mdb/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-singleton/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-stateful/pom.xml
    
openejb/branches/openejb-3.2.x/examples/simple-stateless-with-descriptor/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-stateless/pom.xml
    openejb/branches/openejb-3.2.x/examples/simple-webservice/pom.xml
    openejb/branches/openejb-3.2.x/examples/spring-integration/pom.xml
    openejb/branches/openejb-3.2.x/examples/telephone-stateful/pom.xml
    openejb/branches/openejb-3.2.x/examples/testcase-injection/pom.xml
    openejb/branches/openejb-3.2.x/examples/testing-security-2/pom.xml
    openejb/branches/openejb-3.2.x/examples/testing-security/pom.xml
    openejb/branches/openejb-3.2.x/examples/testing-transactions/pom.xml
    openejb/branches/openejb-3.2.x/examples/transaction-rollback/pom.xml
    openejb/branches/openejb-3.2.x/examples/troubleshooting/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/applet/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/ejb-webservice/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml
    openejb/branches/openejb-3.2.x/examples/webapps/struts/pom.xml
    openejb/branches/openejb-3.2.x/examples/webservice-attachments/pom.xml
    openejb/branches/openejb-3.2.x/examples/webservice-inheritance/pom.xml
    openejb/branches/openejb-3.2.x/examples/webservice-security/pom.xml
    openejb/branches/openejb-3.2.x/examples/webservice-ws-security/pom.xml
    openejb/branches/openejb-3.2.x/itests/openejb-itests-app/pom.xml
    openejb/branches/openejb-3.2.x/pom.xml

Modified: openejb/branches/openejb-3.2.x/container/openejb-javaagent/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/container/openejb-javaagent/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/container/openejb-javaagent/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/container/openejb-javaagent/pom.xml Mon Apr 
11 15:45:11 2011
@@ -42,7 +42,9 @@
         </configuration>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/container/openejb-osgi/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/container/openejb-osgi/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/container/openejb-osgi/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/container/openejb-osgi/pom.xml Mon Apr 11 
15:45:11 2011
@@ -93,8 +93,9 @@
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>build-helper-maven-plugin</artifactId>
+                       <groupId>org.codehaus.mojo</groupId>
+                       <artifactId>build-helper-maven-plugin</artifactId>
+                       <version>1.5</version>
                 <executions>
                     <execution>
                         <id>attach-artifacts</id>

Modified: openejb/branches/openejb-3.2.x/examples/alternate-descriptors/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/alternate-descriptors/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/alternate-descriptors/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/alternate-descriptors/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/application-composer/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/application-composer/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/application-composer/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/application-composer/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/applicationexception/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/applicationexception/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/applicationexception/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/applicationexception/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/component-interfaces/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/component-interfaces/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/component-interfaces/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/component-interfaces/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -46,6 +48,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.8</version>
         <configuration>
           <!-- 
argLine>-agentlib:jdwp=transport=dt_socket,server=y,address=5005</argLine -->
         </configuration>

Modified: openejb/branches/openejb-3.2.x/examples/custom-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/custom-injection/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/custom-injection/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/custom-injection/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/ear-testing/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/ear-testing/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/ear-testing/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/ear-testing/pom.xml Mon Apr 11 
15:45:11 2011
@@ -42,7 +42,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/helloworld-weblogic/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/helloworld-weblogic/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/helloworld-weblogic/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/helloworld-weblogic/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/injection-of-connectionfactory/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/injection-of-connectionfactory/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.2.x/examples/injection-of-connectionfactory/pom.xml 
(original)
+++ 
openejb/branches/openejb-3.2.x/examples/injection-of-connectionfactory/pom.xml 
Mon Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/injection-of-datasource/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/injection-of-datasource/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/injection-of-datasource/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/injection-of-datasource/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/injection-of-ejbs/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/injection-of-ejbs/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/injection-of-ejbs/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/injection-of-entitymanager/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/injection-of-entitymanager/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/injection-of-entitymanager/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/injection-of-entitymanager/pom.xml 
Mon Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/injection-of-env-entry/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/injection-of-env-entry/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/injection-of-env-entry/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/injection-of-env-entry/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/interceptors/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/interceptors/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/interceptors/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/interceptors/pom.xml Mon Apr 11 
15:45:11 2011
@@ -39,7 +39,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/jpa-eclipselink/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/jpa-eclipselink/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/jpa-eclipselink/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/jpa-eclipselink/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/jpa-hibernate/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/jpa-hibernate/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/jpa-hibernate/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/jpa-hibernate/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs-with-descriptor/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs-with-descriptor/pom.xml 
(original)
+++ 
openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs-with-descriptor/pom.xml 
Mon Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/lookup-of-ejbs/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/quartz-app/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/quartz-app/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/quartz-app/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/quartz-app/pom.xml Mon Apr 11 
15:45:11 2011
@@ -63,9 +63,9 @@
     <pluginManagement>
       <plugins>
        <plugin>
-         <groupId>org.apache.maven.plugins</groupId>
-         <artifactId>maven-compiler-plugin</artifactId>
-         <version>2.0.2</version>
+      <groupId>org.apache.maven.plugins</groupId>
+      <artifactId>maven-compiler-plugin</artifactId>
+      <version>2.3.2</version>
          <configuration>
            <source>1.6</source>
            <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-cmp2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-cmp2/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-cmp2/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-cmp2/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/simple-mdb-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-mdb-with-descriptor/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-mdb-with-descriptor/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/simple-mdb-with-descriptor/pom.xml 
Mon Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-mdb/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-mdb/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-mdb/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-mdb/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-singleton/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-singleton/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-singleton/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-singleton/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-stateful/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-stateful/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-stateful/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: 
openejb/branches/openejb-3.2.x/examples/simple-stateless-with-descriptor/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-stateless-with-descriptor/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- 
openejb/branches/openejb-3.2.x/examples/simple-stateless-with-descriptor/pom.xml
 (original)
+++ 
openejb/branches/openejb-3.2.x/examples/simple-stateless-with-descriptor/pom.xml
 Mon Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-stateless/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-stateless/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-stateless/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-stateless/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/simple-webservice/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/simple-webservice/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/simple-webservice/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/simple-webservice/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/spring-integration/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/spring-integration/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/spring-integration/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/spring-integration/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/telephone-stateful/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/telephone-stateful/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/telephone-stateful/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/telephone-stateful/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/testcase-injection/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/testcase-injection/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/testcase-injection/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/testcase-injection/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/testing-security-2/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/testing-security-2/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/testing-security-2/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/testing-security-2/pom.xml Mon Apr 
11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -46,6 +48,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.8</version>
         <configuration>
           <forkMode>pertest</forkMode>
         </configuration>

Modified: openejb/branches/openejb-3.2.x/examples/testing-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/testing-security/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/testing-security/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/testing-security/pom.xml Mon Apr 11 
15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -46,6 +48,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
+        <version>2.8</version>
         <configuration>
           <forkMode>pertest</forkMode>
         </configuration>

Modified: openejb/branches/openejb-3.2.x/examples/testing-transactions/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/testing-transactions/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/testing-transactions/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/testing-transactions/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/transaction-rollback/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/transaction-rollback/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/transaction-rollback/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/transaction-rollback/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -38,7 +38,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/troubleshooting/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/troubleshooting/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/troubleshooting/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/troubleshooting/pom.xml Mon Apr 11 
15:45:11 2011
@@ -38,7 +38,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/applet/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/applet/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/applet/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/applet/pom.xml Mon Apr 11 
15:45:11 2011
@@ -55,6 +55,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/ejb-examples/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -61,7 +61,9 @@
 
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/ejb-webservice/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/ejb-webservice/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/ejb-webservice/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/ejb-webservice/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -56,7 +56,9 @@
 
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/moviefun/pom.xml Mon Apr 11 
15:45:11 2011
@@ -68,7 +68,9 @@
 
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webapps/struts/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webapps/struts/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webapps/struts/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/examples/webapps/struts/pom.xml Mon Apr 11 
15:45:11 2011
@@ -80,6 +80,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webservice-attachments/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webservice-attachments/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webservice-attachments/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webservice-attachments/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -37,7 +37,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webservice-inheritance/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webservice-inheritance/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webservice-inheritance/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webservice-inheritance/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -35,7 +35,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webservice-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webservice-security/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webservice-security/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webservice-security/pom.xml Mon Apr 
11 15:45:11 2011
@@ -77,7 +77,9 @@
     <defaultGoal>install</defaultGoal>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>

Modified: openejb/branches/openejb-3.2.x/examples/webservice-ws-security/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/examples/webservice-ws-security/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/examples/webservice-ws-security/pom.xml 
(original)
+++ openejb/branches/openejb-3.2.x/examples/webservice-ws-security/pom.xml Mon 
Apr 11 15:45:11 2011
@@ -94,7 +94,9 @@
     </pluginManagement>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>
@@ -103,6 +105,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-clover-plugin</artifactId>
+        <version>2.4</version>
         <configuration>
           <jdk>1.5</jdk>
           <excludes>

Modified: openejb/branches/openejb-3.2.x/itests/openejb-itests-app/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/itests/openejb-itests-app/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/itests/openejb-itests-app/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/itests/openejb-itests-app/pom.xml Mon Apr 11 
15:45:11 2011
@@ -34,6 +34,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-ear-plugin</artifactId>
+        <version>2.5</version>
         <executions>
           <execution>
             <phase>package</phase>

Modified: openejb/branches/openejb-3.2.x/pom.xml
URL: 
http://svn.apache.org/viewvc/openejb/branches/openejb-3.2.x/pom.xml?rev=1091103&r1=1091102&r2=1091103&view=diff
==============================================================================
--- openejb/branches/openejb-3.2.x/pom.xml (original)
+++ openejb/branches/openejb-3.2.x/pom.xml Mon Apr 11 15:45:11 2011
@@ -161,7 +161,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
-        <version>2.0.2</version>
+        <version>2.3.2</version>
         <configuration>
           <source>1.6</source>
           <target>1.6</target>


Reply via email to