You are viewing a plain text version of this content. The canonical link for it is here.
Posted to kato-commits@incubator.apache.org by sp...@apache.org on 2009/11/03 09:06:01 UTC

svn commit: r832353 - /incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml

Author: spoole
Date: Tue Nov  3 09:06:00 2009
New Revision: 832353

URL: http://svn.apache.org/viewvc?rev=832353&view=rev
Log:
made tck harness compile at 1.4 level so it can be run on a 1.4 JVM

Modified:
    incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml

Modified: incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml
URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml?rev=832353&r1=832352&r2=832353&view=diff
==============================================================================
--- incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml (original)
+++ incubator/kato/trunk/org.apache.kato/kato.tck.harness/pom.xml Tue Nov  3 09:06:00 2009
@@ -33,4 +33,16 @@
   		<version>0.0.1-SNAPSHOT</version>
   	</dependency>
   </dependencies>
+  <build>
+		<plugins>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.4</source>
+					<target>1.4</target>
+				</configuration>
+			</plugin>
+		</plugins>
+	</build>
 </project>
\ No newline at end of file