Skip to content

Commit 73068f4

Browse files
committed
[maven-release-plugin] prepare release geomesa-3.2.0
1 parent 8ab46de commit 73068f4

File tree

155 files changed

+169
-189
lines changed

Some content is hidden

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

155 files changed

+169
-189
lines changed

benchmarks/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
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">
43

54
<parent>
65
<groupId>org.locationtech.geomesa</groupId>
76
<artifactId>geomesa_2.11</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
98
</parent>
109
<modelVersion>4.0.0</modelVersion>
1110

@@ -135,8 +134,7 @@
135134
<configuration>
136135
<finalName>${uberjar.name}</finalName>
137136
<transformers>
138-
<transformer
139-
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
137+
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
140138
<mainClass>org.openjdk.jmh.Main</mainClass>
141139
</transformer>
142140
</transformers>

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.locationtech.geomesa</groupId>
1414
<artifactId>geomesa_2.11</artifactId>
15-
<version>3.2.0-SNAPSHOT</version>
15+
<version>3.2.0</version>
1616
</parent>
1717
<modelVersion>4.0.0</modelVersion>
1818

geomesa-accumulo/geomesa-accumulo-datastore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.geomesa</groupId>
77
<artifactId>geomesa-accumulo_2.11</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
</parent>
1010

1111
<artifactId>geomesa-accumulo-datastore_2.11</artifactId>

geomesa-accumulo/geomesa-accumulo-dist/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0"?>
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

64
<parent>
75
<groupId>org.locationtech.geomesa</groupId>
86
<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
97
<relativePath>../../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml</relativePath>
10-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
119
</parent>
1210
<modelVersion>4.0.0</modelVersion>
1311
<packaging>pom</packaging>

geomesa-accumulo/geomesa-accumulo-distributed-runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.geomesa</groupId>
77
<artifactId>geomesa-accumulo_2.11</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
</parent>
1010

1111
<artifactId>geomesa-accumulo-distributed-runtime_2.11</artifactId>

geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.locationtech.geomesa</groupId>
77
<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
8-
<version>3.2.0-SNAPSHOT</version>
8+
<version>3.2.0</version>
99
<relativePath>../../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml</relativePath>
1010
</parent>
1111

geomesa-accumulo/geomesa-accumulo-jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.locationtech.geomesa</groupId>
66
<artifactId>geomesa-accumulo_2.11</artifactId>
7-
<version>3.2.0-SNAPSHOT</version>
7+
<version>3.2.0</version>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>
1010

geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo1/pom.xml

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

geomesa-accumulo/geomesa-accumulo-spark-runtime-accumulo2/pom.xml

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

geomesa-accumulo/geomesa-accumulo-spark/pom.xml

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

0 commit comments

Comments
 (0)