Skip to content

Commit 2b860e8

Browse files
author
OrbisGIS
committed
[maven-release-plugin] prepare release v2.0.0
1 parent 6812869 commit 2b860e8

File tree

9 files changed

+19
-37
lines changed

9 files changed

+19
-37
lines changed

h2gis-api/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412
<artifactId>h2gis-api</artifactId>

h2gis-functions-osgi/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<groupId>org.orbisgis</groupId>
108
<artifactId>h2gis-parent</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

h2gis-functions/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<groupId>org.orbisgis</groupId>
108
<artifactId>h2gis-parent</artifactId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

h2gis-network/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

h2gis-test-utilities/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

h2gis-utilities/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
@@ -11,7 +9,7 @@
119
<version>1.2.0</version>
1210
</parent>
1311
<artifactId>h2gis-parent</artifactId>
14-
<version>2.0.0-SNAPSHOT</version>
12+
<version>2.0.0</version>
1513
<packaging>pom</packaging>
1614

1715
<modules>
@@ -65,7 +63,7 @@
6563
<connection>scm:git:https://github.com/orbisgis/h2gis.git</connection>
6664
<developerConnection>scm:git:https://github.com/orbisgis/h2gis.git</developerConnection>
6765
<url>[email protected]:orbisgis/h2gis.git</url>
68-
<tag>HEAD</tag>
66+
<tag>v2.0.0</tag>
6967
</scm>
7068

7169
<issueManagement>

postgis-jts-osgi/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

postgis-jts/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64

75
<!-- Maven Coordinates -->
86
<parent>
97
<artifactId>h2gis-parent</artifactId>
108
<groupId>org.orbisgis</groupId>
11-
<version>2.0.0-SNAPSHOT</version>
9+
<version>2.0.0</version>
1210
<relativePath>../pom.xml</relativePath>
1311
</parent>
1412

0 commit comments

Comments
 (0)