Skip to content

Commit

Permalink
Update version to 3.12.11-0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Oct 4, 2023
1 parent 9cdb6c2 commit 24d2e04
Show file tree
Hide file tree
Showing 40 changed files with 90 additions and 39 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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
51 changes: 51 additions & 0 deletions docs/changes3.12.11-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
================================================================================
===
=== GeoNetwork 3.12.11: List of changes
===
================================================================================
- Fix unit tests and logic related to ApiUtils.canViewRecord to retrieve the metadata internal identifier. Follow up of #7279 (#7394)
- [BP] Changed GENERATEUUID to NOTHING based on discussion on issue #7274
- [BP] Fix working copy display so that links go to working copy (#7279)
- Add missing roleHierarchy bean to service test context file (#7388)
- Documentation 3.12: Update link to the manual and remove simple url harvester (#7379)
- [BP] Update MkDocs configuration to publish to gh-pages branch (#7375)
- [BP] User Manual refresh using Markdown and MkDocs (#7329)
- [BP] batch edit user profile check in APIs (#7243)
- [BP] Add support for emails with subdomains (#7314)
- [BP] Fix write after response commit on proxy response (#7353)
- [BP] Batch Editing access level in general system settings (#7238)
- [BP] Fix robots.txt and sitemap 500 errors if no right content type is provided (#7327)
- [BP] INSPIRE ATOM - retrieve the metadata ATOM feed using only the resource identifier (#7306)
- [BP] Bump actions/checkout from 3 to 4 (#7318)
- Fix missing includes from [BP] Use resource files for messages (#7281)
- [BP] Set html emails as utf-8
- [BP] fix ui issue (#7256)
- [BP] Use resource files for messages (#7281)
- [BP] Handle empty allGroupOpsAfter instead of throwing error. If we cannot find publishedAfter then default to publishedBefore so that no emails are sent.
- Fix check to index WFS features linked in harvested metadata
- [BP] Fix record history parameter name. Related to #7074 (#7249)
- [BP] Fix German typo of the label for 'otherRestrictions' (#7245)
- Fixed encoding issues in french properties. back port values from main branch. (#7242)
- [BP] Escape {{ to avoid error parsing argument. (#7237)
- [BP] Update skin.xsl so that it works better in nojs mode. (#7015)
- [BP] When authenticating user, only update the usergroups in the database if they have changed (#7165)
- Add support for OL Attributions (#7062)
- [BP] Update status emails to contain link to metadata which does not contain anchor. (#7130)
- Fix wrong index field name added in the backport of #7074 (#7226)
- Bulk publish / Publish privileges should be assigned to the approved version, not to the working copy version. (#7184)
- [BP] Thesaurus / Region / Use ISO format for date (#7208)
- [BP] Remote INSPIRE ATOM Feed / code cleanup and optimisations for ATOM describe service (#7189)
- [BP] Change line-height for username so that it is not truncated. (#7185)
- [BP] Move tooltip from reccusive input field to a single label (#7039)
- [BP] Support code elements with anchors in ATOM predefined feeds
- [BP] Support customising the metadata publication options (#7148)
- [BP] Send metadata mail notifications for public metadata when is re-approved (#7074)
- [BP] ISO19139 / Metadata editor / Fix display of contact individual name label in German (#7122)
- Do not rethrow any random exception as general exception but only for UndeclaredThrowableException (#6850)
- [BP] Allow multiple request matchers to decide if require CSRF (#7123)
- [BP] Include the parent exception in the MetadataProcessingReport error so that we can see the real error in the logs. (#7119)
- Fix only my records filter when reset the search in the editor board or access to the editor board from other pages (#7109)
- Update link type protocol values for map layers (#7116)
- [BP] Metadata workflow / send mail notifications for metadata status change to DRAFT when doing a rejection, not when creating a working copy
- Update documentation url
- Fix ui config html display (#6995)
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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion es/es-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>es</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>es-core</artifactId>
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>es</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>es</artifactId>
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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>

<name>GeoNetwork opensource</name>
<description>GeoNetwork opensource is a standards based, Free and
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=3.12.11
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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>

<artifactId>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>3.12-SNAPSHOT</version>
<version>3.12.11</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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>schemas</artifactId>
<groupId>org.geonetwork-opensource.schemas</groupId>
<version>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>

<groupId>org.geonetwork-opensource</groupId>
Expand Down
2 changes: 1 addition & 1 deletion web/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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,7 @@ INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/siteId', '', 0, 120, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/organization', 'My organization', 0, 130, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/version', '3.12.11', 0, 150, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/subVersion', 'SNAPSHOT', 0, 160, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/platform/subVersion', '0', 0, 160, 'n');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/site/svnUuid', '', 0, 170, 'y');

INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/server/host', 'localhost', 0, 210, 'n');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
UPDATE Settings SET value='3.12.11' WHERE name='system/platform/version';
UPDATE Settings SET value='SNAPSHOT' WHERE name='system/platform/subVersion';
UPDATE Settings SET value='0' WHERE name='system/platform/subVersion';

INSERT INTO Settings (name, value, datatype, position, internal) SELECT distinct 'metadata/batchediting/accesslevel', 'Editor', 0, 12020, 'n' from settings WHERE NOT EXISTS (SELECT name FROM Settings WHERE name = 'metadata/batchediting/accesslevel');
2 changes: 1 addition & 1 deletion workers/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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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

Expand Down
2 changes: 1 addition & 1 deletion wro4j/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>3.12-SNAPSHOT</version>
<version>3.12.11</version>
</parent>


Expand Down

0 comments on commit 24d2e04

Please sign in to comment.