From aaa213b16d97e593c567de2a201668d9aa8b6927 Mon Sep 17 00:00:00 2001 From: Gabriel Roldan Date: Wed, 24 Oct 2018 15:37:17 -0300 Subject: [PATCH] Set version to 1.4.0-alpha2 Signed-off-by: Gabriel Roldan --- src/api/pom.xml | 2 +- src/cli/app/pom.xml | 2 +- src/cli/core/pom.xml | 2 +- src/cli/geotools/pom.xml | 2 +- src/cli/pom.xml | 2 +- src/cli/remoting/pom.xml | 2 +- src/cli/storage-postgres/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/pullrequests/pom.xml | 2 +- src/ql/pom.xml | 2 +- src/remoting/pom.xml | 2 +- src/storage/pom.xml | 2 +- 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 | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/src/api/pom.xml b/src/api/pom.xml index 91aeccd9fa..3857643c47 100644 --- a/src/api/pom.xml +++ b/src/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/cli/app/pom.xml b/src/cli/app/pom.xml index 7bfd77e064..dcf67ac69a 100644 --- a/src/cli/app/pom.xml +++ b/src/cli/app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-cli-parent - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/cli/core/pom.xml b/src/cli/core/pom.xml index cd12d82461..b589a424cc 100644 --- a/src/cli/core/pom.xml +++ b/src/cli/core/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-cli-parent - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/cli/geotools/pom.xml b/src/cli/geotools/pom.xml index 654113143c..c84d892792 100644 --- a/src/cli/geotools/pom.xml +++ b/src/cli/geotools/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-cli-parent - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/cli/pom.xml b/src/cli/pom.xml index dc08839975..40c601eb20 100644 --- a/src/cli/pom.xml +++ b/src/cli/pom.xml @@ -5,7 +5,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/cli/remoting/pom.xml b/src/cli/remoting/pom.xml index 5f2b7cab1c..c092ae1757 100644 --- a/src/cli/remoting/pom.xml +++ b/src/cli/remoting/pom.xml @@ -5,7 +5,7 @@ org.locationtech.geogig geogig-cli-parent - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml geogig-cli-remoting diff --git a/src/cli/storage-postgres/pom.xml b/src/cli/storage-postgres/pom.xml index e80cd035e0..ffb4db3bae 100644 --- a/src/cli/storage-postgres/pom.xml +++ b/src/cli/storage-postgres/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-cli-parent - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/core/pom.xml b/src/core/pom.xml index 2203f65b10..6058720c6e 100644 --- a/src/core/pom.xml +++ b/src/core/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/datastore/pom.xml b/src/datastore/pom.xml index 3137c9dd66..ff133ab3e0 100644 --- a/src/datastore/pom.xml +++ b/src/datastore/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/geotools/pom.xml b/src/geotools/pom.xml index 9ecfacaf11..174253d350 100644 --- a/src/geotools/pom.xml +++ b/src/geotools/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/gui/pom.xml b/src/gui/pom.xml index d975460ffb..0e36e54762 100644 --- a/src/gui/pom.xml +++ b/src/gui/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/parent/pom.xml b/src/parent/pom.xml index f49eb5cc51..e0cfeae247 100644 --- a/src/parent/pom.xml +++ b/src/parent/pom.xml @@ -5,7 +5,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 pom GeoGig diff --git a/src/pullrequests/pom.xml b/src/pullrequests/pom.xml index 519e5d702a..b4079d0b53 100644 --- a/src/pullrequests/pom.xml +++ b/src/pullrequests/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/ql/pom.xml b/src/ql/pom.xml index cfe1dbdea6..a925d94efe 100644 --- a/src/ql/pom.xml +++ b/src/ql/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/remoting/pom.xml b/src/remoting/pom.xml index 05e283b9ad..6a6b503d54 100644 --- a/src/remoting/pom.xml +++ b/src/remoting/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/storage/pom.xml b/src/storage/pom.xml index c8444fa22d..6be8cb5499 100644 --- a/src/storage/pom.xml +++ b/src/storage/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml diff --git a/src/storage/postgres/pom.xml b/src/storage/postgres/pom.xml index 45d00c1f4d..ef10beaa89 100644 --- a/src/storage/postgres/pom.xml +++ b/src/storage/postgres/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-storage - 1.4-SNAPSHOT + 1.4.0-alpha-2 geogig-postgres diff --git a/src/storage/rocksdb/pom.xml b/src/storage/rocksdb/pom.xml index 0ad110ee00..58c9ea4ba2 100644 --- a/src/storage/rocksdb/pom.xml +++ b/src/storage/rocksdb/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-storage - 1.4-SNAPSHOT + 1.4.0-alpha-2 geogig-rocksdb diff --git a/src/web/api/pom.xml b/src/web/api/pom.xml index 136dec177f..2357325b06 100644 --- a/src/web/api/pom.xml +++ b/src/web/api/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-web - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/web/app/pom.xml b/src/web/app/pom.xml index af7cc9e8b1..d17f752826 100644 --- a/src/web/app/pom.xml +++ b/src/web/app/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-web - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/web/functional/pom.xml b/src/web/functional/pom.xml index 37257a4eea..2d3e378bfb 100644 --- a/src/web/functional/pom.xml +++ b/src/web/functional/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig-web - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../pom.xml diff --git a/src/web/pom.xml b/src/web/pom.xml index b39d94316e..0c075afcf0 100644 --- a/src/web/pom.xml +++ b/src/web/pom.xml @@ -6,7 +6,7 @@ org.locationtech.geogig geogig - 1.4-SNAPSHOT + 1.4.0-alpha-2 ../parent/pom.xml