Title: [waffle-scm] [473] trunk/integration/waffle-taglib/pom.xml: updating the selenium versions, because old ones had bugs.
Revision
473
Author
fabio.kung
Date
2007-12-13 15:57:29 -0600 (Thu, 13 Dec 2007)

Log Message

updating the selenium versions, because old ones had bugs. Note: it will only work with maven >= 2.0.5

Modified Paths

Diff

Modified: trunk/integration/waffle-taglib/pom.xml (472 => 473)

--- trunk/integration/waffle-taglib/pom.xml	2007-12-12 15:35:19 UTC (rev 472)
+++ trunk/integration/waffle-taglib/pom.xml	2007-12-13 21:57:29 UTC (rev 473)
@@ -6,13 +6,18 @@
     <artifactId>waffle</artifactId>
     <version>1.0-SNAPSHOT</version>
   </parent>
+  <artifactId>waffle-taglib-integration</artifactId>
   <packaging>war</packaging>
-  <artifactId>waffle-taglib-integration</artifactId>
   <name>Waffle Taglib Integration</name>
 
   <dependencies>
     <dependency>
       <groupId>${pom.groupId}</groupId>
+      <artifactId>waffle-core</artifactId>
+      <version>${pom.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>${pom.groupId}</groupId>
       <artifactId>waffle-taglib</artifactId>
       <version>${pom.version}</version>
     </dependency>
@@ -36,7 +41,7 @@
     <dependency>
       <groupId>org.openqa.selenium.client-drivers</groupId>
       <artifactId>selenium-java-client-driver</artifactId>
-      <version>0.9.2</version>
+      <version>0.9.3-SNAPSHOT</version>
       <scope>test</scope>
     </dependency>
   </dependencies>
@@ -102,7 +107,7 @@
       <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>selenium-maven-plugin</artifactId>
-        <version>1.0-beta-1</version>
+        <version>1.0-beta-2</version>
         <executions>
           <execution>
             <id>start-selenium</id>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to