You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+5-3
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,9 @@
5
5
6
6
## Notes
7
7
8
-
Java client releases are done through a Github Action in [publish.yml](https://github.com/hivemq/hivemq-mqtt-client/blob/master/.github/workflows/publish.yml) that is triggered by publishing a new release.
9
-
10
-
The publish action publishes the Java client library to Maven using the version in `gradle.properties`.
8
+
1. Java client releases are done through a Github Action in [publish.yml](https://github.com/hivemq/hivemq-mqtt-client/blob/master/.github/workflows/publish.yml) that is triggered by publishing a new release.
9
+
2. The publish action publishes the Java client library to Maven using the version in `gradle.properties`.
10
+
3. The Maven/Sonatype UIs take up to 24 hours to show the new version (facepalm).
11
+
4. Check here for an immediate view: https://repo1.maven.org/maven2/com/hivemq/hivemq-mqtt-client/
12
+
5. The Sonatype page for reference: https://central.sonatype.com/artifact/com.hivemq/hivemq-mqtt-client
0 commit comments