diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 27a3798..ae9e646 100644 Binary files a/DEPENDENCIES.md and b/DEPENDENCIES.md differ diff --git a/README.md b/README.md index cb9bcb1..c7867b8 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project. Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes. * More information about this library can be found in the - [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.48.2.0/robotframework-seleniumlibrary-java-2.48.2.0-libdoc.html). + [Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.html). * For keyword completion in RIDE you can download this - [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.48.2.0/robotframework-seleniumlibrary-java-2.48.2.0-libdoc.xml) + [Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-libdoc.xml) and place it in your PYTHONPATH. This Java version of SeleniumLibrary exists because of easier dependency management when Robot Framework is used in Java-projects. @@ -28,16 +28,16 @@ your pom.xml: com.github.hi_fi robotframework-seleniumlibrary-java - 2.48.2.0 + 2.53.1.0 test If you cannot use the robotframework-maven-plugin you can use the -[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.48.2.0/robotframework-seleniumlibrary-java-2.48.2.0-jar-with-dependencies.jar), +[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0-jar-with-dependencies.jar), which contains all required libraries. If you want more control and feel adventurous you could you use this -[jar](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.48.2.0/robotframework-seleniumlibrary-java-2.48.2.0.jar) +[jar](http://search.maven.org/remotecontent?filepath=com/github/hi_fi/robotframework-seleniumlibrary-java/2.53.1.0/robotframework-seleniumlibrary-java-2.53.1.0.jar) and provide all required libraries from this [list](DEPENDENCIES.md) on your own. Differences diff --git a/pom.xml b/pom.xml index 016fb90..f30d4dd 100644 --- a/pom.xml +++ b/pom.xml @@ -10,7 +10,7 @@ com.github.hi-fi robotframework-seleniumlibrary - 2.48.2.0-SNAPSHOT + 2.53.1.0-SNAPSHOT jar Robot Framework :: SeleniumLibrary @@ -24,9 +24,9 @@ 1.8.7 1.6 1.0.5 - 2.9.2 - 1.4.5 - 2.48.2 + 3.0.2 + 1.4.7 + 2.53.1 SeleniumLibrary @@ -392,7 +392,7 @@ org.robotframework robotframework-maven-plugin - 1.4.7 + ${robotframework.maven.plugin.version} html