Author: sagara
Date: Tue May 24 13:51:03 2011
New Revision: 1127052
URL: http://svn.apache.org/viewvc?rev=1127052&view=rev
Log:
Upgraded to Java 5
Modified:
webservices/woden/trunk/java/pom.xml
webservices/woden/trunk/java/woden-ant/pom.xml
webservices/woden/trunk/java/woden-api/pom.xml
webservices/woden/trunk/java/woden-commons/pom.xml
webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
webservices/woden/trunk/java/woden-dom/pom.xml
webservices/woden/trunk/java/woden-om/pom.xml
webservices/woden/trunk/java/woden-tool/pom.xml
Modified: webservices/woden/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/pom.xml (original)
+++ webservices/woden/trunk/java/pom.xml Tue May 24 13:51:03 2011
@@ -203,8 +203,7 @@
<activation>
<activeByDefault>true</activeByDefault>
</activation>
- <modules>
- <module>woden-qname</module>
+ <modules>
<module>woden-api</module>
<module>woden-commons</module>
<module>woden-dom</module>
@@ -221,8 +220,7 @@
-->
<profile>
<id>m2_release</id>
- <modules>
- <module>woden-qname</module>
+ <modules>
<module>woden-api</module>
<module>woden-commons</module>
<module>woden-dom</module>
@@ -258,8 +256,7 @@
<!-- mvn clean package assembly:assembly antrun:run -P dist
-->
<profile>
<id>dist</id>
- <modules>
- <module>woden-qname</module>
+ <modules>
<module>woden-ant</module>
<module>woden-api</module>
<module>woden-commons</module>
Modified: webservices/woden/trunk/java/woden-ant/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-ant/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-ant/pom.xml (original)
+++ webservices/woden/trunk/java/woden-ant/pom.xml Tue May 24 13:51:03 2011
@@ -47,8 +47,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-api/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-api/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-api/pom.xml (original)
+++ webservices/woden/trunk/java/woden-api/pom.xml Tue May 24 13:51:03 2011
@@ -47,8 +47,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-commons/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-commons/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-commons/pom.xml (original)
+++ webservices/woden/trunk/java/woden-commons/pom.xml Tue May 24 13:51:03 2011
@@ -47,8 +47,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml (original)
+++ webservices/woden/trunk/java/woden-converter-maven-plugin/pom.xml Tue May
24 13:51:03 2011
@@ -49,8 +49,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-dom/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-dom/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-dom/pom.xml (original)
+++ webservices/woden/trunk/java/woden-dom/pom.xml Tue May 24 13:51:03 2011
@@ -47,8 +47,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-om/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-om/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-om/pom.xml (original)
+++ webservices/woden/trunk/java/woden-om/pom.xml Tue May 24 13:51:03 2011
@@ -46,8 +46,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>
Modified: webservices/woden/trunk/java/woden-tool/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/woden/trunk/java/woden-tool/pom.xml?rev=1127052&r1=1127051&r2=1127052&view=diff
==============================================================================
--- webservices/woden/trunk/java/woden-tool/pom.xml (original)
+++ webservices/woden/trunk/java/woden-tool/pom.xml Tue May 24 13:51:03 2011
@@ -47,8 +47,8 @@
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
<compilerArgument>-g</compilerArgument>
</configuration>
</plugin>