Skip to content

Commit

Permalink
Update version to 4.2.7-0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Nov 22, 2023
1 parent 84bcaf2 commit 8e00092
Show file tree
Hide file tree
Showing 46 changed files with 103 additions and 43 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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
44 changes: 44 additions & 0 deletions docs/changes4.2.7-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
================================================================================
===
=== GeoNetwork 4.2.7: List of changes
===
================================================================================
- [BP] i18n / Transifex update. (#7505)
- [BP] Security / Jolokia update. (#7501)
- [BP] Don't override proxy configuration when saving the settings, if the http proxy is configured in Java system properties (#7325)
- [BP] Check http links in documentation (#7496)
- [BP] Add more db information to the site information page. (#7403)
- [BP] Update manual links to use https://docs.geonetwork-opensource.org/ (#7487)
- [BP] Change the structure of the MkDocs assets. Stylesheets and logos are moved to the `overrides` directory (#7429)
- [BP] Fix url link in full view. bracket ") " could be included in link (#7483)
- [BP] Batch edit access level for editor role (#7464)
- [BP] Fixed broken links and formatting in BUILDING.md (#7471)
- [BP] Editor / Remove extra space on mandatory add action (#7438)
- [BP] change label to "Access to the catalogue" (#7467)
- [BP] Remove exception class name from the error message (#6977)
- [BP] List styling for related records (#7442)
- [BP] Fix cookies path when deployed on root "/" context (#7446)
- [BP] Standard / Feature catalogues / Do not index empty codelist value (#7440)
- Update the links to documentation in the sofware development pages (4.2.x) (#7409)
- [BP] Fixed typos, formatting and numbering (#7430)
- [BP]Fix issue with canViewRecord when calling related api (#7373)
- [BP] Transifex updates (#7432)
- [BP] Fix exception handling from schematron validation so that it flags the metadata as invalid if there is an exception (#6978)
- [BP] Rename ElasticSearch to Elasticsearch (#7404)
- [BP] Sort the portals by label, not by name (identifier) (#7424)
- [BP] Metadata editor / ISO19115-3.2008 / Filter out metadata templates in the online resources dialog
- [BP] Fix system info when ES throw errors (#7413)
- [BP] Remove old password field for admins (#7417)
- [backport 4.2.x] Add documentation to GitHub workflows (#7415)
- [BP] Change the url the icon in the homepage is linking to (#7422)
- [BP] Fixed typos and updated SearchManager to EsSearchManager in core readme (#7418)
- [BP] Update the CONTRIBUTING guide to detail the steps, before merging the pull requests (#7419)
- [BP] Transifex updates
- [BP] Record view / fix double approved parameter in the metadata working copy page, for the buttons in the online resources panel. Related to #7248 (#7402)
- [BP] Doc / Fix list (#7401)
- [BP] Fixed typos in code_quality readme (#7407)
- Remove changelog for latest
- 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)
3 changes: 2 additions & 1 deletion docs/manual/docs/overview/change-log/stable/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ This series is under active use by our community, with regular improvements, doc

## Latest

- [Version 4.2.6](../version-4.2.6.md)
- [Version 4.2.7](../version-4.2.7.md)


## History

- [Version 4.2.6](../version-4.2.6.md)
- [Version 4.2.5](../version-4.2.5.md)
- [Version 4.2.4](../version-4.2.4.md)
- [Version 4.2.3](../version-4.2.3.md)
Expand Down
14 changes: 14 additions & 0 deletions docs/manual/docs/overview/change-log/version-4.2.7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Version 4.2.7 {#version-427}

GeoNetwork 4.2.7 release is a minor release.

## List of changes

Release highlights:

- [Add more db information to the site information page](https://github.com/geonetwork/core-geonetwork/pull/7403)
- [Fix cookies path when deployed on root "/" context](https://github.com/geonetwork/core-geonetwork/pull/7446)
- [Security / Jolokia update](https://github.com/geonetwork/core-geonetwork/pull/7501)


and more \... see [4.2.7 issues](https://github.com/geonetwork/core-geonetwork/issues?q=is%3Aissue+milestone%3A4.2.6+is%3Aclosed) and [pull requests](https://github.com/geonetwork/core-geonetwork/pulls?page=3&q=is%3Apr+milestone%3A4.2.7+is%3Aclosed) for full details.
1 change: 1 addition & 0 deletions docs/manual/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ nav:
- overview/change-log/index.md
- 'Stable':
- overview/change-log/stable/index.md
- overview/change-log/version-4.2.7.md
- overview/change-log/version-4.2.6.md
- overview/change-log/version-4.2.5.md
- overview/change-log/version-4.2.4.md
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-docs</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>4.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7
subVersion=SNAPSHOT
subVersion=0

# Java runtime properties
javaVersion=1.8.0
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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-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.2.7-SNAPSHOT</version>
<version>4.2.7-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion slave/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.2.7-SNAPSHOT</version>
<version>4.2.7-0</version>
</parent>

<name>GeoNetwork Slave</name>
Expand Down
2 changes: 1 addition & 1 deletion web-ui/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.2.7-SNAPSHOT</version>
<version>4.2.7-0</version>
</parent>

<groupId>org.geonetwork-opensource</groupId>
Expand Down
Loading

0 comments on commit 8e00092

Please sign in to comment.