Modified: openejb/trunk/openejb/examples/simple-stateful/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-stateful/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-stateful/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-stateful/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target>
Modified: openejb/trunk/openejb/examples/simple-stateless-callbacks/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-stateless-callbacks/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-stateless-callbacks/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-stateless-callbacks/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/simple-stateless-with-descriptor/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-stateless-with-descriptor/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-stateless-with-descriptor/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-stateless-with-descriptor/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/simple-stateless/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-stateless/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-stateless/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-stateless/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/simple-webservice-without-interface/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-webservice-without-interface/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-webservice-without-interface/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-webservice-without-interface/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/simple-webservice/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/simple-webservice/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/simple-webservice/pom.xml (original) +++ openejb/trunk/openejb/examples/simple-webservice/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/spring-data-proxy-meta/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/spring-data-proxy-meta/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/spring-data-proxy-meta/pom.xml (original) +++ openejb/trunk/openejb/examples/spring-data-proxy-meta/pom.xml Wed Jan 2 12:23:38 2013 @@ -31,8 +31,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/spring-data-proxy/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/spring-data-proxy/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/spring-data-proxy/pom.xml (original) +++ openejb/trunk/openejb/examples/spring-data-proxy/pom.xml Wed Jan 2 12:23:38 2013 @@ -31,8 +31,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/struts/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/struts/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/struts/pom.xml (original) +++ openejb/trunk/openejb/examples/struts/pom.xml Wed Jan 2 12:23:38 2013 @@ -37,13 +37,13 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/telephone-stateful/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/telephone-stateful/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/telephone-stateful/pom.xml (original) +++ openejb/trunk/openejb/examples/telephone-stateful/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/testcase-injection/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testcase-injection/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testcase-injection/pom.xml (original) +++ openejb/trunk/openejb/examples/testcase-injection/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/testing-security-2/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-2/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-security-2/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-security-2/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -43,8 +43,8 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <forkMode>pertest</forkMode> </configuration> Modified: openejb/trunk/openejb/examples/testing-security-3/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-3/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-security-3/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-security-3/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -43,8 +43,8 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <forkMode>pertest</forkMode> </configuration> Modified: openejb/trunk/openejb/examples/testing-security-4/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-4/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-security-4/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-security-4/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -43,8 +43,8 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <forkMode>pertest</forkMode> </configuration> Modified: openejb/trunk/openejb/examples/testing-security-meta/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security-meta/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-security-meta/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-security-meta/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -43,8 +43,8 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <forkMode>pertest</forkMode> </configuration> Modified: openejb/trunk/openejb/examples/testing-security/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-security/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-security/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-security/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> @@ -43,8 +43,8 @@ </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <forkMode>pertest</forkMode> </configuration> Modified: openejb/trunk/openejb/examples/testing-transactions-bmt/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-transactions-bmt/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-transactions-bmt/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-transactions-bmt/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/testing-transactions/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/testing-transactions/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/testing-transactions/pom.xml (original) +++ openejb/trunk/openejb/examples/testing-transactions/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/tomee-jersey-eclipselink/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/tomee-jersey-eclipselink/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/tomee-jersey-eclipselink/pom.xml (original) +++ openejb/trunk/openejb/examples/tomee-jersey-eclipselink/pom.xml Wed Jan 2 12:23:38 2013 @@ -77,8 +77,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/transaction-rollback/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/transaction-rollback/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/transaction-rollback/pom.xml (original) +++ openejb/trunk/openejb/examples/transaction-rollback/pom.xml Wed Jan 2 12:23:38 2013 @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/troubleshooting/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/troubleshooting/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/troubleshooting/pom.xml (original) +++ openejb/trunk/openejb/examples/troubleshooting/pom.xml Wed Jan 2 12:23:38 2013 @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-attachments/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-attachments/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-attachments/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-attachments/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-handlerchain/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-handlerchain/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-handlerchain/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-handlerchain/pom.xml Wed Jan 2 12:23:38 2013 @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-holder/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-holder/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-holder/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-holder/pom.xml Wed Jan 2 12:23:38 2013 @@ -35,7 +35,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-inheritance/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-inheritance/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-inheritance/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-inheritance/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-security/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-security/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-security/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-security/pom.xml Wed Jan 2 12:23:38 2013 @@ -34,8 +34,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-ws-security/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-ws-security/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-ws-security/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-ws-security/pom.xml Wed Jan 2 12:23:38 2013 @@ -75,15 +75,15 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <version>2.13</version> </plugin> </plugins> </pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml (original) +++ openejb/trunk/openejb/examples/webservice-ws-with-resources-config/pom.xml Wed Jan 2 12:23:38 2013 @@ -53,8 +53,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.4</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> <configuration> <source>1.6</source> <target>1.6</target> Modified: openejb/trunk/openejb/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml (original) +++ openejb/trunk/openejb/maven/tomee-webapp-archetype/src/main/resources/archetype-resources/pom.xml Wed Jan 2 12:23:38 2013 @@ -82,13 +82,13 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-compiler-plugin</artifactId> - <version>2.5.1</version> + <artifactId>maven-compiler-plugin</artifactId> + <version>3.0</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> Modified: openejb/trunk/openejb/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/pom.xml (original) +++ openejb/trunk/openejb/pom.xml Wed Jan 2 12:23:38 2013 @@ -248,7 +248,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <version>2.13</version> <configuration> <forkMode>always</forkMode> </configuration> Modified: openejb/trunk/openejb/tck/bval-embedded/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/tck/bval-embedded/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/tck/bval-embedded/pom.xml (original) +++ openejb/trunk/openejb/tck/bval-embedded/pom.xml Wed Jan 2 12:23:38 2013 @@ -85,8 +85,8 @@ <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <suiteXmlFiles> <suiteXmlFile>src/test/resources/jsr303-tck-suite.xml</suiteXmlFile> @@ -102,7 +102,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>2.12.4</version> + <version>2.13</version> <executions> <execution> <id>generate-test-report</id> Modified: openejb/trunk/openejb/tck/bval-tomee/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/tck/bval-tomee/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/tck/bval-tomee/pom.xml (original) +++ openejb/trunk/openejb/tck/bval-tomee/pom.xml Wed Jan 2 12:23:38 2013 @@ -173,8 +173,8 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <artifactId>maven-surefire-plugin</artifactId> + <version>2.13</version> <configuration> <skip>true</skip> </configuration> Modified: openejb/trunk/openejb/tck/cdi-embedded/pom.xml URL: http://svn.apache.org/viewvc/openejb/trunk/openejb/tck/cdi-embedded/pom.xml?rev=1427764&r1=1427763&r2=1427764&view=diff ============================================================================== --- openejb/trunk/openejb/tck/cdi-embedded/pom.xml (original) +++ openejb/trunk/openejb/tck/cdi-embedded/pom.xml Wed Jan 2 12:23:38 2013 @@ -74,7 +74,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>2.12.4</version> + <version>2.13</version> <configuration> <useFile>false</useFile> <suiteXmlFiles>
