diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-14 09:35:22 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2009-02-14 09:35:22 +0000 |
commit | a361bdecc490b59abc2df0560b7ec1ab3cf5c4bb (patch) | |
tree | e1bc0a1f9d00752255563b59382047dd5d4bdca9 /maven-plugins/trunk | |
parent | da5154ceb85f0f8313019ac6ac29be18039a7fb4 (diff) |
Update README
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@744441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'maven-plugins/trunk')
-rw-r--r-- | maven-plugins/trunk/maven-bundle-plugin/README | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/maven-plugins/trunk/maven-bundle-plugin/README b/maven-plugins/trunk/maven-bundle-plugin/README index cfc87b49bc..441941c1b0 100644 --- a/maven-plugins/trunk/maven-bundle-plugin/README +++ b/maven-plugins/trunk/maven-bundle-plugin/README @@ -17,7 +17,11 @@ the newly released version. To release this module:
-mvn release:prepare,perform
+mvn release:prepare
+
+followed by:
+
+mvn release:perform
That will automatically create an SVN tag from the release, update the version
numbers in the pom.xml files in the trunk and tag, and deploy the artifacts to the
|