migration to new jenkins
[utils] / release.sh
index 212f24a7bc8b1d8140e9274d19dd04ef0003200d..9af30dfc5671888020ef76545301e1ef236ae30d 100755 (executable)
@@ -1,5 +1,17 @@
 mvn clean release:clean
 mvn release:prepare
 mvn -DperformRelease=true release:perform -Darguments="-Dgpg.passphrase=xxx"
-git push --mirror
+
+# verify publication on oss.sonottype.org
+# close and release the repo
+
+# if ok, push local changes.
+git push
+git push --tags
+
+# Update the release in JIRA to the status Released and create a new release.
+
+# update src/site/xdoc/news.xml with new release info from JIRA
+
+