Skip to content

Commit d8dfca5

Browse files
committed
Update version to 4.4.8-0
1 parent ef8d478 commit d8dfca5

File tree

51 files changed

+102
-50
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+102
-50
lines changed

auditable/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.geonetwork-opensource</groupId>
88
<artifactId>geonetwork</artifactId>
9-
<version>4.4.8-SNAPSHOT</version>
9+
<version>4.4.8-0</version>
1010
</parent>
1111

1212
<!-- =========================================================== -->

cachingxslt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>4.4.8-SNAPSHOT</version>
34+
<version>4.4.8-0</version>
3535
</parent>
3636

3737

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.geonetwork-opensource</groupId>
3333
<artifactId>geonetwork</artifactId>
34-
<version>4.4.8-SNAPSHOT</version>
34+
<version>4.4.8-0</version>
3535
</parent>
3636

3737

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>4.4.8-SNAPSHOT</version>
30+
<version>4.4.8-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

csw-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>4.4.8-SNAPSHOT</version>
30+
<version>4.4.8-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

datastorages/cmis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>gn-datastorages</artifactId>
3030
<groupId>org.geonetwork-opensource.datastorage</groupId>
31-
<version>4.4.8-SNAPSHOT</version>
31+
<version>4.4.8-0</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

datastorages/jcloud/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>gn-datastorages</artifactId>
3030
<groupId>org.geonetwork-opensource.datastorage</groupId>
31-
<version>4.4.8-SNAPSHOT</version>
31+
<version>4.4.8-0</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

datastorages/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>geonetwork</artifactId>
3030
<groupId>org.geonetwork-opensource</groupId>
31-
<version>4.4.8-SNAPSHOT</version>
31+
<version>4.4.8-0</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

datastorages/s3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<parent>
2929
<artifactId>gn-datastorages</artifactId>
3030
<groupId>org.geonetwork-opensource.datastorage</groupId>
31-
<version>4.4.8-SNAPSHOT</version>
31+
<version>4.4.8-0</version>
3232
</parent>
3333
<modelVersion>4.0.0</modelVersion>
3434

docs/changes/changes4.4.8-0.txt

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 4.4.8-SNAPSHOT: List of changes
4+
===
5+
================================================================================
6+
- Release notes for 4.4.8.
7+
- Release / Add missing changes.
8+
- Release notes for 4.2.13
9+
- Fix layer styles dropdown open direction. (#8807)
10+
- Fix ES search for Portuguese (#8802)
11+
- Fix the logs directory (#8808)
12+
- Feature indexing / Restrict client to _search API.
13+
- Fix issue with parsing the oidc local (#8819)
14+
- OpenID Connect - Fix Login failure with empty address info (#8817)
15+
- Security / Exclude properly unused handlebars dependency from WRO4J
16+
- Admin console / Settings / Ensure section order (#8813)
17+
- Fix typo in ESFeaturesProxy configuration.
18+
- Automatic formatting
19+
- Update z-index for citation buttons (#8805)
20+
- Update to GeoTools 32.3
21+
- Minor upgrade of FontAwesome to version 6.4.2 and update Twitter icon (#8781)
22+
- WebDav harvester / update database change date when updating a metadata. (#8788)
23+
- Contact full view vs icon view configuration on record summary page (#8780)
24+
- Add new recordProfileUserAdmin notification level (#8779)
25+
- Remove ES 6 code and prettier formatting. (#8782)
26+
- setting option to enable/disable backup during delete record (#8728)
27+
- Record view / fix permalink option. (#8777)
28+
- Fix map list "add to map" function (#8774)
29+
- Fix localized watchlist emails (#8772)
30+
- Fix md is null in record view (#8768)
31+
- Update the excludedPaths from portalCheckFilter in web.xml to be sharable for other configs (#8769)
32+
- OIDC Improvements and bug fixes (#8761)
33+
- Fix submenu still displays with no children (#8762)
34+
- Doc / Schematron can be reloaded using API
35+
- dh - attach frontend plugin executions to earlier phases (#8765)
36+
- Allow to configure the Elasticsearch connection in environment variables (#8585)
37+
- API / WFSHarvesterApi / Restrict to Editor (#8757)
38+
- fix iso19115-3 phone indexation
39+
- Standard / ISO19115-3 / Duplicate record / Remove record date. (#8747)
40+
- INSPIRE validation / Clarification on CSW mode and add processing for default mode.
41+
- DOI / Validation / Failing on organisation encoded using Anchor.
42+
- Database harvester supporting PostgreSQL and Oracle JDBC connections (#8247)
43+
- Search / Avoid breaking search when schema not indexed or not available (#7470)
44+
- remove dead code (#8698)
45+
- static page for record view menu (#7802)
46+
- Hide contactForResource header when there is are none (#8730)
47+
- Update AudienceAccessTokenValidator.java (#8709)
48+
- Translate roles in the feedback form (#8732)
49+
- Avoid null pointer in es painless script (#8733)
50+
- Remove wrong field name in DOI server database migration (#8735)
51+
- document the manual steps still required with script assistance (#8734)
52+
- Update version to 4.4.8-SNAPSHOT

0 commit comments

Comments
 (0)