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>
Show replies by date