Skip to content

Commit

Permalink
Update version to 3.4.4-0
Browse files Browse the repository at this point in the history
  • Loading branch information
jahow committed Oct 22, 2018
1 parent 6e547ad commit bb42936
Show file tree
Hide file tree
Showing 31 changed files with 59 additions and 33 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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>


Expand Down
4 changes: 2 additions & 2 deletions 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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down Expand Up @@ -496,7 +496,7 @@
<dependency>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>es-core</artifactId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
26 changes: 26 additions & 0 deletions docs/changes3.4.4-0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
================================================================================
===
=== GeoNetwork 3.4.4: List of changes
===
================================================================================
- Fixed issue with multiselect directive in users administration (https://github.com/geonetwork/core-geonetwork/issues/3055)
- Fixed issue where a record with user feedbacks could not be deleted (https://github.com/geonetwork/core-geonetwork/issues/3122)
- Fixed publication date for registries (https://github.com/geonetwork/core-geonetwork/pull/3150)
- Added Slovak language (https://github.com/geonetwork/core-geonetwork/pull/3086)
- Fixed CSW response when inserting records (https://github.com/geonetwork/core-geonetwork/issues/3104)
- Fixed WFS layer support in simple view (https://github.com/geonetwork/core-geonetwork/issues/3116)
- Fixed `hideTimeInCalendar` option for editor layout (https://github.com/geonetwork/core-geonetwork/issues/3058)
- Fixed an issue with MapServer password reset (https://github.com/geonetwork/core-geonetwork/issues/3140)
- Fixed thesaurus upload that would sometime give an unclear error (https://github.com/geonetwork/core-geonetwork/issues/3131)
- Fixed loading WMTS sometime failing in projections other than EPSG:3857 (https://github.com/geonetwork/core-geonetwork/pull/3124)
- Fixed an error related to thesaurus encoding when uploading from a registry
- Fixed an issue when adding WMS layers with an url ending with `?` (https://github.com/geonetwork/core-geonetwork/issues/3088)
- Fixed temporal extent rendering in the editor (https://github.com/geonetwork/core-geonetwork/pull/2868)
- Improved error message when a regoin was not found in a thesaurus (https://github.com/geonetwork/core-geonetwork/pull/3069)
- Fixed an OutOfMemoryError when listing groups using service admin.group.list (https://github.com/geonetwork/core-geonetwork/pull/3079)
- Fixed issue with INSPIRE related fields being indexed when the thesaurus was not present (https://github.com/geonetwork/core-geonetwork/issues/2719)
- Fixed adding a layer to the map when the URL contained extra parameters like GetCapabilities (https://github.com/geonetwork/core-geonetwork/pull/2846)
- Fixed rendering of the menubar on small screens (https://github.com/geonetwork/core-geonetwork/issues/2934)
- Fixed favicon uploading (https://github.com/geonetwork/core-geonetwork/issues/2992)
- Improved batch editor labels in english (https://github.com/geonetwork/core-geonetwork/pull/3000)
- Excluded servlet-related dependencies (https://github.com/geonetwork/core-geonetwork/pull/2287)
4 changes: 2 additions & 2 deletions docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@
<parent>
<artifactId>geonetwork</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>docs</artifactId>
<name>Documentation module</name>
<packaging>pom</packaging>
<description></description>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
<licenses>
<license>
<name>General Public License (GPL)</name>
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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.geonetwork-opensource</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<artifactId>e2e-tests</artifactId>
<packaging>pom</packaging>
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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>es-core</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions es/es-dashboards/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.geonetwork-opensource</groupId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
<artifactId>es-dashboards</artifactId>
<name>GeoNetwork dashboard app based on Kibana</name>

<parent>
<artifactId>es</artifactId>
<groupId>org.geonetwork-opensource</groupId>
<version>3.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion installer/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

<property name="appName" value="geonetwork"/>
<property name="version" value="3.4.4"/>
<property name="subVersion" value="SNAPSHOT"/>
<property name="subVersion" value="0"/>
<property name="javaVersion" value="1.8.0"/>
<!-- Minimum version required -->
<property name="jre_url" value="http://openjdk.java.net/"/>
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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<!-- =========================================================== -->
<!-- Module Description -->
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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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 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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<packaging>jar</packaging>
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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>

<version>3.4</version>
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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion web-ui-docs/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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,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.4.4', 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
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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-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.4.4-SNAPSHOT</version>
<version>3.4.4-0</version>
</parent>


Expand Down

0 comments on commit bb42936

Please sign in to comment.