]> source.dussan.org Git - archiva.git/commitdiff
selenium plugin 2.2 released version
authorOlivier Lamy <olamy@apache.org>
Fri, 13 Jan 2012 16:59:50 +0000 (16:59 +0000)
committerOlivier Lamy <olamy@apache.org>
Fri, 13 Jan 2012 16:59:50 +0000 (16:59 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1231178 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/pom.xml
pom.xml

index 1a230393893e08707ac05993b4c4671709716954..2e173f9aa812a4e8c9e00807e3fe75ec65ff6ce4 100644 (file)
@@ -36,7 +36,7 @@
     <maxWaitTimeInMs>10000</maxWaitTimeInMs>
     <!-- TODO: review how appropriate the memory settings are - should work with less -->
     <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args>
-    <seleniumPluginVersion>2.2-SNAPSHOT</seleniumPluginVersion>
+    <seleniumPluginVersion>2.2</seleniumPluginVersion>
     <selenium-server.version>2.16.0</selenium-server.version>
     <apache.mirror.url>http://archive.apache.org/dist</apache.mirror.url>
     <apache.archive.url>http://archive.apache.org/dist</apache.archive.url>
diff --git a/pom.xml b/pom.xml
index be9983d7c36786bbabfb7acb026d9a034783189c..3fb1634c36cbc867b6431e0257c009ae6655cd62 100644 (file)
--- a/pom.xml
+++ b/pom.xml
             <enabled>true</enabled>
           </snapshots>
         </pluginRepository>
-        <!-- for selenium snapshots -->
-        <pluginRepository>
-          <id>codehaus.snapshots</id>
-          <url>https://nexus.codehaus.org/content/repositories/snapshots/</url>
-          <releases>
-            <enabled>false</enabled>
-          </releases>
-          <snapshots>
-            <enabled>true</enabled>
-          </snapshots>
-        </pluginRepository>
       </pluginRepositories>
     </profile>