You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/07/06 19:46:28 UTC

svn commit: r553965 - /webservices/axis2/trunk/java/modules/saaj-api/pom.xml

Author: dims
Date: Fri Jul  6 10:46:28 2007
New Revision: 553965

URL: http://svn.apache.org/viewvc?view=rev&rev=553965
Log:
no need to target 1.5

Modified:
    webservices/axis2/trunk/java/modules/saaj-api/pom.xml

Modified: webservices/axis2/trunk/java/modules/saaj-api/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/saaj-api/pom.xml?view=diff&rev=553965&r1=553964&r2=553965
==============================================================================
--- webservices/axis2/trunk/java/modules/saaj-api/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/saaj-api/pom.xml Fri Jul  6 10:46:28 2007
@@ -49,8 +49,8 @@
 				<artifactId>maven-compiler-plugin</artifactId>
 				<inherited>true</inherited>
 				<configuration>
-					<source>1.5</source>
-					<target>1.5</target>
+					<source>1.3</source>
+					<target>1.3</target>
 				</configuration>
 			</plugin>
 		</plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org