Author: juanpablo
Date: Thu Dec 19 00:55:59 2013
New Revision: 1552192
URL: http://svn.apache.org/r1552192
Log:
aligned all blockquote code
Modified:
jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
Modified: jspwiki/site/trunk/content/ppmc/how_to_release.mdtext
URL:
http://svn.apache.org/viewvc/jspwiki/site/trunk/content/ppmc/how_to_release.mdtext?rev=1552192&r1=1552191&r2=1552192&view=diff
==============================================================================
--- jspwiki/site/trunk/content/ppmc/how_to_release.mdtext (original)
+++ jspwiki/site/trunk/content/ppmc/how_to_release.mdtext Thu Dec 19 00:55:59
2013
@@ -97,25 +97,25 @@ excluding the `asc.md5/asc.sha1` files:
Send the following to <[email protected]>:
- Subject: [VOTE] Release JSPWiki version X.Y.Z
-
- This is a release for Apache JSPWiki, version X.Y.Z.
-
- It fixes the following issues:
-
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=<REPLACE>
-
- *** Please download, test and vote by [3 working days after sending].
-
- Note that we are voting upon the source (tag), binaries are provided for
convenience.
-
- Source and binary files:
- http://people.apache.org/~<REPLACE>/jspwiki-X.Y.Z-candidate-$RC
-
- The tag to be voted upon:
- http://svn.apache.org/repos/asf/jspwiki/tags/release-X.Y.Z/
-
- JSPWiki's KEYS file containing PGP keys we use to sign the release:
- http://www.apache.org/dist/jspwiki/KEYS
+ Subject: [VOTE] Release JSPWiki version X.Y.Z
+
+ This is a release for Apache JSPWiki, version X.Y.Z.
+
+ It fixes the following issues:
+
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310732&version=<REPLACE>
+
+ *** Please download, test and vote by [3 working days after sending].
+
+ Note that we are voting upon the source (tag), binaries are provided
for convenience.
+
+ Source and binary files:
+ http://people.apache.org/~<REPLACE>/jspwiki-X.Y.Z-candidate-$RC
+
+ The tag to be voted upon:
+ http://svn.apache.org/repos/asf/jspwiki/tags/release-X.Y.Z/
+
+ JSPWiki's KEYS file containing PGP keys we use to sign the release:
+ http://www.apache.org/dist/jspwiki/KEYS
Note that the PMC needs to vote upon the release before any release can be
made official.
@@ -158,24 +158,24 @@ changes on the front page of the site
Send the following from an apache.org address to <[email protected]>,
<[email protected]>, <[email protected]>:
- Subject: [ANNOUNCE] Apache JSPWiki X.Y.Z released
-
- The Apache JSPWiki team is pleased to announce the release of JSPWiki
X.Y.Z.
-
- This is the <REPLACE> release of Apache JSPWiki, a feature-rich and
- extensible WikiWiki engine built around the standard J2EE components.
-
- The release is available here:
- http://www.apache.org/dyn/closer.cgi/jspwiki/
-
- The full change log is available here:
- https://issues.apache.org/jira/browse/jspwiki/fixforversion/<REPLACE>
-
- We welcome your help and feedback. For more information on how to
- report problems, and to get involved, visit the project website at
- http://jspwiki.apache.org/
-
- The Apache JSPWiki Team
+ Subject: [ANNOUNCE] Apache JSPWiki X.Y.Z released
+
+ The Apache JSPWiki team is pleased to announce the release of JSPWiki
X.Y.Z.
+
+ This is the <REPLACE> release of Apache JSPWiki, a feature-rich and
+ extensible WikiWiki engine built around the standard J2EE components.
+
+ The release is available here:
+ http://www.apache.org/dyn/closer.cgi/jspwiki/
+
+ The full change log is available here:
+ https://issues.apache.org/jira/browse/jspwiki/fixforversion/<REPLACE>
+
+ We welcome your help and feedback. For more information on how to
+ report problems, and to get involved, visit the project website at
+ http://jspwiki.apache.org/
+
+ The Apache JSPWiki Team
## Add the next release to JIRA
@@ -193,9 +193,9 @@ Send the following from an apache.org ad
See <http://stackoverflow.com/q/14114528>
- 3. `mvn release:prepare` doesn't find svn credentials
+ 3. `mvn release:prepare` doesn't find `svn` credentials
- On your settings.xml file you should have one <server /> entry for each of
the following ones:
+ On your `settings.xml` file you should have one `<server />` entry for
each of the following ones:
* `apache.snapshots.https`: to be able to deploy snapshots
* `apache.releases.https`: to be able to deploy releases
@@ -204,9 +204,9 @@ Send the following from an apache.org ad
Alternatively, for the last one, you could pass `-Dusername=[username]
-Dpassword=[password]` to the `mvn` command
(source: <http://stackoverflow.com/q/1255593>)
- 4. Release fails after a tag has been generated and the pom versions have
been incremented
+ 4. Release fails after a `tag` has been generated and the `pom` versions
have been incremented
- No need of `mvn release:rollback`, instead check out the tag and
`release:perform
-DconnectionUrl=scm:svn:https://svn.apache.org/COMPLETE-URL-TO-TAG`
+ No need of `mvn release:rollback`, instead check out the `tag` and
`release:perform
-DconnectionUrl=scm:svn:https://svn.apache.org/COMPLETE-URL-TO-TAG`
## Other links of interest