Skip to content

Commit e0ebfc2

Browse files
committed
[maven-release-plugin] prepare release v1.2.0
1 parent 3f56188 commit e0ebfc2

File tree

61 files changed

+76
-97
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+76
-97
lines changed

analytics/api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-analytic-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-analytic-api</artifactId>
1010
<name>GeoWave Analytics API</name>

analytics/mapreduce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-analytic-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-analytic-mapreduce</artifactId>
1010
<name>GeoWave MapReduce Analytics</name>

analytics/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-analytic-parent</artifactId>
1010
<name>GeoWave Analytics Parent POM</name>

analytics/pyspark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>geowave-analytic-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
6-
<version>1.2.0-SNAPSHOT</version>
6+
<version>1.2.0</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

analytics/spark/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-analytic-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<properties>
1010
<java.version>1.8</java.version>

core/cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.locationtech.geowave</groupId>
55
<artifactId>geowave-core-parent</artifactId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-core-cli</artifactId>
1010
<name>GeoWave CLI</name>

core/geotime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.locationtech.geowave</groupId>
55
<artifactId>geowave-core-parent</artifactId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-core-geotime</artifactId>
1010
<name>GeoWave Spatial and Temporal Support</name>

core/index/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-core-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-core-index</artifactId>
1010
<name>GeoWave Index</name>

core/ingest/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>geowave-core-parent</artifactId>
66
<groupId>org.locationtech.geowave</groupId>
77
<relativePath>../</relativePath>
8-
<version>1.2.0-SNAPSHOT</version>
8+
<version>1.2.0</version>
99
</parent>
1010
<artifactId>geowave-core-ingest</artifactId>
1111
<name>GeoWave Ingest Framework</name>

core/mapreduce/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>geowave-core-parent</artifactId>
55
<groupId>org.locationtech.geowave</groupId>
66
<relativePath>../</relativePath>
7-
<version>1.2.0-SNAPSHOT</version>
7+
<version>1.2.0</version>
88
</parent>
99
<artifactId>geowave-core-mapreduce</artifactId>
1010
<name>GeoWave MapReduce</name>

0 commit comments

Comments
 (0)