Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63e70f1

Browse files
committed
0.5.3 release preparation
1 parent ea2f3bb commit 63e70f1

File tree

4 files changed

+22
-20
lines changed

4 files changed

+22
-20
lines changed

AUTHORS.txt

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
Core contributors:
2-
Jukka Haavisto 2017 -
3-
Sami Pesonen 2017 -
4-
Pasi Saikkonen 2017 -
2+
Jukka Haavisto 2017 -
3+
Sami Pesonen 2017 -
4+
Pasi Saikkonen 2017 -
55

66
Other contributors:
7-
Tatu Lahtela Find All With Pseudo Class and Find Class keywords
8-
Sakari Hoisko Dockerized linux env with X
9-
Juho Lehtonen Optimized docker environment.
10-
Juho Saarinen Package improvements
7+
Tatu Lahtela Find All With Pseudo Class and Find Class keywords
8+
Sakari Hoisko Dockerized linux env with X
9+
Juho Lehtonen Optimized docker environment.
10+
Juho Saarinen Package improvements, initial monocle support, screenshot bug fix
11+

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ JavaFXLibrary works with both Jython (local and remote use) and Python (remote o
77
JavaFXLibrary is tested to work with Robot Framework 3.0.2 or later.
88

99
## Keyword documentation
10-
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.2/javafxlibrary-0.5.2.html).
10+
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.3/javafxlibrary-0.5.3.html).
1111

12-
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.2/javafxlibrary-0.5.2.xml).
12+
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.5.3/javafxlibrary-0.5.3.xml).
1313

1414
## Taking the library into use
1515
### As a local library
@@ -19,7 +19,7 @@ For editors (IDEs) keyword documentation can be obtained from [here](https://rep
1919
*** Settings ***
2020
Library JavaFXLibrary
2121
```
22-
3. Add library jar to Jython [module search path](http://robotframework.org/robotframework/3.0.4/RobotFrameworkUserGuide.html#configuring-where-to-search-libraries-and-other-extensions) and run your tests:
22+
3. Add library jar to Jython [module search path](http://robotframework.org/robotframework/3.1.2/RobotFrameworkUserGuide.html#configuring-where-to-search-libraries-and-other-extensions) and run your tests:
2323
```
2424
jython -J-cp javafxlibrary-<version>.jar -m robot.run tests.robot
2525
```

docs/javafxlibrary.html

+10-9
Large diffs are not rendered by default.

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<groupId>org.robotframework</groupId>
2222
<artifactId>javafxlibrary</artifactId>
2323
<packaging>jar</packaging>
24-
<version>0.5.3-SNAPSHOT</version>
24+
<version>0.5.3</version>
2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<jmockit.version>1.44</jmockit.version>

0 commit comments

Comments
 (0)