From 973866043486ebb36dcf0203cfb1545378b9cad0 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Fri, 16 Dec 2016 16:12:02 -0300 Subject: [PATCH] Set version to 1.0-RC4 Signed-off-by: Gabriel Roldan --- 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 e160bbfb7c..601738a957 100644 --- a/src/api/pom.xml +++ b/src/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/cli-app/pom.xml b/src/cli-app/pom.xml index f2a93de5d6..e4553d78a9 100644 --- a/src/cli-app/pom.xml +++ b/src/cli-app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/cli/pom.xml b/src/cli/pom.xml index 7bf93f8048..f74522876a 100644 --- a/src/cli/pom.xml +++ b/src/cli/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/core/pom.xml b/src/core/pom.xml index 4bcd72220e..9dd6fe9d8a 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/datastore/pom.xml b/src/datastore/pom.xml index fc3dcfea0b..0293064607 100644 --- a/src/datastore/pom.xml +++ b/src/datastore/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/geotools/pom.xml b/src/geotools/pom.xml index 63430324a4..8cd3cebf2f 100644 --- a/src/geotools/pom.xml +++ b/src/geotools/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/gui/pom.xml b/src/gui/pom.xml index fff58c183a..d0eb31a263 100644 --- a/src/gui/pom.xml +++ b/src/gui/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/parent/pom.xml b/src/parent/pom.xml index bd8a756479..ec8c8bf6f4 100644 --- a/src/parent/pom.xml +++ b/src/parent/pom.xml @@ -5,7 +5,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 pom GeoGig diff --git a/src/ql/pom.xml b/src/ql/pom.xml index 02e1d0c27d..de7a02f591 100644 --- a/src/ql/pom.xml +++ b/src/ql/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml diff --git a/src/storage/pom.xml b/src/storage/pom.xml index d0eea78f41..afd71afaa6 100644 --- a/src/storage/pom.xml +++ b/src/storage/pom.xml @@ -6,12 +6,12 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml storage - 1.0-SNAPSHOT + 1.0-RC4 pom Storage backends diff --git a/src/storage/postgres/pom.xml b/src/storage/postgres/pom.xml index 3b359e3888..cacbcd6f88 100644 --- a/src/storage/postgres/pom.xml +++ b/src/storage/postgres/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig storage - 1.0-SNAPSHOT + 1.0-RC4 org.locationtech.geogig diff --git a/src/storage/rocksdb/pom.xml b/src/storage/rocksdb/pom.xml index 306669315c..da46e49fc7 100644 --- a/src/storage/rocksdb/pom.xml +++ b/src/storage/rocksdb/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig storage - 1.0-SNAPSHOT + 1.0-RC4 org.locationtech.geogig diff --git a/src/web/api/pom.xml b/src/web/api/pom.xml index e569308240..8e74a723ca 100644 --- a/src/web/api/pom.xml +++ b/src/web/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.0-SNAPSHOT + 1.0-RC4 ../pom.xml diff --git a/src/web/app/pom.xml b/src/web/app/pom.xml index 536284f2b1..128814fcee 100644 --- a/src/web/app/pom.xml +++ b/src/web/app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.0-SNAPSHOT + 1.0-RC4 ../pom.xml diff --git a/src/web/functional/pom.xml b/src/web/functional/pom.xml index 097f082002..08304415f5 100644 --- a/src/web/functional/pom.xml +++ b/src/web/functional/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig web - 1.0-SNAPSHOT + 1.0-RC4 ../pom.xml diff --git a/src/web/pom.xml b/src/web/pom.xml index 67026a0118..dd13312f4a 100644 --- a/src/web/pom.xml +++ b/src/web/pom.xml @@ -6,12 +6,12 @@ org.locationtech.geogig geogig - 1.0-SNAPSHOT + 1.0-RC4 ../parent/pom.xml web - 1.0-SNAPSHOT + 1.0-RC4 pom Web modules