Skip to content

Commit

Permalink
Fix version number and SVN directory.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/sis/tags/0.6@1702563 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
desruisseaux committed Jun 21, 2018
1 parent 7bc16fb commit e0af457
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion application/sis-console/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>application</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion application/sis-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>application</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<groupId>org.apache.sis.application</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion core/sis-build-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion core/sis-feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion core/sis-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion core/sis-referencing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>

<groupId>org.apache.sis.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion core/sis-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>core</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
============================================================== -->
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
<packaging>pom</packaging>

<name>Apache SIS</name>
Expand Down Expand Up @@ -68,12 +68,12 @@ Apache SIS is a free software, Java language library for developing geospatial a
============================================================== -->
<scm>
<connection>
scm:svn:http://svn.apache.org/repos/asf/sis/branches/0.6
scm:svn:http://svn.apache.org/repos/asf/sis/tags/0.6
</connection>
<developerConnection>
scm:svn:https://svn.apache.org/repos/asf/sis/branches/0.6
scm:svn:https://svn.apache.org/repos/asf/sis/tags/0.6
</developerConnection>
<url>http://svn.apache.org/viewvc/sis/branches/0.6</url>
<url>http://svn.apache.org/viewvc/sis/tags/0.6</url>
</scm>

<ciManagement>
Expand Down Expand Up @@ -410,7 +410,7 @@ Apache SIS is a free software, Java language library for developing geospatial a
<!-- 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.6-SNAPSHOT</sis.plugin.version>
<sis.plugin.version>0.6</sis.plugin.version>
<geoapi.version>3.0.0</geoapi.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion profiles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion profiles/sis-french-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>profiles</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>parent</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion storage/sis-netcdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>storage</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion storage/sis-storage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.sis</groupId>
<artifactId>storage</artifactId>
<version>0.6-SNAPSHOT</version>
<version>0.6</version>
</parent>


Expand Down

0 comments on commit e0af457

Please sign in to comment.