Author: desruisseaux Date: Wed Apr 2 04:07:04 2014 New Revision: 1583871 URL: http://svn.apache.org/r1583871 Log: Minor corrections to the release process, and update version numbers.
Modified: sis/site/trunk/content/downloads.mdtext sis/site/trunk/content/index.mdtext sis/site/trunk/content/release-management.mdtext Modified: sis/site/trunk/content/downloads.mdtext URL: http://svn.apache.org/viewvc/sis/site/trunk/content/downloads.mdtext?rev=1583871&r1=1583870&r2=1583871&view=diff ============================================================================== --- sis/site/trunk/content/downloads.mdtext [UTF-8] (original) +++ sis/site/trunk/content/downloads.mdtext [UTF-8] Wed Apr 2 04:07:04 2014 @@ -30,12 +30,12 @@ See the `NOTICE` file contained in each Download ZIP files {#bundles} ================================ -Apache SIS 0.3 is now available. +Apache SIS 0.4 is now available. See the `CHANGES` file for more information on the list of updates in this initial release. - * [Apache SIS-0.3 sources][src] [[PGP][src-PGP]] - * [Apache SIS-0.3 javadoc][doc] [[PGP][doc-PGP]] - * [Apache SIS 0.3 binary][bin] [[PGP][bin-PGP]] + * [Apache SIS-0.4 sources][src] [[PGP][src-PGP]] + * [Apache SIS-0.4 javadoc][doc] [[PGP][doc-PGP]] + * [Apache SIS 0.4 binary][bin] [[PGP][bin-PGP]] The PGP (_Pretty Good Privacy_) signatures can be verified using any OpenPGP implementation, for example GPG (_GNU Privacy Guard_). First download the `[KEYS][keys]` file as well as the `.asc` signature files for the relevant release packages. @@ -65,7 +65,7 @@ Using PGP version 5: Release notes {#release-notes} --------------------------------- -See the [release notes](release-notes/0.3.html) for a list of changes since the previous version. +See the [release notes](release-notes/0.4.html) for a list of changes since the previous version. @@ -82,7 +82,7 @@ Using SIS releases {#maven-release} :::xml <properties> - <sis.version>0.3</sis.version> + <sis.version>0.4</sis.version> </properties> <dependencies> @@ -126,9 +126,9 @@ Using SIS development snapshots {#mav [maven]: http://maven.apache.org [keys]: http://www.apache.org/dist/sis/KEYS [license]: http://www.apache.org/licenses/LICENSE-2.0 -[src]: http://www.apache.org/dyn/closer.cgi/sis/0.3/apache-sis-0.3-src.zip -[doc]: http://www.apache.org/dyn/closer.cgi/sis/0.3/apache-sis-0.3-doc.zip -[bin]: http://www.apache.org/dyn/closer.cgi/sis/0.3/apache-sis-0.3-bin.zip -[src-PGP]: http://www.apache.org/dist/sis/0.3/apache-sis-0.3-src.zip.asc -[doc-PGP]: http://www.apache.org/dist/sis/0.3/apache-sis-0.3-doc.zip.asc -[bin-PGP]: http://www.apache.org/dist/sis/0.3/apache-sis-0.3-bin.zip.asc +[src]: http://www.apache.org/dyn/closer.cgi/sis/0.4/apache-sis-0.4-src.zip +[doc]: http://www.apache.org/dyn/closer.cgi/sis/0.4/apache-sis-0.4-doc.zip +[bin]: http://www.apache.org/dyn/closer.cgi/sis/0.4/apache-sis-0.4-bin.zip +[src-PGP]: http://www.apache.org/dist/sis/0.4/apache-sis-0.4-src.zip.asc +[doc-PGP]: http://www.apache.org/dist/sis/0.4/apache-sis-0.4-doc.zip.asc +[bin-PGP]: http://www.apache.org/dist/sis/0.4/apache-sis-0.4-bin.zip.asc Modified: sis/site/trunk/content/index.mdtext URL: http://svn.apache.org/viewvc/sis/site/trunk/content/index.mdtext?rev=1583871&r1=1583870&r2=1583871&view=diff ============================================================================== --- sis/site/trunk/content/index.mdtext [UTF-8] (original) +++ sis/site/trunk/content/index.mdtext [UTF-8] Wed Apr 2 04:07:04 2014 @@ -34,8 +34,8 @@ simple imagery as to many dimensional da Using SIS {#user} -------------------- SIS requires a Java 6 Runtime Environment. -The latest release is 0.3, released August 2013. -The version under development is 0.4-SNAPSHOT. +The latest release is 0.4, released April 2014. +The version under development is 0.5-SNAPSHOT. * [Downloads](downloads.html) as a `zip` files, or as Maven dependencies. * [Command-line interface](command-line.html) for an overview of a command-line tool. Modified: sis/site/trunk/content/release-management.mdtext URL: http://svn.apache.org/viewvc/sis/site/trunk/content/release-management.mdtext?rev=1583871&r1=1583870&r2=1583871&view=diff ============================================================================== --- sis/site/trunk/content/release-management.mdtext [UTF-8] (original) +++ sis/site/trunk/content/release-management.mdtext [UTF-8] Wed Apr 2 04:07:04 2014 @@ -40,8 +40,8 @@ number of the previous and the new relea the current release attempt. Those versions shall be set on the command line like below (Unix): :::bash - export OLD_VERSION=0.3 - export NEW_VERSION=0.4 + export OLD_VERSION=0.4 + export NEW_VERSION=0.5 export RELEASE_CANDIDATE=1 export SIGNING_KEY=<your key ID> @@ -140,12 +140,12 @@ but also in a few Java files. The follow Open the root `pom.xml` file in an editor and perform the following changes: - * Copy-and-paste the whole `<plugin>` section for `maven-javadoc-plugin` from `<reporting>` to `<build>`. + * Copy-and-paste the whole `<plugin>` block, except `<reportSets>`, for `maven-javadoc-plugin` from `<reporting>` to `<build>`. We need the javadoc configuration to be duplicated in both `<reporting>` and `<build>` sections in order to get the expected Javadoc output in both Maven site and in the `*-javadoc.jar` files to deployed in the Maven repository. **TODO:** see if upgrading Maven or the `maven-javadoc-plugin` can solve this problem. - * Remove the whole `<pluginRepositories>` section, since it should not be needed for releases (and is actually not allowed). - * Remove the `<plugin>` section for `docbkx-maven-plugin`, since the DocBook directory is omitted (see below). + * Remove the whole `<pluginRepositories>` block, since it should not be needed for releases (and is actually not allowed). + * Remove the `<plugin>` block for `docbkx-maven-plugin`, since the DocBook directory is omitted (see below). Recursively delete the `src/main/docbook` directory (this policy may be revised in future SIS releases). We omit this directory for now because this material may move to the CMS, and no English version is available yet. @@ -370,6 +370,7 @@ Move the files generated by Maven to the Rename the files to something more conform to the convention seen in other Apache projects: :::bash + mv apache-sis-$NEW_VERSION.zip apache-sis-$NEW_VERSION-bin.zip mv sis-$NEW_VERSION-source-release.zip apache-sis-$NEW_VERSION-src.zip mv sis-$NEW_VERSION-source-release.zip.asc apache-sis-$NEW_VERSION-src.zip.asc @@ -558,6 +559,7 @@ Update the version numbers in the `pom.x :::bash mvn release:update-versions +Edit the version number in the `application/sis-console/src/main/artifact/README` file. Report the changes manually on the JDK6 and JDK7 branches.