diff options
Diffstat (limited to 'maven-plugins/trunk/maven-bundle-plugin/README')
-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
|