Skip to content

Commit 2f80f73

Browse files
author
Gerhard Dickescheid
committed
describe steps necessary to deploy to maven central
1 parent 0d6cc8f commit 2f80f73

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

release.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#to release a new version:
2+
3+
- gradle clean uploadArchives
4+
5+
- goto https://oss.sonatype.org/#stagingRepositories
6+
login with your credentials, check artifacts.
7+
After your deployment the repository will be in an Open status.
8+
You can evaluate the deployed components in the repository using the Contents tab.
9+
If you believe everything is correct you, can press the Close button above the list.
10+
This will trigger the evaluations of the components against the requirements.
11+
12+
- or execute: gradle closeAndPromoteRepository

0 commit comments

Comments
 (0)