Skip to content

Commit

Permalink
[maven-release-plugin] prepare release geomesa-3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
elahrvivaz committed Apr 12, 2021
1 parent 8ab46de commit 73068f4
Show file tree
Hide file tree
Showing 155 changed files with 169 additions and 189 deletions.
8 changes: 3 additions & 5 deletions benchmarks/pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -135,8 +134,7 @@
<configuration>
<finalName>${uberjar.name}</finalName>
<transformers>
<transformer
implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
<mainClass>org.openjdk.jmh.Main</mainClass>
</transformer>
</transformers>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-accumulo_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>geomesa-accumulo-datastore_2.11</artifactId>
Expand Down
6 changes: 2 additions & 4 deletions geomesa-accumulo/geomesa-accumulo-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<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">
<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">

<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml</relativePath>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-accumulo_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>geomesa-accumulo-distributed-runtime_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-jobs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-accumulo_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-accumulo_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-accumulo_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-accumulo_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/geomesa-accumulo-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-accumulo_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">

<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>geomesa-archetypes_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geomesa-archetypes_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-archetypes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>

<artifactId>geomesa-archetypes_2.11</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/geomesa-arrow-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-arrow_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
6 changes: 2 additions & 4 deletions geomesa-arrow/geomesa-arrow-dist/pom.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
<?xml version="1.0"?>
<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">
<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">

<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml</relativePath>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/geomesa-arrow-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/geomesa-arrow-gt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-arrow_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/geomesa-arrow-jts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-arrow_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/geomesa-arrow-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-arrow_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-arrow/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-bigtable_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml</relativePath>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-spark-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-bigtable_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-bigtable_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/geomesa-bigtable-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-bigtable_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/geomesa-cassandra-datastore/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-cassandra_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/geomesa-cassandra-dist/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-binary-dist_2.11</artifactId>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-binary-dist/pom.xml</relativePath>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/geomesa-cassandra-gs-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-archetypes-gs-plugin_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
<relativePath>../../geomesa-archetypes/geomesa-archetypes-gs-plugin/pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/geomesa-cassandra-tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geomesa</groupId>
<artifactId>geomesa-cassandra_2.11</artifactId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-convert/geomesa-convert-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-convert/geomesa-convert-avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-convert/geomesa-convert-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-convert/geomesa-convert-fixedwidth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion geomesa-convert/geomesa-convert-jdbc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geomesa-convert_2.11</artifactId>
<groupId>org.locationtech.geomesa</groupId>
<version>3.2.0-SNAPSHOT</version>
<version>3.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit 73068f4

Please sign in to comment.