Skip to content

Commit 8b7b33a

Browse files
fix/packages renamed due to nexus release, plugins in root pom for ossrh release, missing javadocs for javadoc-plugin
1 parent 3e8e44d commit 8b7b33a

File tree

60 files changed

+311
-151
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+311
-151
lines changed

.idea/workspace.xml

Lines changed: 63 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Release to OSSRH
2+
Important mvn commands to release new SDK version to OSSRH.
3+
4+
Run from root to update version in each pom.xml:
5+
- `mvn versions:set -DnewVersion=XXX`
6+
7+
Run to publish release:
8+
- `mvn clean deploy -P release`
9+
10+
Performing a Snapshot Deployment:
11+
- `mvn clean deploy`
12+
13+
Manually Releasing the Deployment to the Central Repository:
14+
- `mvn nexus-staging:release`
15+
16+
17+
Source: https://central.sonatype.org/publish/publish-maven/

0 commit comments

Comments
 (0)