From 358f5088c5c103444a134138409223ab166f4c34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Rodri=CC=81guez?= Date: Thu, 30 Nov 2023 17:41:29 +0100 Subject: [PATCH] Align with GN 4.2.7 --- .env | 2 +- modules/library/common-error/pom.xml | 2 +- modules/library/common-index-model/pom.xml | 2 +- modules/library/common-persistence/pom.xml | 2 +- modules/library/common-search/pom.xml | 2 +- modules/library/common-security/pom.xml | 2 +- modules/library/common-standards/pom.xml | 2 +- modules/library/common-utility/pom.xml | 2 +- modules/library/common-view/pom.xml | 2 +- modules/library/pom.xml | 2 +- modules/pom.xml | 2 +- modules/services/authorizing/pom.xml | 2 +- modules/services/gateway/pom.xml | 2 +- modules/services/indexing/pom.xml | 2 +- modules/services/ogc-api-records/README.md | 2 +- modules/services/ogc-api-records/pom.xml | 2 +- modules/services/pom.xml | 2 +- modules/services/searching/pom.xml | 2 +- modules/standards/iso19139/pom.xml | 2 +- modules/standards/pom.xml | 2 +- modules/support-services/configuring/pom.xml | 2 +- modules/support-services/discovery/pom.xml | 2 +- modules/support-services/pom.xml | 2 +- pom.xml | 4 ++-- 24 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.env b/.env index 17e30f37..55595301 100644 --- a/.env +++ b/.env @@ -1,6 +1,6 @@ # docker-compose default environment variable values COMPOSE_PROJECT_NAME=gncloud -TAG=4.2.6-0 +TAG=4.2.7-0 EUREKA_SERVER_URL=http://discovery:8761/eureka # gn metadta postgres environment variables diff --git a/modules/library/common-error/pom.xml b/modules/library/common-error/pom.xml index f352f551..73a61498 100644 --- a/modules/library/common-error/pom.xml +++ b/modules/library/common-error/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/common-index-model/pom.xml b/modules/library/common-index-model/pom.xml index 3eef0654..09112d76 100644 --- a/modules/library/common-index-model/pom.xml +++ b/modules/library/common-index-model/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/common-persistence/pom.xml b/modules/library/common-persistence/pom.xml index d4b3e298..70fb80ad 100644 --- a/modules/library/common-persistence/pom.xml +++ b/modules/library/common-persistence/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/common-search/pom.xml b/modules/library/common-search/pom.xml index b903bc31..c01d4c10 100644 --- a/modules/library/common-search/pom.xml +++ b/modules/library/common-search/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/common-security/pom.xml b/modules/library/common-security/pom.xml index f1e32183..443bf87e 100644 --- a/modules/library/common-security/pom.xml +++ b/modules/library/common-security/pom.xml @@ -11,7 +11,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-common-security diff --git a/modules/library/common-standards/pom.xml b/modules/library/common-standards/pom.xml index 568b92cc..6455b82f 100644 --- a/modules/library/common-standards/pom.xml +++ b/modules/library/common-standards/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/common-utility/pom.xml b/modules/library/common-utility/pom.xml index 68c63077..b5d2b713 100644 --- a/modules/library/common-utility/pom.xml +++ b/modules/library/common-utility/pom.xml @@ -11,7 +11,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-common-utility diff --git a/modules/library/common-view/pom.xml b/modules/library/common-view/pom.xml index 5b20b5f2..ee1823c4 100644 --- a/modules/library/common-view/pom.xml +++ b/modules/library/common-view/pom.xml @@ -3,7 +3,7 @@ gn-cloud-lib org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/library/pom.xml b/modules/library/pom.xml index 24b92190..e9bf5ffe 100644 --- a/modules/library/pom.xml +++ b/modules/library/pom.xml @@ -13,7 +13,7 @@ gn-cloud-parent org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 gn-cloud-lib pom diff --git a/modules/pom.xml b/modules/pom.xml index f3266d0d..e9c6412f 100644 --- a/modules/pom.xml +++ b/modules/pom.xml @@ -13,7 +13,7 @@ gn-cloud-microservices org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 gn-cloud-parent pom diff --git a/modules/services/authorizing/pom.xml b/modules/services/authorizing/pom.xml index a6e80102..77e1b819 100644 --- a/modules/services/authorizing/pom.xml +++ b/modules/services/authorizing/pom.xml @@ -10,7 +10,7 @@ gn-cloud-services org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 diff --git a/modules/services/gateway/pom.xml b/modules/services/gateway/pom.xml index b6f86bc1..617df8a6 100644 --- a/modules/services/gateway/pom.xml +++ b/modules/services/gateway/pom.xml @@ -11,7 +11,7 @@ gn-cloud-services org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-gateway diff --git a/modules/services/indexing/pom.xml b/modules/services/indexing/pom.xml index 6f2bf729..c4cc06f2 100644 --- a/modules/services/indexing/pom.xml +++ b/modules/services/indexing/pom.xml @@ -11,7 +11,7 @@ gn-cloud-services org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-indexing diff --git a/modules/services/ogc-api-records/README.md b/modules/services/ogc-api-records/README.md index 5a79f312..6bd01aa7 100644 --- a/modules/services/ogc-api-records/README.md +++ b/modules/services/ogc-api-records/README.md @@ -76,7 +76,7 @@ docker run -it -p8080:8080 \ -e "SPRING_PROFILES_ACTIVE=standalone" \ -e "SPRING_CONFIG_LOCATION=/ogcapiconfig/" \ -e "JAVA_OPTS=-Dfile.encoding=UTF-8" \ - gn-cloud-ogc-api-records-service:4.2.6-0 + gn-cloud-ogc-api-records-service:4.2.7-0 ``` or use a published release (create your configuration first like above): diff --git a/modules/services/ogc-api-records/pom.xml b/modules/services/ogc-api-records/pom.xml index 0e738974..e26efe75 100644 --- a/modules/services/ogc-api-records/pom.xml +++ b/modules/services/ogc-api-records/pom.xml @@ -10,7 +10,7 @@ org.geonetwork-opensource.cloud gn-cloud-services - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-ogc-api-records-service diff --git a/modules/services/pom.xml b/modules/services/pom.xml index 75cf5242..63925ae8 100644 --- a/modules/services/pom.xml +++ b/modules/services/pom.xml @@ -13,7 +13,7 @@ gn-cloud-parent org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 gn-cloud-services pom diff --git a/modules/services/searching/pom.xml b/modules/services/searching/pom.xml index 4ef52705..7a113cc3 100644 --- a/modules/services/searching/pom.xml +++ b/modules/services/searching/pom.xml @@ -11,7 +11,7 @@ org.geonetwork-opensource.cloud gn-cloud-services - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-searching diff --git a/modules/standards/iso19139/pom.xml b/modules/standards/iso19139/pom.xml index 2af9b874..5be42d8a 100644 --- a/modules/standards/iso19139/pom.xml +++ b/modules/standards/iso19139/pom.xml @@ -3,7 +3,7 @@ gn-cloud-standards org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-standard-iso19139 diff --git a/modules/standards/pom.xml b/modules/standards/pom.xml index 3243d586..7e679b7e 100644 --- a/modules/standards/pom.xml +++ b/modules/standards/pom.xml @@ -4,7 +4,7 @@ gn-cloud-parent org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 gn-cloud-standards pom diff --git a/modules/support-services/configuring/pom.xml b/modules/support-services/configuring/pom.xml index 11e96301..10bdbc30 100644 --- a/modules/support-services/configuring/pom.xml +++ b/modules/support-services/configuring/pom.xml @@ -10,7 +10,7 @@ gn-cloud-support-services org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-configuring diff --git a/modules/support-services/discovery/pom.xml b/modules/support-services/discovery/pom.xml index 4ec75cab..f8c454b3 100644 --- a/modules/support-services/discovery/pom.xml +++ b/modules/support-services/discovery/pom.xml @@ -10,7 +10,7 @@ gn-cloud-support-services org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 4.0.0 gn-cloud-discovery diff --git a/modules/support-services/pom.xml b/modules/support-services/pom.xml index f3779289..850c689a 100644 --- a/modules/support-services/pom.xml +++ b/modules/support-services/pom.xml @@ -13,7 +13,7 @@ gn-cloud-parent org.geonetwork-opensource.cloud - 4.2.6-0 + 4.2.7-0 gn-cloud-support-services pom diff --git a/pom.xml b/pom.xml index 1f272553..69befa2f 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ 4.0.0 org.geonetwork-opensource.cloud gn-cloud-microservices - 4.2.6-0 + 4.2.7-0 pom GeoNetwork microservices https://geonetwork-opensource.org @@ -28,7 +28,7 @@ Hoxton.SR8 2.3.8.RELEASE 5.3.2.RELEASE - 4.2.6-0 + 4.2.7-0 9.4.27.v20200227 7.15.1