Author: jochen
Date: Tue May 30 13:02:15 2006
New Revision: 410358
URL: http://svn.apache.org/viewvc?rev=410358&view=rev
Log:
Made sure that the generated class files are usable for Java 1.2.
Modified:
webservices/commons/trunk/modules/util/pom.xml
Modified: webservices/commons/trunk/modules/util/pom.xml
URL:
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/util/pom.xml?rev=410358&r1=410357&r2=410358&view=diff
==============================================================================
--- webservices/commons/trunk/modules/util/pom.xml (original)
+++ webservices/commons/trunk/modules/util/pom.xml Tue May 30 13:02:15 2006
@@ -65,6 +65,14 @@
</organization>
<build>
<plugins>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>1.3</source>
+ <target>1.2</target>
+ </configuration>
+ </plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-eclipse-plugin</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]