From 68856c0e1956875f4f024e7a1ecfd552071747c3 Mon Sep 17 00:00:00 2001 From: alainbodiguel Date: Thu, 4 Jul 2024 12:12:47 +0200 Subject: [PATCH] development version 25.1.1-SNAPSHOT --- arlas-admin/pom.xml | 6 +++--- arlas-commons/pom.xml | 2 +- arlas-core/pom.xml | 6 +++--- arlas-opensearch/pom.xml | 8 ++++---- arlas-rest/pom.xml | 6 +++--- arlas-server/pom.xml | 16 ++++++++-------- arlas-tests/pom.xml | 6 +++--- ogc-common/pom.xml | 6 +++--- ogc-csw/pom.xml | 6 +++--- ogc-wfs/pom.xml | 6 +++--- pom.xml | 2 +- stac-api/pom.xml | 6 +++--- 12 files changed, 38 insertions(+), 38 deletions(-) diff --git a/arlas-admin/pom.xml b/arlas-admin/pom.xml index 97178c21c..31d1fdbb2 100644 --- a/arlas-admin/pom.xml +++ b/arlas-admin/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-admin - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server admin io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT @@ -29,7 +29,7 @@ io.arlas arlas-core - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/arlas-commons/pom.xml b/arlas-commons/pom.xml index fc7d4aa3d..c4f6738a7 100644 --- a/arlas-commons/pom.xml +++ b/arlas-commons/pom.xml @@ -5,7 +5,7 @@ arlas-server-parent io.arlas - 25.1.0 + 25.1.1-SNAPSHOT 4.0.0 diff --git a/arlas-core/pom.xml b/arlas-core/pom.xml index 49f9b2b20..f26069c2e 100644 --- a/arlas-core/pom.xml +++ b/arlas-core/pom.xml @@ -4,14 +4,14 @@ 4.0.0 io.arlas arlas-core - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server core io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT @@ -29,7 +29,7 @@ io.arlas arlas-commons - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/arlas-opensearch/pom.xml b/arlas-opensearch/pom.xml index 577a27339..d9888c7c4 100644 --- a/arlas-opensearch/pom.xml +++ b/arlas-opensearch/pom.xml @@ -4,26 +4,26 @@ 4.0.0 io.arlas arlas-opensearch - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server opensearch io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-rest - 25.1.0 + 25.1.1-SNAPSHOT io.arlas ogc-common - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/arlas-rest/pom.xml b/arlas-rest/pom.xml index 5506ebea5..faab50ced 100644 --- a/arlas-rest/pom.xml +++ b/arlas-rest/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas arlas-rest - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server rest io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-core - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/arlas-server/pom.xml b/arlas-server/pom.xml index 00f3c66a9..aa4b64aa8 100644 --- a/arlas-server/pom.xml +++ b/arlas-server/pom.xml @@ -4,51 +4,51 @@ 4.0.0 io.arlas arlas-server - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-rest - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-opensearch - 25.1.0 + 25.1.1-SNAPSHOT io.arlas ogc-csw - 25.1.0 + 25.1.1-SNAPSHOT io.arlas ogc-wfs - 25.1.0 + 25.1.1-SNAPSHOT io.arlas stac-api - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-admin - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/arlas-tests/pom.xml b/arlas-tests/pom.xml index 6531bccf2..4304fe4cf 100644 --- a/arlas-tests/pom.xml +++ b/arlas-tests/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas arlas-tests - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS server tests io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-server - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/ogc-common/pom.xml b/ogc-common/pom.xml index 5f3cb67ee..970951471 100644 --- a/ogc-common/pom.xml +++ b/ogc-common/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas ogc-common - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS ogc common io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-core - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/ogc-csw/pom.xml b/ogc-csw/pom.xml index 5ed6364f7..e7b3113f6 100644 --- a/ogc-csw/pom.xml +++ b/ogc-csw/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas ogc-csw - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS ogc csw io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas ogc-common - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/ogc-wfs/pom.xml b/ogc-wfs/pom.xml index 3e24b9d84..5a3ffc6bf 100644 --- a/ogc-wfs/pom.xml +++ b/ogc-wfs/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas ogc-wfs - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS ogc wfs io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas ogc-common - 25.1.0 + 25.1.1-SNAPSHOT diff --git a/pom.xml b/pom.xml index 63fb120b0..127041b04 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT pom ARLAS server parent diff --git a/stac-api/pom.xml b/stac-api/pom.xml index 5346a3580..97c703d6f 100644 --- a/stac-api/pom.xml +++ b/stac-api/pom.xml @@ -4,21 +4,21 @@ 4.0.0 io.arlas stac-api - 25.1.0 + 25.1.1-SNAPSHOT jar ARLAS STAC API io.arlas arlas-server-parent - 25.1.0 + 25.1.1-SNAPSHOT io.arlas arlas-core - 25.1.0 + 25.1.1-SNAPSHOT