We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3e9cc commit 5d13351Copy full SHA for 5d13351
RELEASE.md
@@ -0,0 +1,17 @@
1
+# Release process #
2
+
3
+1. Check `pom.xml` for the proper `<version />` tag
4
+1. Check `pom.xml` SpecificaitonVersion entries
5
+1. Update `src/changes/changes.xml` timestamp of the release version
6
+1. Update `README.md` version for the Maven/Gradle examples
7
8
+Then execute
9
10
+```
11
+ $ mvn release:prepare && mvn release:perform
12
13
14
+which will tag, build, test and upload the artifacts to Sonatype's OSS staging area & closes the staging repository.
15
+Maven Central synchronization usually takes ~15 minutes.
16
17
+Finally create a new section in `src/changes/changes.xml`.
0 commit comments