You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltaspike.apache.org by gp...@apache.org on 2014/06/14 15:26:28 UTC

svn commit: r1602588 - /deltaspike/site/trunk/content/steps_for_a_release.mdtext

Author: gpetracek
Date: Sat Jun 14 13:26:27 2014
New Revision: 1602588

URL: http://svn.apache.org/r1602588
Log:
updated content

Modified:
    deltaspike/site/trunk/content/steps_for_a_release.mdtext

Modified: deltaspike/site/trunk/content/steps_for_a_release.mdtext
URL: http://svn.apache.org/viewvc/deltaspike/site/trunk/content/steps_for_a_release.mdtext?rev=1602588&r1=1602587&r2=1602588&view=diff
==============================================================================
--- deltaspike/site/trunk/content/steps_for_a_release.mdtext (original)
+++ deltaspike/site/trunk/content/steps_for_a_release.mdtext Sat Jun 14 13:26:27 2014
@@ -50,11 +50,12 @@ e.g.:
 
     //install a version of git which is compatible with the release-plugin (e.g. v1.8.3.2)
     git checkout -b deltaspike-[release version]
+
     mvn release:prepare -Pdistribution
     //or if the assemblies aren't included: mvn release:prepare -Pdistribution -DreleaseProfiles=distribution
 
     //hint: don't use -DdryRun=true -- since it can break the next step
-    mvn release:perform
+    mvn release:perform -DreleaseProfiles=distribution
 
     //!!!check the created commits including user-name and email