You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sis.apache.org by de...@apache.org on 2013/07/01 10:04:50 UTC

svn commit: r1498281 - in /sis/trunk: ./ application/ application/sis-console/ application/sis-webapp/ core/ core/sis-build-helper/ core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/ core/sis-metadata/ core/sis-referencing/ core/sis-ut...

Author: desruisseaux
Date: Mon Jul  1 08:04:50 2013
New Revision: 1498281

URL: http://svn.apache.org/r1498281
Log:
Replaced the "0.3-geoapi3.0" version number by a plain "0.3".

Modified:
    sis/trunk/application/pom.xml
    sis/trunk/application/sis-console/pom.xml
    sis/trunk/application/sis-webapp/pom.xml
    sis/trunk/core/pom.xml
    sis/trunk/core/sis-build-helper/pom.xml
    sis/trunk/core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java
    sis/trunk/core/sis-metadata/pom.xml
    sis/trunk/core/sis-referencing/pom.xml
    sis/trunk/core/sis-utility/pom.xml
    sis/trunk/pom.xml
    sis/trunk/src/main/docbook/book.entities
    sis/trunk/src/site/apt/download.apt
    sis/trunk/src/site/apt/index.apt
    sis/trunk/storage/pom.xml
    sis/trunk/storage/sis-netcdf/pom.xml
    sis/trunk/storage/sis-storage/pom.xml

Modified: sis/trunk/application/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/application/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/application/pom.xml (original)
+++ sis/trunk/application/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/application/sis-console/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/application/sis-console/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/application/sis-console/pom.xml (original)
+++ sis/trunk/application/sis-console/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/application/sis-webapp/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/application/sis-webapp/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/application/sis-webapp/pom.xml (original)
+++ sis/trunk/application/sis-webapp/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>application</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sis-webapp</artifactId>

Modified: sis/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/core/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/pom.xml (original)
+++ sis/trunk/core/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/core/sis-build-helper/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-build-helper/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/sis-build-helper/pom.xml (original)
+++ sis/trunk/core/sis-build-helper/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java
URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java [UTF-8] (original)
+++ sis/trunk/core/sis-build-helper/src/main/java/org/apache/sis/internal/taglet/Module.java [UTF-8] Mon Jul  1 08:04:50 2013
@@ -36,7 +36,7 @@ public final class Module implements Tag
     /**
      * SIS version to be referenced by this taglet.
      */
-    private static final String VERSION = "0.3-geoapi3.0-SNAPSHOT";
+    private static final String VERSION = "0.3-SNAPSHOT";
 
     /**
      * Register this taglet.

Modified: sis/trunk/core/sis-metadata/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-metadata/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/sis-metadata/pom.xml (original)
+++ sis/trunk/core/sis-metadata/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/core/sis-referencing/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-referencing/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/sis-referencing/pom.xml (original)
+++ sis/trunk/core/sis-referencing/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
   <artifactId>sis-referencing</artifactId>

Modified: sis/trunk/core/sis-utility/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/core/sis-utility/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/core/sis-utility/pom.xml (original)
+++ sis/trunk/core/sis-utility/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>core</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/pom.xml (original)
+++ sis/trunk/pom.xml Mon Jul  1 08:04:50 2013
@@ -39,7 +39,7 @@
        ============================================================== -->
   <groupId>org.apache.sis</groupId>
   <artifactId>parent</artifactId>
-  <version>0.3-geoapi3.0-SNAPSHOT</version>
+  <version>0.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache SIS</name>

Modified: sis/trunk/src/main/docbook/book.entities
URL: http://svn.apache.org/viewvc/sis/trunk/src/main/docbook/book.entities?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/src/main/docbook/book.entities (original)
+++ sis/trunk/src/main/docbook/book.entities Mon Jul  1 08:04:50 2013
@@ -1,6 +1,6 @@
 <!ENTITY geoapi-version "3.0.0">
 <!ENTITY geoapi-release "3.0.0">
-<!ENTITY sis-release    "0.3-geoapi3.0-SNAPSHOT">
+<!ENTITY sis-release    "0.3-SNAPSHOT">
 <!ENTITY gml-version    "3.3">
 <!ENTITY sis-javadoc    "../apidocs">
 <!ENTITY geoapi-javadoc "http://www.geoapi.org/3.0/javadoc">

Modified: sis/trunk/src/site/apt/download.apt
URL: http://svn.apache.org/viewvc/sis/trunk/src/site/apt/download.apt?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/src/site/apt/download.apt [UTF-8] (original)
+++ sis/trunk/src/site/apt/download.apt [UTF-8] Mon Jul  1 08:04:50 2013
@@ -31,7 +31,7 @@ Downloading Apache SIS Binaries
 
 +---------------------------------------------------------+
 <properties>
-  <sis.version>0.3-geoapi3.0-SNAPSHOT</sis.version>
+  <sis.version>0.3-SNAPSHOT</sis.version>
 </properties>
 
 <dependencies>

Modified: sis/trunk/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/sis/trunk/src/site/apt/index.apt?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/src/site/apt/index.apt [UTF-8] (original)
+++ sis/trunk/src/site/apt/index.apt [UTF-8] Mon Jul  1 08:04:50 2013
@@ -27,7 +27,7 @@ The Apache SIS™ library
 
   SIS requires a Java 6 Runtime Environment.
   The latest release is <<<0.2-incubating>>>.
-  The version under development is <<<0.3-geoapi3.0-SNAPSHOT>>>.
+  The version under development is <<<0.3-SNAPSHOT>>>.
 
   The source code can be checked out anonymously with SubVersion from
   {{{http://svn.apache.org/repos/asf/sis/trunk}http://svn.apache.org/repos/asf/sis/trunk}},

Modified: sis/trunk/storage/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/storage/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/storage/pom.xml (original)
+++ sis/trunk/storage/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>parent</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/storage/sis-netcdf/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/storage/sis-netcdf/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/storage/sis-netcdf/pom.xml (original)
+++ sis/trunk/storage/sis-netcdf/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>
 
 

Modified: sis/trunk/storage/sis-storage/pom.xml
URL: http://svn.apache.org/viewvc/sis/trunk/storage/sis-storage/pom.xml?rev=1498281&r1=1498280&r2=1498281&view=diff
==============================================================================
--- sis/trunk/storage/sis-storage/pom.xml (original)
+++ sis/trunk/storage/sis-storage/pom.xml Mon Jul  1 08:04:50 2013
@@ -28,7 +28,7 @@
   <parent>
     <groupId>org.apache.sis</groupId>
     <artifactId>storage</artifactId>
-    <version>0.3-geoapi3.0-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
   </parent>