Skip to content

Commit 5d13351

Browse files
authored
Create RELEASE.md
1 parent ff3e9cc commit 5d13351

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)