You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by he...@apache.org on 2007/12/21 17:35:11 UTC

svn commit: r606239 - /directory/sandbox/hennejg/odm/trunk/pom.xml

Author: hennejg
Date: Fri Dec 21 08:35:11 2007
New Revision: 606239

URL: http://svn.apache.org/viewvc?rev=606239&view=rev
Log:
Set compiler compatibility to 1.5

Modified:
    directory/sandbox/hennejg/odm/trunk/pom.xml

Modified: directory/sandbox/hennejg/odm/trunk/pom.xml
URL: http://svn.apache.org/viewvc/directory/sandbox/hennejg/odm/trunk/pom.xml?rev=606239&r1=606238&r2=606239&view=diff
==============================================================================
--- directory/sandbox/hennejg/odm/trunk/pom.xml (original)
+++ directory/sandbox/hennejg/odm/trunk/pom.xml Fri Dec 21 08:35:11 2007
@@ -8,6 +8,18 @@
 	<name>openthinclient.org common components</name>
 	<packaging>jar</packaging>
 
+	<build>
+		<plugins>
+			<plugin>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
+
 	<dependencies>
 		<dependency>
 			<groupId>castor</groupId>