Author: dblevins
Date: Tue Jul 13 20:15:46 2010
New Revision: 963850
URL: http://svn.apache.org/viewvc?rev=963850&view=rev
Log:
Update target and source java versions
Modified:
openejb/trunk/openejb3/examples/alternate-descriptors/pom.xml
openejb/trunk/openejb3/examples/applicationexception/pom.xml
openejb/trunk/openejb3/examples/component-interfaces/pom.xml
openejb/trunk/openejb3/examples/custom-injection/pom.xml
openejb/trunk/openejb3/examples/ear-testing/pom.xml
openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml
openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml
openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml
openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml
openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml
openejb/trunk/openejb3/examples/interceptors/pom.xml
openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml
openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml
openejb/trunk/openejb3/examples/quartz-app/pom.xml
openejb/trunk/openejb3/examples/simple-cmp2/pom.xml
openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml
openejb/trunk/openejb3/examples/simple-mdb/pom.xml
openejb/trunk/openejb3/examples/simple-singleton/pom.xml
openejb/trunk/openejb3/examples/simple-stateful/pom.xml
openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
openejb/trunk/openejb3/examples/simple-stateless/pom.xml
openejb/trunk/openejb3/examples/simple-webservice/pom.xml
openejb/trunk/openejb3/examples/spring-integration/pom.xml
openejb/trunk/openejb3/examples/telephone-stateful/pom.xml
openejb/trunk/openejb3/examples/testcase-injection/pom.xml
openejb/trunk/openejb3/examples/testing-security-2/pom.xml
openejb/trunk/openejb3/examples/testing-security/pom.xml
openejb/trunk/openejb3/examples/testing-transactions/pom.xml
openejb/trunk/openejb3/examples/transaction-rollback/pom.xml
openejb/trunk/openejb3/examples/troubleshooting/pom.xml
openejb/trunk/openejb3/examples/webapps/applet/pom.xml
openejb/trunk/openejb3/examples/webapps/ejb-examples/pom.xml
openejb/trunk/openejb3/examples/webapps/ejb-webservice/pom.xml
openejb/trunk/openejb3/examples/webapps/jsf/pom.xml
openejb/trunk/openejb3/examples/webapps/moviefun/pom.xml
openejb/trunk/openejb3/examples/webapps/struts/pom.xml
openejb/trunk/openejb3/examples/webservice-attachments/pom.xml
openejb/trunk/openejb3/examples/webservice-inheritance/pom.xml
openejb/trunk/openejb3/examples/webservice-security/pom.xml
openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml
Modified: openejb/trunk/openejb3/examples/alternate-descriptors/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/alternate-descriptors/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/alternate-descriptors/pom.xml (original)
+++ openejb/trunk/openejb3/examples/alternate-descriptors/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/applicationexception/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/applicationexception/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/applicationexception/pom.xml (original)
+++ openejb/trunk/openejb3/examples/applicationexception/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/component-interfaces/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/component-interfaces/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/component-interfaces/pom.xml (original)
+++ openejb/trunk/openejb3/examples/component-interfaces/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/custom-injection/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/custom-injection/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/custom-injection/pom.xml (original)
+++ openejb/trunk/openejb3/examples/custom-injection/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/ear-testing/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/ear-testing/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/ear-testing/pom.xml (original)
+++ openejb/trunk/openejb3/examples/ear-testing/pom.xml Tue Jul 13 20:15:46 2010
@@ -43,8 +43,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml (original)
+++ openejb/trunk/openejb3/examples/helloworld-weblogic/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml
(original)
+++ openejb/trunk/openejb3/examples/injection-of-connectionfactory/pom.xml Tue
Jul 13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-datasource/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-ejbs/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml
(original)
+++ openejb/trunk/openejb3/examples/injection-of-entitymanager/pom.xml Tue Jul
13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml (original)
+++ openejb/trunk/openejb3/examples/injection-of-env-entry/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/interceptors/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/interceptors/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/interceptors/pom.xml (original)
+++ openejb/trunk/openejb3/examples/interceptors/pom.xml Tue Jul 13 20:15:46
2010
@@ -40,8 +40,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml (original)
+++ openejb/trunk/openejb3/examples/jpa-eclipselink/pom.xml Tue Jul 13 20:15:46
2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml (original)
+++ openejb/trunk/openejb3/examples/jpa-hibernate/pom.xml Tue Jul 13 20:15:46
2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/quartz-app/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/quartz-app/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/quartz-app/pom.xml (original)
+++ openejb/trunk/openejb3/examples/quartz-app/pom.xml Tue Jul 13 20:15:46 2010
@@ -46,8 +46,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-cmp2/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-cmp2/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-cmp2/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-cmp2/pom.xml Tue Jul 13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml
(original)
+++ openejb/trunk/openejb3/examples/simple-mdb-with-descriptor/pom.xml Tue Jul
13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-mdb/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-mdb/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-mdb/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-mdb/pom.xml Tue Jul 13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-singleton/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-singleton/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-singleton/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-singleton/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-stateful/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateful/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateful/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateful/pom.xml Tue Jul 13 20:15:46
2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified:
openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
(original)
+++ openejb/trunk/openejb3/examples/simple-stateless-with-descriptor/pom.xml
Tue Jul 13 20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-stateless/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-stateless/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-stateless/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-stateless/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/simple-webservice/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/simple-webservice/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/simple-webservice/pom.xml (original)
+++ openejb/trunk/openejb3/examples/simple-webservice/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/spring-integration/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/spring-integration/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/spring-integration/pom.xml (original)
+++ openejb/trunk/openejb3/examples/spring-integration/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/telephone-stateful/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/telephone-stateful/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/telephone-stateful/pom.xml (original)
+++ openejb/trunk/openejb3/examples/telephone-stateful/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/testcase-injection/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testcase-injection/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testcase-injection/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testcase-injection/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/testing-security-2/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security-2/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security-2/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security-2/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/testing-security/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-security/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-security/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/testing-transactions/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/testing-transactions/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/testing-transactions/pom.xml (original)
+++ openejb/trunk/openejb3/examples/testing-transactions/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/transaction-rollback/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/transaction-rollback/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/transaction-rollback/pom.xml (original)
+++ openejb/trunk/openejb3/examples/transaction-rollback/pom.xml Tue Jul 13
20:15:46 2010
@@ -39,8 +39,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/troubleshooting/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/troubleshooting/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/troubleshooting/pom.xml (original)
+++ openejb/trunk/openejb3/examples/troubleshooting/pom.xml Tue Jul 13 20:15:46
2010
@@ -39,8 +39,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webapps/applet/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/applet/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/applet/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/applet/pom.xml Tue Jul 13 20:15:46
2010
@@ -56,8 +56,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/webapps/ejb-examples/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/ejb-examples/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/ejb-examples/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/ejb-examples/pom.xml Tue Jul 13
20:15:46 2010
@@ -57,8 +57,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webapps/ejb-webservice/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/ejb-webservice/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/ejb-webservice/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/ejb-webservice/pom.xml Tue Jul 13
20:15:46 2010
@@ -58,8 +58,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webapps/jsf/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/jsf/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/jsf/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/jsf/pom.xml Tue Jul 13 20:15:46 2010
@@ -37,8 +37,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/webapps/moviefun/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/moviefun/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/moviefun/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/moviefun/pom.xml Tue Jul 13
20:15:46 2010
@@ -64,8 +64,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webapps/struts/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webapps/struts/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webapps/struts/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webapps/struts/pom.xml Tue Jul 13 20:15:46
2010
@@ -81,8 +81,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>
Modified: openejb/trunk/openejb3/examples/webservice-attachments/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-attachments/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-attachments/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-attachments/pom.xml Tue Jul 13
20:15:46 2010
@@ -38,8 +38,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webservice-inheritance/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-inheritance/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-inheritance/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-inheritance/pom.xml Tue Jul 13
20:15:46 2010
@@ -32,8 +32,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webservice-security/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-security/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-security/pom.xml Tue Jul 13
20:15:46 2010
@@ -78,8 +78,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
</plugins>
Modified: openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml
URL:
http://svn.apache.org/viewvc/openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml?rev=963850&r1=963849&r2=963850&view=diff
==============================================================================
--- openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml (original)
+++ openejb/trunk/openejb3/examples/webservice-ws-security/pom.xml Tue Jul 13
20:15:46 2010
@@ -93,8 +93,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.6</source>
+ <target>1.6</target>
</configuration>
</plugin>
<plugin>