Skip to content

Commit

Permalink
Prepare 1.1.0 Release
Browse files Browse the repository at this point in the history
Signed-off-by: Johnathan Garrett <[email protected]>
  • Loading branch information
jdgarrett authored Mar 5, 2020
1 parent 81f9b71 commit 1211990
Show file tree
Hide file tree
Showing 62 changed files with 65 additions and 64 deletions.
2 changes: 1 addition & 1 deletion .utility/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -ev

if [ "$TRAVIS_REPO_SLUG" == "locationtech/geowave" ] && [ "$BUILD_AND_PUBLISH" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ]; then
if [ "$TRAVIS_REPO_SLUG" == "locationtech/geowave" ] && [ "$BUILD_AND_PUBLISH" == "true" ] && [ "$TRAVIS_BRANCH" == "master" ] && ["$TRAVIS_PULL_REQUEST" == "false"]; then
echo -e "Building docs...\n"
mvn -P html -pl docs install -DskipTests -Dspotbugs.skip

Expand Down
2 changes: 1 addition & 1 deletion analytics/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-analytic-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-analytic-api</artifactId>
<name>GeoWave Analytics API</name>
Expand Down
2 changes: 1 addition & 1 deletion analytics/mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-analytic-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-analytic-mapreduce</artifactId>
<name>GeoWave MapReduce Analytics</name>
Expand Down
2 changes: 1 addition & 1 deletion analytics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-analytic-parent</artifactId>
<name>GeoWave Analytics Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion analytics/pyspark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>geowave-analytic-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion analytics/spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-analytic-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<properties>
<java.version>1.8</java.version>
Expand Down
2 changes: 1 addition & 1 deletion core/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-core-parent</artifactId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-cli</artifactId>
<name>GeoWave CLI</name>
Expand Down
2 changes: 1 addition & 1 deletion core/geotime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-core-parent</artifactId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-geotime</artifactId>
<name>GeoWave Spatial and Temporal Support</name>
Expand Down
2 changes: 1 addition & 1 deletion core/ingest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>geowave-core-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-ingest</artifactId>
<name>GeoWave Ingest Framework</name>
Expand Down
2 changes: 1 addition & 1 deletion core/mapreduce/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-core-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-mapreduce</artifactId>
<name>GeoWave MapReduce</name>
Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-parent</artifactId>
<name>GeoWave Core Parent POM</name>
Expand Down
2 changes: 1 addition & 1 deletion core/store/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>geowave-core-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-core-store</artifactId>
<name>GeoWave Store</name>
Expand Down
2 changes: 1 addition & 1 deletion deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-deploy</artifactId>
<name>GeoWave Deployment Configurations</name>
Expand Down
3 changes: 2 additions & 1 deletion docs/content/geowave-index/js/versions.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
// When a new version of GeoWave is released, update the previous version to load from S3 and add the new version to the top of the list.

