File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -58,8 +58,12 @@ JavaFXLibrary uses Apache Maven as a build tool.
58
58
</settings>
59
59
````
60
60
* Release snapshot or actual release (depending what is in version tag in pom.xml)`` mvn clean deploy -P release ``
61
+ * In case of release log in to https://oss.sonatype.org :
62
+ * from left choose ` Staging repositories ` and scroll down, choose ` robotframework-* ` repository and review
63
+ * choose from top toolbar ` Release ` , add to reason field ` x.y.z release ` and submit
64
+ * sync takes typically hours before visible in Maven Central
61
65
* snapshots can be found from https://oss.sonatype.org/content/repositories/snapshots/org/robotframework/javafxlibrary/
62
- * actual releases can be found from https://search.maven.org/ and typing ` javafxlibrary ` in the search field.
66
+ * actual releases can be found from https://search.maven.org/ and typing ` javafxlibrary ` in the search field.
63
67
64
68
## Announcements
65
69
You can’t perform that action at this time.
0 commit comments