Skip to content

Commit

Permalink
Update version to 3.10.5-0
Browse files Browse the repository at this point in the history
  • Loading branch information
josegar74 committed Nov 6, 2020
1 parent 4c99832 commit efc167a
Show file tree
Hide file tree
Showing 36 changed files with 71 additions and 45 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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
26 changes: 26 additions & 0 deletions docs/changes3.10.5-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
================================================================================
===
=== GeoNetwork 3.10.5: List of changes
===
================================================================================
- Configuration option to retrict the map services supported in map extent API's (region.getmap and {metadatauuid}/extents.png) the usage of non-predefined map services (#5166)
- Encode username value in http error responses for password recovery to prevent potential XSS (#5164)
- [BP] Fix typo, related to #5111 (#5163)
- [BP] Update sitemap.xsl (#5148)
- [BP] Move value to config.properties file
- [BP] Fix region map url for WMS service to use https, fixes #2951
- prevent display of html or {...} in filtertags (#5104)
- [BP] Small fix and style improvements for the PDF output: (#5139)
- [BP] Harvester / OGC WxS / Fix nested CharacterString.
- [BP] Global exception controller should not return body content if requested text/html. Fixes #5042
- [BP] Xslt formatter - resolve section names with metadata element names using labels.xml
- [BP] Formatter / JSON-LD / Avoid error on multiple hierarchyLevel (#5109)
- [BP] ISO19139 / Codelist / Hierarchy level / Don't use radio mode
- [BP] API / Language / Delete / Add missing source translation table (#5111)
- add some common languages to prevent 404's (#5093)
- missing comma in array in json-ld (#5088)
- Allow the use of ThesaurusService in search page (#5086)
- Don't cleanup versions map in EditLib constructor as it's a static resource shared between all the EditLib instances (#5070)
- Test using UTC-04:00 rather than location for ZoneId
- ISODate Z indicate UTC timezone and document ISODate constructor use of milliseconds
- Update version to 3.10.5-SNAPSHOT
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.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
<property name="displayName" value="GeoNetwork opensource"/>
<property name="homepage" value="https://geonetwork-opensource.org"/>
<property name="version" value="3.10.5"/>
<property name="subVersion" value="SNAPSHOT"/>
<property name="subVersion" value="0"/>
<property name="javaVersion" value="1.8.0"/>
<property name="jreUrl" value="http://openjdk.java.net/"/>
<property name="OS" value="Compiled on ${os.name} (${osys})"/>
Expand Down
8 changes: 4 additions & 4 deletions release/git2.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
commit cf6027ba57d14cfb14c0670ddabc77b568d5b6b7
Author: François Prunayre <fx.prunayre@gmail.com>
Date: Thu Oct 1 10:25:27 2020 +0200
commit 4c99832f89d1936ac753f6df3ad3ca3e81588d10
Author: josegar74 <josegar74@gmail.com>
Date: Fri Nov 6 12:43:13 2020 +0100

[BP] ISO19115-3 / Fix multilingual editing. (#5029)
Configuration option to retrict the map services supported in map extent API's (region.getmap and {metadatauuid}/extents.png) the usage of non-predefined map services (#5166)
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.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions 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.10.5-SNAPSHOT</version>
<version>3.10.5-0</version>
</parent>

<version>3.7</version>
Expand All @@ -55,7 +55,7 @@
</modules>
<properties>
<rootProjectDir>../..</rootProjectDir>
<gn.project.version>3.10.5-SNAPSHOT</gn.project.version>
<gn.project.version>3.10.5-0</gn.project.version>
</properties>

</project>
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.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-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>3.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-0</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -574,7 +574,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.10.5', 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');
INSERT INTO Settings (name, value, datatype, position, internal) VALUES ('system/server/protocol', 'http', 0, 220, 'n');
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
UPDATE Settings SET value='3.10.5' 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';
14 changes: 7 additions & 7 deletions web/src/main/webapp/WEB-INF/server.prop
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#GeoNetwork opensource properties. These are also used by geonetwork at runtime
#Thu, 01 Oct 2020 10:53:17 +0200
#Fri, 06 Nov 2020 14:15:06 +0100

version=3.10.4
version=3.10.5
subVersion=0
release=3.10.4
release=3.10.5
javaVersion=1.8.0
jre_url=http\://openjdk.java.net/
ant.build.javac.target=1.8
buildDate=2020-10-01T10\:53\:17+0200
date=2053011053
day=01-10-2020
buildDate=2020-11-06T14\:15\:05+0100
date=2015061415
day=06-11-2020
OS=Compiled on Mac OS X (macosx)
debugOn=on
git_revision=cf6027ba57d14cfb14c0670ddabc77b568d5b6b7
git_revision=4c99832f89d1936ac753f6df3ad3ca3e81588d10
git_url=https\://github.com/geonetwork/core-geonetwork.git (push)
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.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-0</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.10.5-SNAPSHOT</version>
<version>3.10.5-0</version>
</parent>


Expand Down

0 comments on commit efc167a

Please sign in to comment.