Skip to content

Commit e158741

Browse files
committed
version to 0.7.1
1 parent 629d976 commit e158741

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

BUILD.md

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
2525
* update library version to x.x.x in pom.xml
2626
* run tests ``mvn clean verify``
2727
* copy target/robotframework/libdoc/javafxlibrary.html under docs directory (check that README.md links to correct file)
28+
* update links in README.md to point correct version in maven central
2829
* ``git commit -m "version to x.x.x" pom.xml docs/javafxlibrary.html``
2930
* create tag ``git tag -a x.x.x``
3031
* push ``git push origin master`` and ``git push origin x.x.x``

README.md

+2-2
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 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.7.0/javafxlibrary-0.7.0.html).
10+
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.1/javafxlibrary-0.7.1.html).
1111

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).
12+
For editors (IDEs) keyword documentation can be obtained from [here](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.1/javafxlibrary-0.7.1.xml).
1313

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

docs/javafxlibrary.html

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

0 commit comments

Comments
 (0)