diff --git a/.env b/.env
index 9a5592ca..d0a20362 100644
--- a/.env
+++ b/.env
@@ -1,6 +1,6 @@
# docker-compose default environment variable values
COMPOSE_PROJECT_NAME=gncloud
-TAG=4.4.5-0
+TAG=4.4.6-0
EUREKA_SERVER_URL=http://discovery:8761/eureka
# gn metadta postgres environment variables
diff --git a/docker-compose.yml b/docker-compose.yml
index 4d614e70..567a9929 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -15,7 +15,7 @@ services:
# Rationale is to lower the barrier for developers to get started with this project, and to have the indexing-service
# services dependencies in the same network
geonetwork:
- image: geonetwork:4.0.0
+ image: geonetwork:4.4.6
restart: always
ports:
- 8080:8080
@@ -52,7 +52,7 @@ services:
- gn-cloud-network
elasticsearch:
- image: elasticsearch:7.9.2
+ image: elasticsearch:8.14.3
ulimits:
memlock:
soft: -1
@@ -71,7 +71,7 @@ services:
- "9200:9200"
kibana:
- image: kibana:7.9.2
+ image: kibana:8.14.3
environment:
SERVER_NAME: 'kibana'
ELASTICSEARCH_URL: http://elasticsearch:9200/
diff --git a/docs/manual/pom.xml b/docs/manual/pom.xml
index e74e55a0..b62409ab 100644
--- a/docs/manual/pom.xml
+++ b/docs/manual/pom.xml
@@ -27,7 +27,7 @@
gn-ms-docs
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
4.0.0
gn-ms-guide
diff --git a/docs/pom.xml b/docs/pom.xml
index 1d41005e..242de767 100644
--- a/docs/pom.xml
+++ b/docs/pom.xml
@@ -27,7 +27,7 @@
gn-cloud-microservices
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
4.0.0
gn-ms-docs
diff --git a/modules/library/common-error/pom.xml b/modules/library/common-error/pom.xml
index 7cf2cfad..e5891550 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/common-index-model/pom.xml b/modules/library/common-index-model/pom.xml
index 05e6fa3d..2e18cac0 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/common-persistence/pom.xml b/modules/library/common-persistence/pom.xml
index 9142cde4..07a03225 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/common-search/pom.xml b/modules/library/common-search/pom.xml
index 0e75a86e..88587c1d 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/common-security/pom.xml b/modules/library/common-security/pom.xml
index c0eae94c..4d46be0a 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.4.5-0
+ 4.4.6-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 4b2a857c..f8e0753e 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/common-utility/pom.xml b/modules/library/common-utility/pom.xml
index f9b644ab..62143232 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.4.5-0
+ 4.4.6-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 4af433c3..42d09167 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/library/pom.xml b/modules/library/pom.xml
index 6a93dfbc..323a1a4e 100644
--- a/modules/library/pom.xml
+++ b/modules/library/pom.xml
@@ -13,7 +13,7 @@
gn-cloud-parent
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
gn-cloud-lib
pom
diff --git a/modules/pom.xml b/modules/pom.xml
index 0718f87e..1cf12001 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -13,7 +13,7 @@
gn-cloud-microservices
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
gn-cloud-parent
pom
diff --git a/modules/services/authorizing/pom.xml b/modules/services/authorizing/pom.xml
index 600f67bf..9c157f8a 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.4.5-0
+ 4.4.6-0
4.0.0
diff --git a/modules/services/gateway/pom.xml b/modules/services/gateway/pom.xml
index 58555dae..e8d9da8a 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-gateway
diff --git a/modules/services/indexing/pom.xml b/modules/services/indexing/pom.xml
index e200de67..7d730782 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.4.5-0
+ 4.4.6-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 73aafa8a..56d44009 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.4.5-0
+ gn-cloud-ogc-api-records-service:4.4.6-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 b72c41fc..cf8bfc9b 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-ogc-api-records-service
diff --git a/modules/services/pom.xml b/modules/services/pom.xml
index d4a2608e..90808374 100644
--- a/modules/services/pom.xml
+++ b/modules/services/pom.xml
@@ -13,7 +13,7 @@
gn-cloud-parent
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
gn-cloud-services
pom
diff --git a/modules/services/searching/pom.xml b/modules/services/searching/pom.xml
index ffe132d1..6d8de5fa 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-searching
diff --git a/modules/standards/iso19139/pom.xml b/modules/standards/iso19139/pom.xml
index 862e1ccf..ed8f492e 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-standard-iso19139
diff --git a/modules/standards/pom.xml b/modules/standards/pom.xml
index b2277068..8da6b3bf 100644
--- a/modules/standards/pom.xml
+++ b/modules/standards/pom.xml
@@ -4,7 +4,7 @@
gn-cloud-parent
org.geonetwork-opensource.cloud
- 4.4.5-0
+ 4.4.6-0
gn-cloud-standards
pom
diff --git a/modules/support-services/configuring/pom.xml b/modules/support-services/configuring/pom.xml
index b98b4f11..69262f4b 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-configuring
diff --git a/modules/support-services/discovery/pom.xml b/modules/support-services/discovery/pom.xml
index b3a199bf..6fedbed2 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.4.5-0
+ 4.4.6-0
4.0.0
gn-cloud-discovery
diff --git a/modules/support-services/pom.xml b/modules/support-services/pom.xml
index c5020f84..c220490e 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.4.5-0
+ 4.4.6-0
gn-cloud-support-services
pom
diff --git a/pom.xml b/pom.xml
index 5a4c2877..31877c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -12,7 +12,7 @@
4.0.0
org.geonetwork-opensource.cloud
gn-cloud-microservices
- 4.4.5-0
+ 4.4.6-0
pom
GeoNetwork microservices
https://geonetwork-opensource.org
@@ -28,10 +28,10 @@
Hoxton.SR8
2.3.8.RELEASE
5.3.2.RELEASE
- 4.4.5-0
+ 4.4.6-0
9.4.27.v20200227
- 8.11.3
+ 8.14.3
1.5.5
3.5.0
2.1.2