[richfaces-svn-commits] JBoss Rich Faces SVN: r11508 - trunk/test-applications/seleniumTest.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Dec 3 07:35:40 EST 2008


Author: konstantin.mishin
Date: 2008-12-03 07:35:40 -0500 (Wed, 03 Dec 2008)
New Revision: 11508

Modified:
   trunk/test-applications/seleniumTest/pom.xml
Log:
RF-5197
only for test

Modified: trunk/test-applications/seleniumTest/pom.xml
===================================================================
--- trunk/test-applications/seleniumTest/pom.xml	2008-12-03 12:28:30 UTC (rev 11507)
+++ trunk/test-applications/seleniumTest/pom.xml	2008-12-03 12:35:40 UTC (rev 11508)
@@ -62,6 +62,14 @@
 	<build>
 		<plugins>
 			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-compiler-plugin</artifactId>
+				<configuration>
+					<source>1.5</source>
+					<target>1.5</target>
+				</configuration>
+			</plugin>
+			<plugin>
 				<groupId>org.codehaus.cargo</groupId>
 				<artifactId>cargo-maven2-plugin</artifactId>
 				<version>0.3.1</version>




More information about the richfaces-svn-commits mailing list