Skip to content
This repository was archived by the owner on Jan 30, 2018. It is now read-only.

Commit 4f70a2f

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent c6d7b7f commit 4f70a2f

File tree

6 files changed

+14
-25
lines changed

6 files changed

+14
-25
lines changed

core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.n52.iceland</groupId>
2725
<artifactId>iceland-parent</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2927
</parent>
3028

3129
<artifactId>iceland</artifactId>

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523

@@ -31,7 +29,7 @@
3129

3230
<groupId>org.n52.iceland</groupId>
3331
<artifactId>iceland-parent</artifactId>
34-
<version>1.0.0-SNAPSHOT</version>
32+
<version>1.0.0</version>
3533

3634
<packaging>pom</packaging>
3735

@@ -93,7 +91,8 @@
9391
<url>https://github.com/52North/iceland</url>
9492
<connection>scm:git:https://github.com/52North/iceland.git</connection>
9593
<developerConnection>scm:git:https://github.com/52North/iceland.git</developerConnection>
96-
</scm>
94+
<tag>v1.0.0</tag>
95+
</scm>
9796

9897
<issueManagement>
9998
<system>GitHub issues</system>

statistics/core/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.n52.iceland</groupId>
2725
<artifactId>iceland-parent</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2927
<relativePath>../..</relativePath>
3028
</parent>
3129

statistics/generator/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.n52.iceland</groupId>
2725
<artifactId>iceland-parent</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2927
<relativePath>../..</relativePath>
3028
</parent>
3129

statistics/geolocation/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.n52.iceland</groupId>
2725
<artifactId>iceland-parent</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2927
<relativePath>../..</relativePath>
3028
</parent>
3129

statistics/kibana/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<groupId>org.n52.iceland</groupId>
2725
<artifactId>iceland-parent</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
26+
<version>1.0.0</version>
2927
<relativePath>../..</relativePath>
3028
</parent>
3129

0 commit comments

Comments
 (0)