From 53972adb5e99e520bc6085711ef04a806e5d6598 Mon Sep 17 00:00:00 2001 From: Hi-Fi Date: Mon, 18 Sep 2017 21:39:50 +0300 Subject: [PATCH 1/2] RF to 3.0.2 Selenium to 2.53.1 --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 From 502aacf4de0dcc3449593a60b88959ad49016899 Mon Sep 17 00:00:00 2001 From: Hi-Fi Date: Mon, 18 Sep 2017 21:42:53 +0300 Subject: [PATCH 2/2] Updated dependencies README to new version --- DEPENDENCIES.md | Bin 14562 -> 14294 bytes README.md | 10 +++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 27a3798a3d4799059a6c44cbfc5ac98511e55dea..ae9e64634021912c66ffa5e4d038b84d4e38074e 100644 GIT binary patch delta 523 zcmaD5wIYEhSlYj@~nOT zq!G}=g+i{AkBLU$lq(Yp!72AcJYsT{xB^c3PvR9gggVE%@%!ZTCnXKBJ!W0A-+`N~WmxURqV)8-_=gk5fPZ*_h z8S)v57)ltD7!nyOff}Bk3V79|iC5s1Umz7Sxky3_9$KJ~RgzSI^BW`! zkl0?6ze!2K`31au*5$y!Ndm%5VBi!3*+oE~f=DX{WEn(+8UVw>1Qe+ZCcqf51;>n) zlpdqeWNi)eN!mh_L^vkb@mfuuCJnJ?p@#Kj1#XVb-=u4#I1PY-XvUzxP(1mend0O* XW;(nEK#Pol0cr&dSo6(S%@`R0hN`5u 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