You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2017/03/10 02:48:45 UTC

svn commit: r1786277 - /jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md

Author: tripod
Date: Fri Mar 10 02:48:45 2017
New Revision: 1786277

URL: http://svn.apache.org/viewvc?rev=1786277&view=rev
Log:
#trivial: update release doc

Modified:
    jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md

Modified: jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md
URL: http://svn.apache.org/viewvc/jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md?rev=1786277&r1=1786276&r2=1786277&view=diff
==============================================================================
--- jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md (original)
+++ jackrabbit/commons/filevault/trunk/vault-doc/src/site/markdown/howto_release.md Fri Mar 10 02:48:45 2017
@@ -44,8 +44,8 @@ Release management tasks
     details. Make sure you have added the pgp key information in you maven settings file, especially if you have 
     more than one key installed locally. See [Appendix B](#B) for the details.
     
-    0. (optional, prepare your environment. e.g.: `$ export version=3.1.12`)
-    1. Execute `mvn release:prepare -DreleaseVersion=$version`. This will update the POM files and tag the release in svn.
+    0. (optional, prepare your environment. e.g.: `$ export version=3.1.36`)
+    1. Execute `mvn release:prepare`. This will update the POM files and tag the release in svn (btw: specifying the release version on the commandline doesn't update the module poms anymore lately).
     2. Execute `mvn release:perform -Papache-release`. This will build the tagged release and deploy the artifacts to
         a new staging repository on _repository.apache.org_. 
         After the build, login to [https://repository.apache.org/][2] and you should see it there.