Skip to content

Commit

Permalink
version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sampeson committed Nov 11, 2020
1 parent 629d976 commit e158741
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ JavaFXLibrary uses Apache Maven as a build tool.
* update library version to x.x.x in pom.xml
* run tests ``mvn clean verify``
* copy target/robotframework/libdoc/javafxlibrary.html under docs directory (check that README.md links to correct file)
* update links in README.md to point correct version in maven central
* ``git commit -m "version to x.x.x" pom.xml docs/javafxlibrary.html``
* create tag ``git tag -a x.x.x``
* push ``git push origin master`` and ``git push origin x.x.x``
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ JavaFXLibrary works with both Jython (local and remote use) and Python (remote o
JavaFXLibrary is tested to work with Java 8 and Robot Framework 3.2.1 or later.

## Keyword documentation
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.0/javafxlibrary-0.7.0.html).
See keyword [documentation](https://repo1.maven.org/maven2/org/robotframework/javafxlibrary/0.7.1/javafxlibrary-0.7.1.html).

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).
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).

## Taking the library into use
### As a local library
Expand Down
4 changes: 2 additions & 2 deletions docs/javafxlibrary.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.robotframework</groupId>
<artifactId>javafxlibrary</artifactId>
<packaging>jar</packaging>
<version>0.7.1-SNAPSHOT</version>
<version>0.7.1</version>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jmockit.version>1.44</jmockit.version>
Expand Down

0 comments on commit e158741

Please sign in to comment.