Skip to content
This repository was archived by the owner on Feb 2, 2025. It is now read-only.

Commit d2eca99

Browse files
committed
README to point latest release version
1 parent 2464e2b commit d2eca99

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ the Selenium libraries from the [Selenium](http://docs.seleniumhq.org) project.
99

1010
Version number follows Selenium's version numbers (first 3 numbers), and 4th number is reserved for e.g. issue fixes.
1111
* More information about this library can be found in the
12-
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.html).
12+
[Keyword Documentation](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1/robotframework-seleniumlibrary-2.53.1.1.html).
1313
* For keyword completion in RIDE you can download this
14-
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.xml)
14+
[Library Specs](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1/robotframework-seleniumlibrary-2.53.1.1.xml)
1515
and place it in your PYTHONPATH.
1616

1717
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:
2828
<dependency>
2929
<groupId>com.github.hi_fi</groupId>
3030
<artifactId>robotframework-seleniumlibrary-java</artifactId>
31-
<version>2.53.1.0</version>
31+
<version>2.53.1.1</version>
3232
<scope>test</scope>
3333
</dependency>
3434

3535
If you cannot use the robotframework-maven-plugin you can use the
36-
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0-jar-with-dependencies.jar),
36+
[jar-with-dependencies](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1/robotframework-seleniumlibrary-2.53.1.1-jar-with-dependencies.jar),
3737
which contains all required libraries.
3838

3939
If you want more control and feel adventurous you could you use this
40-
[jar](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.0/robotframework-seleniumlibrary-2.53.1.0.jar)
40+
[jar](http://search.maven.org/remotecontent?filepath=com/github/hi-fi/robotframework-seleniumlibrary/2.53.1.1/robotframework-seleniumlibrary-2.53.1.1.jar)
4141
and provide all required libraries from this [list](DEPENDENCIES.md) on your own.
4242

4343
Differences

0 commit comments

Comments
 (0)