Skip to content

Commit 5d2043c

Browse files
committed
bump version to 0.7.0
1 parent d6817cf commit 5d2043c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
JavaFXLibrary works with both Jython (local and remote use) and Python (remote only) versions of Robot Framework. This means JavaFXLibrary can be used with Jython incompatible test libraries too by importing it as a remote library.
66

7-
JavaFXLibrary is tested to work with Robot Framework 3.0.2 or later.
7+
JavaFXLibrary is tested to work with Java 8 and Robot Framework 3.2.1 or later.
88

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

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

1414
## Taking the library into use
1515
### As a local library

docs/javafxlibrary.html

+1-1
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.7.0-SNAPSHOT</version>
24+
<version>0.7.0</version>
2525
<properties>
2626
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2727
<jmockit.version>1.44</jmockit.version>

0 commit comments

Comments
 (0)