Author: gpetracek
Date: Sat Jun 14 16:26:26 2014
New Revision: 1602597
URL: http://svn.apache.org/r1602597
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=1602597&r1=1602596&r2=1602597&view=diff
==============================================================================
--- deltaspike/site/trunk/content/steps_for_a_release.mdtext (original)
+++ deltaspike/site/trunk/content/steps_for_a_release.mdtext Sat Jun 14
16:26:26 2014
@@ -51,11 +51,10 @@ 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
+ mvn release:prepare -Pdistribution -DreleaseProfiles=distribution
//hint: don't use -DdryRun=true -- since it can break the next step
- mvn release:perform -DreleaseProfiles=distribution
+ mvn release:perform -Pdistribution -DreleaseProfiles=distribution
//!!!check the created commits including user-name and email