var _versions = {
'1.0.0': 'https://locationtech.github.io/geowave/%%page%%',
'1.1.0': 'https://locationtech.github.io/geowave/%%page%%',
'1.0.0': 'http://s3.amazonaws.com/geowave/1.0.0/docs/%%page%%',
'0.9.8': 'http://s3.amazonaws.com/geowave/0.9.8/docs/%%page%%',
'0.9.7': 'http://s3.amazonaws.com/geowave/0.9.7/docs/%%page%%',
'0.9.6': 'http://s3.amazonaws.com/geowave/0.9.6/docs/%%page%%',
Expand Down
4 changes: 2 additions & 2 deletions docs/content/installation-guide/010-rpm.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Many GeoWave artifacts are annotated with a `$VENDOR` as well as a `$VERSION`.

[NOTE]
====
Several of the RPMs (`accumulo`, `hbase`, `tools`, etc.) are both GeoWave version and vendor version specific. In the examples below the `$VERSION` and `$VENDOR` tokens in the RPM name should be replaced with appropriate values. For example, `geowave-$VERSION-$VENDOR-accumulo` might become `geowave-1.0.0-hdp2-accumulo`.
Several of the RPMs (`accumulo`, `hbase`, `tools`, etc.) are both GeoWave version and vendor version specific. In the examples below the `$VERSION` and `$VENDOR` tokens in the RPM name should be replaced with appropriate values. For example, `geowave-$VERSION-$VENDOR-accumulo` might become `geowave-1.1.0-hdp2-accumulo`.
* `$VERSION`: Version of the GeoWave source, e.g., `1.0.0`
* `$VERSION`: Version of the GeoWave source, e.g., `1.1.0`
* `$VENDOR`: Distribution vendor abbreviation - from the vendors table below, e.g., `apache`, `cdh5`, `hdp2`.
====

Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>geowave-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

<artifactId>geowave-doc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion examples/java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
<relativePath>../../</relativePath>
</parent>
<artifactId>geowave-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/adapters/auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-adapter-auth</artifactId>
<name>GeoWave Adapter Auth</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/adapters/raster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-adapter-raster</artifactId>
<name>Geowave Raster Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/adapters/vector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-adapter-vector</artifactId>
<name>Geowave Vector Adapter</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/accumulo-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-accumulo-embed</artifactId>
<name>GeoWave Embedded Accumulo</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/bigtable-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-bigtable-embed</artifactId>
<name>GeoWave Bigtable Embedded Server</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/cassandra-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-cassandra-embed</artifactId>
<name>GeoWave Cassandra Embedded Server</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/debug/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-debug</artifactId>
<name>GeoWave Debug Commandline Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/dynamodb-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-dynamodb-embed</artifactId>
<name>GeoWave DynamoDB Embedded Server</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/geoserver-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-geoserver-embed</artifactId>
<name>GeoWave Embedded GeoServer</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/geoserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-geoserver</artifactId>
<name>Geowave GeoServer Commandline Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/hbase-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-hbase-embed</artifactId>
<name>GeoWave Embedded HBase</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/kudu-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-kudu-embed</artifactId>
<name>GeoWave Kudu Embedded Server</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/landsat8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<properties>
<!-- to maintain only one download of GDAL, re-use the IT build directory -->
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/osm/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-osm</artifactId>
<name>Geowave OSM Commandline Tools</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/redis-embed/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-cli-redis-embed</artifactId>
<name>GeoWave Redis Embedded Server</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/cli/sentinel2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<properties>
<!-- to maintain only one download of GDAL, re-use the IT build directory -->
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-accumulo</artifactId>
<name>GeoWave Accumulo</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/bigtable/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-bigtable</artifactId>
<name>GeoWave Bigtable</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/cassandra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-cassandra</artifactId>
<name>GeoWave Cassandra</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/dynamodb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-dynamodb</artifactId>
<name>GeoWave DynamoDB</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/hbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-hbase</artifactId>
<name>GeoWave Hbase</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/kudu/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-kudu</artifactId>
<name>GeoWave Kudu</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/redis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-redis</artifactId>
<name>GeoWave Redis</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/datastores/rocksdb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<artifactId>geowave-extension-parent</artifactId>
<groupId>org.locationtech.geowave</groupId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-datastore-rocksdb</artifactId>
<name>GeoWave RocksDB</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/formats/avro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-format-avro</artifactId>
<name>GeoWave Avro Format</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/formats/gdelt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-format-gdelt</artifactId>
<name>GeoWave GDELT Format Support</name>
Expand Down
2 changes: 1 addition & 1 deletion extensions/formats/geolife/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.locationtech.geowave</groupId>
<artifactId>geowave-extension-parent</artifactId>
<relativePath>../../</relativePath>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<artifactId>geowave-format-geolife</artifactId>
<name>GeoWave GeoLife Format Support</name>
Expand Down
Loading

0 comments on commit 1211990

Please sign in to comment.