Skip to content

Commit

Permalink
Update selenium to 2.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardesco committed Feb 28, 2013
1 parent 21061cc commit d955ab6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions RepositoryMap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
<root>
<windows>
<driver id="internetexplorer">
<version id="2.30.0">
<version id="2.31.0">
<bitrate sixtyfourbit="true">
<filelocation>http://selenium.googlecode.com/files/IEDriverServer_x64_2.30.2.zip</filelocation>
<hash>aade0a9130e05f849fa54587935af3f76e82c04b</hash>
<filelocation>https://selenium.googlecode.com/files/IEDriverServer_x64_2.31.0.zip</filelocation>
<hash>1125b9df018fc8ab90f16bd6e7e17a55a4d8e35f</hash>
<hashtype>sha1</hashtype>
</bitrate>
<bitrate thirtytwobit="true">
<filelocation>http://selenium.googlecode.com/files/IEDriverServer_Win32_2.30.2.zip</filelocation>
<hash>837b86dc918aa0af739c582e20daabd4987155bf</hash>
<filelocation>https://selenium.googlecode.com/files/IEDriverServer_Win32_2.31.0.zip</filelocation>
<hash>dc0da83a90dab23032bf7468be7c480e2f2776bb</hash>
<hashtype>sha1</hashtype>
</bitrate>
</version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
<artifactId>selenium-server</artifactId>
<version>2.30.0</version>
<version>2.31.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit d955ab6

Please sign in to comment.