Author: desruisseaux
Date: Wed May 18 16:46:37 2016
New Revision: 1744437
URL: http://svn.apache.org/viewvc?rev=1744437&view=rev
Log:
Fix version number and SVN directory.
Modified:
sis/tags/0.7/application/pom.xml
sis/tags/0.7/application/sis-console/pom.xml
sis/tags/0.7/application/sis-webapp/pom.xml
sis/tags/0.7/core/pom.xml
sis/tags/0.7/core/sis-build-helper/pom.xml
sis/tags/0.7/core/sis-feature/pom.xml
sis/tags/0.7/core/sis-metadata/pom.xml
sis/tags/0.7/core/sis-referencing/pom.xml
sis/tags/0.7/core/sis-utility/pom.xml
sis/tags/0.7/pom.xml
sis/tags/0.7/profiles/pom.xml
sis/tags/0.7/profiles/sis-french-profile/pom.xml
sis/tags/0.7/storage/pom.xml
sis/tags/0.7/storage/sis-netcdf/pom.xml
sis/tags/0.7/storage/sis-storage/pom.xml
Modified: sis/tags/0.7/application/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/application/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/application/pom.xml (original)
+++ sis/tags/0.7/application/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/application/sis-console/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/application/sis-console/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/application/sis-console/pom.xml (original)
+++ sis/tags/0.7/application/sis-console/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>application</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/application/sis-webapp/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/application/sis-webapp/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/application/sis-webapp/pom.xml (original)
+++ sis/tags/0.7/application/sis-webapp/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>application</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
<groupId>org.apache.sis.application</groupId>
Modified: sis/tags/0.7/core/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/pom.xml (original)
+++ sis/tags/0.7/core/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/core/sis-build-helper/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/sis-build-helper/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/sis-build-helper/pom.xml (original)
+++ sis/tags/0.7/core/sis-build-helper/pom.xml Wed May 18 16:46:37 2016
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>
Modified: sis/tags/0.7/core/sis-feature/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/sis-feature/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/sis-feature/pom.xml (original)
+++ sis/tags/0.7/core/sis-feature/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/core/sis-metadata/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/sis-metadata/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/sis-metadata/pom.xml (original)
+++ sis/tags/0.7/core/sis-metadata/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/core/sis-referencing/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/sis-referencing/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/sis-referencing/pom.xml (original)
+++ sis/tags/0.7/core/sis-referencing/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
<groupId>org.apache.sis.core</groupId>
Modified: sis/tags/0.7/core/sis-utility/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/core/sis-utility/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/core/sis-utility/pom.xml (original)
+++ sis/tags/0.7/core/sis-utility/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/pom.xml (original)
+++ sis/tags/0.7/pom.xml Wed May 18 16:46:37 2016
@@ -42,7 +42,7 @@
============================================================== -->
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
<packaging>pom</packaging>
<name>Apache SIS</name>
@@ -71,12 +71,12 @@ Apache SIS is a free software, Java lang
============================================================== -->
<scm>
<connection>
- scm:svn:http://svn.apache.org/repos/asf/sis/branches/0.7
+ scm:svn:http://svn.apache.org/repos/asf/sis/tags/0.7
</connection>
<developerConnection>
- scm:svn:https://svn.apache.org/repos/asf/sis/branches/0.7
+ scm:svn:https://svn.apache.org/repos/asf/sis/tags/0.7
</developerConnection>
- <url>http://svn.apache.org/viewvc/sis/branches/0.7</url>
+ <url>http://svn.apache.org/viewvc/sis/tags/0.7</url>
</scm>
<ciManagement>
@@ -424,7 +424,7 @@ Apache SIS is a free software, Java lang
<!-- Following properties are branch-specific -->
<maven.compile.source>1.6</maven.compile.source>
<maven.compile.target>1.6</maven.compile.target>
- <sis.plugin.version>0.7-SNAPSHOT</sis.plugin.version>
+ <sis.plugin.version>0.7</sis.plugin.version>
<geoapi.version>3.0.0</geoapi.version>
</properties>
Modified: sis/tags/0.7/profiles/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/profiles/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/profiles/pom.xml (original)
+++ sis/tags/0.7/profiles/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/profiles/sis-french-profile/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/profiles/sis-french-profile/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/profiles/sis-french-profile/pom.xml (original)
+++ sis/tags/0.7/profiles/sis-french-profile/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>profiles</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/storage/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/storage/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/storage/pom.xml (original)
+++ sis/tags/0.7/storage/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/storage/sis-netcdf/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/storage/sis-netcdf/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/storage/sis-netcdf/pom.xml (original)
+++ sis/tags/0.7/storage/sis-netcdf/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>storage</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>
Modified: sis/tags/0.7/storage/sis-storage/pom.xml
URL:
http://svn.apache.org/viewvc/sis/tags/0.7/storage/sis-storage/pom.xml?rev=1744437&r1=1744436&r2=1744437&view=diff
==============================================================================
--- sis/tags/0.7/storage/sis-storage/pom.xml (original)
+++ sis/tags/0.7/storage/sis-storage/pom.xml Wed May 18 16:46:37 2016
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>storage</artifactId>
- <version>0.7-SNAPSHOT</version>
+ <version>0.7</version>
</parent>