From bb35fccca5d88aab5c69328eedef42af07fed2f2 Mon Sep 17 00:00:00 2001 From: Erik Merkle Date: Wed, 10 May 2017 17:03:27 -0500 Subject: [PATCH] Release v1.1.0 Signed-off-by: Erik Merkle --- src/api/pom.xml | 2 +- src/cli-app/pom.xml | 2 +- src/cli/pom.xml | 2 +- src/core/pom.xml | 2 +- src/datastore/pom.xml | 2 +- src/geotools/pom.xml | 2 +- src/gui/pom.xml | 2 +- src/parent/pom.xml | 2 +- src/ql/pom.xml | 2 +- src/storage/pom.xml | 4 ++-- src/storage/postgres/pom.xml | 2 +- src/storage/rocksdb/pom.xml | 2 +- src/web/api/pom.xml | 2 +- src/web/app/pom.xml | 2 +- src/web/functional/pom.xml | 2 +- src/web/pom.xml | 4 ++-- 16 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/api/pom.xml b/src/api/pom.xml index 9800eca65d..5948ac0704 100644 --- a/src/api/pom.xml +++ b/src/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/cli-app/pom.xml b/src/cli-app/pom.xml index bbb5fc9964..55c7c379ae 100644 --- a/src/cli-app/pom.xml +++ b/src/cli-app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/cli/pom.xml b/src/cli/pom.xml index b67ca0ced2..367fd12abf 100644 --- a/src/cli/pom.xml +++ b/src/cli/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/core/pom.xml b/src/core/pom.xml index 3132b30676..5d91bcacf1 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/datastore/pom.xml b/src/datastore/pom.xml index 09f5c2af77..94a7cc9bff 100644 --- a/src/datastore/pom.xml +++ b/src/datastore/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/geotools/pom.xml b/src/geotools/pom.xml index cbf1bdefb9..5632b7ad72 100644 --- a/src/geotools/pom.xml +++ b/src/geotools/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/gui/pom.xml b/src/gui/pom.xml index 3272208273..6fc8e1e2c7 100644 --- a/src/gui/pom.xml +++ b/src/gui/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/parent/pom.xml b/src/parent/pom.xml index f9ab937c7c..92f629ebca 100644 --- a/src/parent/pom.xml +++ b/src/parent/pom.xml @@ -5,7 +5,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 pom GeoGig diff --git a/src/ql/pom.xml b/src/ql/pom.xml index b3c9646567..df1d9775d5 100644 --- a/src/ql/pom.xml +++ b/src/ql/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml diff --git a/src/storage/pom.xml b/src/storage/pom.xml index a6e6ec7e08..a6ee3ab8a1 100644 --- a/src/storage/pom.xml +++ b/src/storage/pom.xml @@ -6,12 +6,12 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml storage - 1.1-SNAPSHOT + 1.1.0 pom Storage backends diff --git a/src/storage/postgres/pom.xml b/src/storage/postgres/pom.xml index c9e1dd1993..62459f18d3 100644 --- a/src/storage/postgres/pom.xml +++ b/src/storage/postgres/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig storage - 1.1-SNAPSHOT + 1.1.0 org.locationtech.geogig diff --git a/src/storage/rocksdb/pom.xml b/src/storage/rocksdb/pom.xml index 93788a3137..fd3bb5d58f 100644 --- a/src/storage/rocksdb/pom.xml +++ b/src/storage/rocksdb/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig storage - 1.1-SNAPSHOT + 1.1.0 org.locationtech.geogig diff --git a/src/web/api/pom.xml b/src/web/api/pom.xml index e4a3311fbb..3f48c30ff2 100644 --- a/src/web/api/pom.xml +++ b/src/web/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.1-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/src/web/app/pom.xml b/src/web/app/pom.xml index 8142ea53b1..031d566a36 100644 --- a/src/web/app/pom.xml +++ b/src/web/app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.1-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/src/web/functional/pom.xml b/src/web/functional/pom.xml index 4bb6a9b235..f352eeec0e 100644 --- a/src/web/functional/pom.xml +++ b/src/web/functional/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.1-SNAPSHOT + 1.1.0 ../pom.xml diff --git a/src/web/pom.xml b/src/web/pom.xml index 727aabe1c3..5602c29756 100644 --- a/src/web/pom.xml +++ b/src/web/pom.xml @@ -6,12 +6,12 @@ org.locationtech.geogig geogig - 1.1-SNAPSHOT + 1.1.0 ../parent/pom.xml web - 1.1-SNAPSHOT + 1.1.0 pom Web modules