Author: juanpablo
Date: Tue May 28 22:07:36 2013
New Revision: 1487139

URL: http://svn.apache.org/r1487139
Log:
artifact checksums created on release profile

updated selenium-*-driver dependencies to 2.33.0 + Removed unneeded selenium 
dependencies

Modified:
    incubator/jspwiki/trunk/pom.xml

Modified: incubator/jspwiki/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/pom.xml?rev=1487139&r1=1487138&r2=1487139&view=diff
==============================================================================
--- incubator/jspwiki/trunk/pom.xml (original)
+++ incubator/jspwiki/trunk/pom.xml Tue May 28 22:07:36 2013
@@ -162,31 +162,19 @@
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-chrome-driver</artifactId>
-        <version>2.32.0</version>
+        <version>2.33.0</version>
       </dependency>
 
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-firefox-driver</artifactId>
-        <version>2.32.0</version>
+        <version>2.33.0</version>
       </dependency>
 
       <dependency>
         <groupId>org.seleniumhq.selenium</groupId>
         <artifactId>selenium-ie-driver</artifactId>
-        <version>2.32.0</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.seleniumhq.selenium</groupId>
-        <artifactId>selenium-java</artifactId>
-        <version>2.32.0</version>
-      </dependency>
-                
-      <dependency>
-        <groupId>org.seleniumhq.selenium.client-drivers</groupId>
-        <artifactId>selenium-java-client-driver</artifactId>
-        <version>1.0.2</version>
+        <version>2.33.0</version>
       </dependency>
 
       <dependency>
@@ -599,6 +587,13 @@
           </plugin>
           
           <plugin>
+            <artifactId>maven-install-plugin</artifactId>
+            <configuration>
+              <createChecksum>true</createChecksum>
+            </configuration>
+          </plugin>
+          
+          <plugin>
             <artifactId>maven-gpg-plugin</artifactId>
             <executions>
               <execution>


Reply via email to