Author: ruwan
Date: Tue Oct 9 20:49:31 2007
New Revision: 583352
URL: http://svn.apache.org/viewvc?rev=583352&view=rev
Log:
We are moving to the java 1.5
Modified:
webservices/synapse/trunk/java/pom.xml
Modified: webservices/synapse/trunk/java/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/synapse/trunk/java/pom.xml?rev=583352&r1=583351&r2=583352&view=diff
==============================================================================
--- webservices/synapse/trunk/java/pom.xml (original)
+++ webservices/synapse/trunk/java/pom.xml Tue Oct 9 20:49:31 2007
@@ -162,8 +162,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0</version>
<configuration>
- <source>1.4</source>
- <target>1.4</target>
+ <source>1.5</source>
+ <target>1.5</target>
</configuration>
</plugin>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]