diff options
author | Olivier Lamy <olamy@apache.org> | 2012-06-12 21:18:19 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2012-06-12 21:18:19 +0000 |
commit | 288d822410dda42950b02dafba2041852f888175 (patch) | |
tree | 328b9bdb261ac50d97c966cc8c6e1e08aad7c146 /archiva-modules/archiva-web/pom.xml | |
parent | 817e335e0c7f8e00d7f37a61da2cdb08276d819d (diff) | |
download | archiva-288d822410dda42950b02dafba2041852f888175.tar.gz archiva-288d822410dda42950b02dafba2041852f888175.zip |
selenium version 2.23.1
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1349532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/pom.xml')
-rw-r--r-- | archiva-modules/archiva-web/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archiva-modules/archiva-web/pom.xml b/archiva-modules/archiva-web/pom.xml index ede5df558..5d7a65dcb 100644 --- a/archiva-modules/archiva-web/pom.xml +++ b/archiva-modules/archiva-web/pom.xml @@ -37,7 +37,7 @@ <!-- TODO: review how appropriate the memory settings are - should work with less --> <cargo.jvm.args>-Xmx512m -XX:MaxPermSize=256m</cargo.jvm.args> <seleniumPluginVersion>2.3</seleniumPluginVersion> - <selenium-server.version>2.21.0</selenium-server.version> + <selenium-server.version>2.23.1</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> </properties> |