Author: kwsutter
Date: Wed May 14 19:27:40 2014
New Revision: 1594682
URL: http://svn.apache.org/r1594682
Log:
Minor updates to 2.x release process
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Modified:
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
URL:
http://svn.apache.org/viewvc/openjpa/site/trunk/content/apache-nexus-release-process-%281.2.x-2.1.x%29.mdtext?rev=1594682&r1=1594681&r2=1594682&view=diff
==============================================================================
---
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
(original)
+++
openjpa/site/trunk/content/apache-nexus-release-process-(1.2.x-2.1.x).mdtext
Wed May 14 19:27:40 2014
@@ -1,8 +1,8 @@
-Title: Apache Nexus Release Process 1.2.x-2.1.x
+Title: Apache Nexus Release Process 1.2.x-2.x
<a name="apache-nexus-release-process-(1.2.x-2.1.x)"></a>
-# Release Steps for OpenJPA 1.2.x - 2.1.x
+# Release Steps for OpenJPA 1.2.x - 2.x
We're starting to move our builds over to using the Apache Nexus repository
(repository.apache.org) for releasing SNAPSHOT and release artifacts.
More details on releasing artifacts and using Nexus can be found on the Maven
website at - <http://maven.apache.org/developers/release/apache-release.html>
@@ -289,25 +289,25 @@ Different arguments and steps are requir
2. Update the assemblies in the distribution directory. For this,
we'll just wget copies of the released assemblies with their signatures and
hashes from the Apache repo:
$ cd /www/www.apache.org/dist/openjpa/${RELEASE}
- $ wget [--no-check-certificate]
https://repository.apache.org/content/repositories/releases/\
+ $ wget --no-check-certificate
https://repository.apache.org/content/repositories/releases/\
org/apache/openjpa/apache-openjpa/${RELEASE}/apache-openjpa-${RELEASE}-source.zip
- $ wget [--no-check-certificate]
https://repository.apache.org/content/repositories/releases/\
+ $ wget --no-check-certificate
https://repository.apache.org/content/repositories/releases/\
org/apache/openjpa/apache-openjpa/${RELEASE}/apache-openjpa-${RELEASE}-binary.zip
- Along with the *.zip.asc, *.zip.md5 and *.zip.sha1 for both ZIP
files above.
+ Along with the corresponding .asc, .md5 and .sha1 files for both
ZIP files above.
3. Update openjpa group access
$ chgrp -R openjpa /www/www.apache.org/dist/openjpa/${RELEASE}
$ chmod -R g+w /www/www.apache.org/dist/openjpa/${RELEASE}
- 4. Optional: Remove the previous version from /dist. Ie if you're
publishing 2.0.1 you would remove 2.0.0. Verify that the release being removed
is in the distribution archives before removing.
+ 4. Remove the previous version from /dist. Ie if you're publishing
2.0.1 you would remove 2.0.0. Verify that the release being removed is in the
distribution archives before removing.
$ ls -la /www/archive.apache.org/dist/openjpa/2.0.0/
$ rm -rf /www/www.apache.org/dist/openjpa/2.0.0
- 4. Update the [JIRA
Releases](https://issues.apache.org/jira/browse/OPENJPA) page to mark the
version as "released", and set the date to the date that the release was
approved.
- You may also need to make a new release entry for the next release.
+ 4. Update the [JIRA
Releases](https://issues.apache.org/jira/plugins/servlet/project-config/OPENJPA/versions)
page to mark the version as "released", and set the date to the date that the
release was approved.
+ (You may need to make a new release entry for the next release.)
5. If the release contains the OpenBooks sample, check and update the
"openjpa.version" property to the correct release in: