aboutsummaryrefslogtreecommitdiffstats
path: root/src/documentation/content/xdocs/dev/release.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/documentation/content/xdocs/dev/release.xml')
-rw-r--r--src/documentation/content/xdocs/dev/release.xml16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/documentation/content/xdocs/dev/release.xml b/src/documentation/content/xdocs/dev/release.xml
index c916725eb..17059af46 100644
--- a/src/documentation/content/xdocs/dev/release.xml
+++ b/src/documentation/content/xdocs/dev/release.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- Copyright 1999-2005 The Apache Software Foundation
+ Copyright 1999-2006 The Apache Software Foundation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -41,24 +41,24 @@ The purpose of documenting it here is to facilitate consistency, ensure that the
<li>Copy trunk documentation directory to a new directory with the version number and update any links and the .htaccess file for redirections.</li>
<li>Update the index.xml for the new version.</li>
<li>Update the version numbers on the compliance page.</li>
- <li>Tag the source tree with the release ID. For example, if the release is 0.91beta:
- <code>svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_91beta</code></li>
+ <li>Tag the source tree with the release ID. For example, if the release is 0.92beta:
+ <code>svn copy https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_92beta</code></li>
<li>Make a fresh checkout with the just created tag:
- <code>https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_91beta</code></li>
+ <code>https://svn.apache.org/repos/asf/xmlgraphics/fop/tags/fop-0_92beta</code></li>
<li>Copy jimi and jai to lib/ (jimi-1.0.jar, jai_core.jar, jai_codec.jar)</li>
<li>Copy jce-jdk13-119.jar from <link href="http://www.bouncycastle.org/latest_releases.html">
from http://www.bouncycastle.org/latest_releases.html</link> to lib/</li>
<li>Alternatively, create a build-local.properties file that points to the above libs.</li>
<li>Run build[.sh] dist. Do this once using Sun JDK 1.3.1_15 or later and once with Sun JDK 1.4.2_08 or later. A Forrest installation is needed.</li>
<li>Create signatures. Don't forget to upload your KEY:
- <code>gpg -a -b --force-v3-sigs fop-0.91beta.tar.gz etc.</code></li>
+ <code>gpg -a -b --force-v3-sigs fop-0.92beta.tar.gz etc.</code></li>
<li>Upload to people.apache.org. (An account on minotaur is needed):
- <code>scp fop-0.91beta*.tar.gz*
+ <code>scp fop-0.92beta*.tar.gz*
chrisg@people.apache.org:/www/www.apache.org/dist/xmlgraphics/fop/</code></li>
<li>Check permissions:
<code>chmod 664 ... ; chgrp xmlgraphics ...</code></li>
- <li>Add MD5 sums: <code>md5 fop-0.91beta-bin.tar.gz &gt;
- fop-0.91beta-bin.tar.gz.md5</code></li>
+ <li>Add MD5 sums: <code>md5 fop-0.92beta-bin.tar.gz &gt;
+ fop-0.92beta-bin.tar.gz.md5</code></li>
<li>Make a test download.</li>
<li>Update HEADER.html and README.html in people.apache.org:/www/www.apache.org/dist/xmlgraphics/fop/</li>
<li>Wait 24 hours (for the mirrors to catch up).</li>