Skip to content

Commit

Permalink
Update version to 4.4.1-0
Browse files Browse the repository at this point in the history
  • Loading branch information
fxprunayre committed Nov 22, 2023
1 parent 2b0def8 commit dbe8ace
Show file tree
Hide file tree
Showing 47 changed files with 111 additions and 46 deletions.
2 changes: 1 addition & 1 deletion cachingxslt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion csw-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/cmis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/jcloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion datastorages/s3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-datastorages</artifactId>
<groupId>org.geonetwork-opensource.datastorage</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
65 changes: 65 additions & 0 deletions docs/changes4.4.1-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
================================================================================
===
=== GeoNetwork 4.4.1: List of changes
===
================================================================================
- Changelog / 441 and 427. (#7508)
- i18n / Transifex update. (#7505)
- Security / Jolokia update. (#7501)
- Add web/src/main/webapp/WEB-INF/data/data/resources/schemapublication folder to .gitignore
- Check http links in documentation (#7496)
- Add more db information to the site information page. (#7403)
- Update manual links to use https://docs.geonetwork-opensource.org/ (#7487)
- Change the structure of the MkDocs assets. Stylesheets and logos are moved to the `overrides` directory (#7429)
- Fix url link in full view. bracket ") " could be included in link (#7483)
- Batch edit access level for editor role (#7464)
- Fixed broken links and formatting in BUILDING.md (#7471)
- Editor / Remove extra space on mandatory add action (#7438)
- WRO4J / Fix unresolvable source map file on Windows (#7476)
- Add node identifier parameter for xlst processing. Required in skin.xsl (#7454)
- change label to "Access to the catalogue" (#7467)
- API / Batch editing / XPath / Add support for attribute with namespace.
- Remove exception class name from the error message (#6977)
- Release / Create SQL migration script for new version (#7395)
- Standard / Formatter / Citation improvements (#7434)
- Update to GeoTools 30.0 Release (#7416)
- Record view / Series / Technical information
- List styling for related records (#7442)
- Standard / Processes / Collection merge (#7436)
- Indexing / Add related record title to the full text search (#7437)
- Update docker.md
- Fix cookies path when deployed on root "/" context (#7446)
- Search results / Fix button size
- Standard / Feature catalogues / Do not index empty codelist value (#7440)
- Remove the `Download metadata` button in the metadata block on the Metadata page.
- Fixed typos, formatting and numbering (#7430)
- Fix issue with canViewRecord when calling related api (#7373)
- Transifex updates (#7432)
- Fix exception handling from schematron validation so that it flags the metadata as invalid if there is an exception (#6978)
- Rename ElasticSearch to Elasticsearch (#7404)
- Sort the portals by label, not by name (identifier) (#7424)
- Metadata editor / ISO19115-3.2008 / Filter out metadata templates in the online resources dialog
- Fix system info when ES throw errors (#7413)
- Remove old password field for admins (#7417)
- Add documentation to GitHub workflows (#7411)
- GeoNetwork 4.4.x minor versions library updates
- Change the url the icon in the homepage is linking to (#7422)
- Fixed typos and updated SearchManager to EsSearchManager in core readme (#7418)
- Update the links to documentation in the sofware development pages (#7408)
- Update the CONTRIBUTING guide to detail the steps, before merging the pull requests (#7419)
- Transifex updates
- [feat] allow to open COG links in external viewer (#7387)
- please prettier-java
- Add 3DTILES support to gn_relatedresources_service module
- add badge support for 3dtiles
- add OGC:3DTILES to gnSearchSettings.mapProtocols.layers
- support OGC:3DTILES protocol, set type to 3dtiles in buildAddToMapConfig
- add OGC:3DTILES to possible values for gmd:protocol
- Record view / fix double approved parameter in the metadata working copy page, for the buttons in the online resources panel. Related to #7248 (#7402)
- Doc / Fix list (#7401)
- Fixed typos in code_quality readme (#7407)
- Use default mike settings to fix interaction between language chooser and versions
- Correct canical_version to stable
- Add 3.12.11 changelog and fix the display of the changelogs in the navigation bar (#7397)
- Doc / 4.4.0 / Add note about datastore changes (#7398)
- Update version to 4.4.1-SNAPSHOT
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-docs</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-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>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-docs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion doi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion domain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion es/es-dashboards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-es</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<profiles>
<profile>
Expand Down
2 changes: 1 addition & 1 deletion es/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-es</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion estest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion events/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>

<name>GeoNetwork Events</name>
Expand Down
2 changes: 1 addition & 1 deletion harvesters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion healthmonitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion index/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-index</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion inspire-atom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion jmeter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
Expand Down
2 changes: 1 addition & 1 deletion listeners/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>

<name>GeoNetwork Events</name>
Expand Down
2 changes: 1 addition & 1 deletion messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion oaipmh/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<packaging>pom</packaging>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
<name>GeoNetwork opensource</name>
<description>GeoNetwork opensource is a standards based, Free and
Open Source catalog application to manage spatially referenced
Expand Down
2 changes: 1 addition & 1 deletion release/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ [email protected]

# Application version properties
version=4.4.1
subVersion=SNAPSHOT
subVersion=0

# Java runtime properties
javaVersion=11
Expand Down
2 changes: 1 addition & 1 deletion release/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>

<artifactId>gn-release</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemas-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion schemas/csw-record/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>gn-schema-csw-record</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion schemas/dublin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/iso19110/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/iso19115-3.2018/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/iso19139/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion schemas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion schemas/schema-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<artifactId>gn-schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion sde/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.4.1-SNAPSHOT</version>
<version>4.4.1-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
Loading

0 comments on commit dbe8ace

Please sign in to comment.