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

Commit 3b81705

Browse files
committed
Release 4.0.0-alpha-4.1
1 parent ffa3d56 commit 3b81705

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Java CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build_and_test:

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,18 +69,18 @@ your pom.xml:
6969
<dependency>
7070
<groupId>com.github.marketsquare</groupId>
7171
<artifactId>robotframework-seleniumlibrary</artifactId>
72-
<version>4.0.0-alpha-4.0</version>
72+
<version>4.0.0-alpha-4.1</version>
7373
<scope>test</scope>
7474
</dependency>
7575

7676
If you cannot use the robotframework-maven-plugin you can use the
77-
[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.0/robotframework-seleniumlibrary-4.0.0-alpha-4.0-jar-with-dependencies.jar),
78-
which contains all required libraries except ios/android ones (Appium and Selendroid). Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-4.0.0-alpha-4.0-jar-with-dependencies.jar <test location>`.
77+
[jar-with-dependencies](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1/robotframework-seleniumlibrary-4.0.0-alpha-4.1-jar-with-dependencies.jar),
78+
which contains all required libraries except ios/android ones (Appium and Selendroid). Running of tests with this can be done with command `java -jar robotframework-seleniumlibrary-4.0.0-alpha-4.1-jar-with-dependencies.jar <test location>`.
7979

8080
* More information about this library can be found in the
81-
[Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.0/robotframework-seleniumlibrary-4.0.0-alpha-4.0.html).
81+
[Keyword Documentation](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1/robotframework-seleniumlibrary-4.0.0-alpha-4.1.html).
8282
* For keyword completion in RIDE you can download this
83-
[Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.0/robotframework-seleniumlibrary-4.0.0-alpha-4.0.xml)
83+
[Library Specs](https://repo1.maven.org/maven2/com/github/marketsquare/robotframework-seleniumlibrary/4.0.0-alpha-4.1/robotframework-seleniumlibrary-4.0.0-alpha-4.1.xml)
8484
and place it in your PYTHONPATH.
8585

8686
Testing IOS/Android browsers with library

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.marketsquare</groupId>
77
<artifactId>robotframework-seleniumlibrary</artifactId>
8-
<version>4.0.0-alpha-4.1-SNAPSHOT</version>
8+
<version>4.0.0-alpha-4.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>Robot Framework :: SeleniumLibrary</name>

0 commit comments

Comments
 (0)