Skip to content

Commit

Permalink
Align with GN 4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Oct 28, 2024
1 parent 21bae10 commit aac3835
Show file tree
Hide file tree
Showing 27 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -52,7 +52,7 @@ services:
- gn-cloud-network

elasticsearch:
image: elasticsearch:7.9.2
image: elasticsearch:8.14.3
ulimits:
memlock:
soft: -1
Expand All @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>gn-ms-docs</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-ms-guide</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>gn-cloud-microservices</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-ms-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-error/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-index-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-persistence/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-common-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-standards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-utility/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-common-utility</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/library/common-view/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-lib</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/library/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gn-cloud-parent</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<artifactId>gn-cloud-lib</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gn-cloud-microservices</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<artifactId>gn-cloud-parent</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/services/authorizing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>gn-cloud-services</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion modules/services/gateway/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gn-cloud-services</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-gateway</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/services/indexing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<artifactId>gn-cloud-services</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-indexing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/services/ogc-api-records/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
2 changes: 1 addition & 1 deletion modules/services/ogc-api-records/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.geonetwork-opensource.cloud</groupId>
<artifactId>gn-cloud-services</artifactId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-ogc-api-records-service</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gn-cloud-parent</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<artifactId>gn-cloud-services</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/services/searching/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>org.geonetwork-opensource.cloud</groupId>
<artifactId>gn-cloud-services</artifactId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-searching</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/standards/iso19139/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>gn-cloud-standards</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-standard-iso19139</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/standards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>gn-cloud-parent</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<artifactId>gn-cloud-standards</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion modules/support-services/configuring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>gn-cloud-support-services</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-configuring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/support-services/discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<artifactId>gn-cloud-support-services</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-cloud-discovery</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion modules/support-services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<parent>
<artifactId>gn-cloud-parent</artifactId>
<groupId>org.geonetwork-opensource.cloud</groupId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
</parent>
<artifactId>gn-cloud-support-services</artifactId>
<packaging>pom</packaging>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geonetwork-opensource.cloud</groupId>
<artifactId>gn-cloud-microservices</artifactId>
<version>4.4.5-0</version>
<version>4.4.6-0</version>
<packaging>pom</packaging>
<name>GeoNetwork microservices</name>
<url>https://geonetwork-opensource.org</url>
Expand All @@ -28,10 +28,10 @@
<spring-cloud.version>Hoxton.SR8</spring-cloud.version>
<spring-boot.version>2.3.8.RELEASE</spring-boot.version>
<spring-security-oauth2-core.version>5.3.2.RELEASE</spring-security-oauth2-core.version>
<geonetwork.version>4.4.5-0</geonetwork.version>
<geonetwork.version>4.4.6-0</geonetwork.version>
<jetty.version>9.4.27.v20200227</jetty.version>

<elasticsearch.version>8.11.3</elasticsearch.version>
<elasticsearch.version>8.14.3</elasticsearch.version>
<micrometer.version>1.5.5</micrometer.version>
<camel.version>3.5.0</camel.version>
<swagger.version>2.1.2</swagger.version>
Expand Down

0 comments on commit aac3835

Please sign in to comment.