Author: desruisseaux Date: Fri Feb 6 19:30:56 2015 New Revision: 1657929 URL: http://svn.apache.org/r1657929 Log: Upgrade version number from 0.5-SNAPSHOT to 0.6-SNAPSHOT, so we can start next development cycle while waiting for the vote to complete.
Modified: sis/branches/JDK8/application/pom.xml sis/branches/JDK8/application/sis-console/pom.xml sis/branches/JDK8/application/sis-console/src/main/artifact/README sis/branches/JDK8/application/sis-javafx/pom.xml sis/branches/JDK8/application/sis-webapp/pom.xml sis/branches/JDK8/core/pom.xml sis/branches/JDK8/core/sis-build-helper/pom.xml sis/branches/JDK8/core/sis-feature/pom.xml sis/branches/JDK8/core/sis-metadata/pom.xml sis/branches/JDK8/core/sis-referencing/pom.xml sis/branches/JDK8/core/sis-utility/pom.xml sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java sis/branches/JDK8/pom.xml sis/branches/JDK8/profiles/pom.xml sis/branches/JDK8/profiles/sis-french-profile/pom.xml sis/branches/JDK8/storage/pom.xml sis/branches/JDK8/storage/sis-netcdf/pom.xml sis/branches/JDK8/storage/sis-shapefile/pom.xml sis/branches/JDK8/storage/sis-storage/pom.xml Modified: sis/branches/JDK8/application/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/application/pom.xml (original) +++ sis/branches/JDK8/application/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/application/sis-console/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/application/sis-console/pom.xml (original) +++ sis/branches/JDK8/application/sis-console/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>application</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/application/sis-console/src/main/artifact/README URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-console/src/main/artifact/README?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/application/sis-console/src/main/artifact/README [UTF-8] (original) +++ sis/branches/JDK8/application/sis-console/src/main/artifact/README [UTF-8] Fri Feb 6 19:30:56 2015 @@ -17,8 +17,8 @@ SIS is based on Java 6 and provided as a Unix ---- -1) Unzip 'apache-sis-0.5-bin.zip' in any directory. -2) Add the 'apache-sis-0.5/bin' directory to the path. +1) Unzip 'apache-sis-0.6-bin.zip' in any directory. +2) Add the 'apache-sis-0.6/bin' directory to the path. 3) Invoke 'sis' on the command line. Windows @@ -26,8 +26,8 @@ Windows There is not yet 'sis.bat' file for Windows. The following steps need to be done manually: -1) Unzip 'apache-sis-0.5-bin.zip' in any directory. -2) In the 'apache-sis-0.5/lib' directory, execute: +1) Unzip 'apache-sis-0.6-bin.zip' in any directory. +2) In the 'apache-sis-0.6/lib' directory, execute: unpack200 --remove-pack-file sis.pack.gz sis.jar Modified: sis/branches/JDK8/application/sis-javafx/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-javafx/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/application/sis-javafx/pom.xml (original) +++ sis/branches/JDK8/application/sis-javafx/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>application</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/application/sis-webapp/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/application/sis-webapp/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/application/sis-webapp/pom.xml (original) +++ sis/branches/JDK8/application/sis-webapp/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>application</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> <groupId>org.apache.sis.application</groupId> Modified: sis/branches/JDK8/core/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/pom.xml (original) +++ sis/branches/JDK8/core/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/core/sis-build-helper/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-build-helper/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-build-helper/pom.xml (original) +++ sis/branches/JDK8/core/sis-build-helper/pom.xml Fri Feb 6 19:30:56 2015 @@ -29,7 +29,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> <relativePath>../../pom.xml</relativePath> </parent> Modified: sis/branches/JDK8/core/sis-feature/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-feature/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-feature/pom.xml (original) +++ sis/branches/JDK8/core/sis-feature/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>core</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/core/sis-metadata/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-metadata/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-metadata/pom.xml (original) +++ sis/branches/JDK8/core/sis-metadata/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>core</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/core/sis-referencing/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-referencing/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-referencing/pom.xml (original) +++ sis/branches/JDK8/core/sis-referencing/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>core</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> <groupId>org.apache.sis.core</groupId> Modified: sis/branches/JDK8/core/sis-utility/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-utility/pom.xml (original) +++ sis/branches/JDK8/core/sis-utility/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>core</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java URL: http://svn.apache.org/viewvc/sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java [UTF-8] (original) +++ sis/branches/JDK8/core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java [UTF-8] Fri Feb 6 19:30:56 2015 @@ -65,7 +65,7 @@ public final class Modules { * * @see org.apache.sis.util.Version */ - public static final int MINOR_VERSION = 5; + public static final int MINOR_VERSION = 6; /** * Do not allows instantiation of this class. Modified: sis/branches/JDK8/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/pom.xml (original) +++ sis/branches/JDK8/pom.xml Fri Feb 6 19:30:56 2015 @@ -39,7 +39,7 @@ ============================================================== --> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache SIS</name> Modified: sis/branches/JDK8/profiles/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/profiles/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/profiles/pom.xml (original) +++ sis/branches/JDK8/profiles/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/profiles/sis-french-profile/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/profiles/sis-french-profile/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/profiles/sis-french-profile/pom.xml (original) +++ sis/branches/JDK8/profiles/sis-french-profile/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>profiles</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/storage/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/storage/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/storage/pom.xml (original) +++ sis/branches/JDK8/storage/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>parent</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/storage/sis-netcdf/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-netcdf/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/storage/sis-netcdf/pom.xml (original) +++ sis/branches/JDK8/storage/sis-netcdf/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/storage/sis-shapefile/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-shapefile/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/storage/sis-shapefile/pom.xml (original) +++ sis/branches/JDK8/storage/sis-shapefile/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent> Modified: sis/branches/JDK8/storage/sis-storage/pom.xml URL: http://svn.apache.org/viewvc/sis/branches/JDK8/storage/sis-storage/pom.xml?rev=1657929&r1=1657928&r2=1657929&view=diff ============================================================================== --- sis/branches/JDK8/storage/sis-storage/pom.xml (original) +++ sis/branches/JDK8/storage/sis-storage/pom.xml Fri Feb 6 19:30:56 2015 @@ -28,7 +28,7 @@ <parent> <groupId>org.apache.sis</groupId> <artifactId>storage</artifactId> - <version>0.5-jdk8-SNAPSHOT</version> + <version>0.6-jdk8-SNAPSHOT</version> </parent>