Skip to content

Commit bb42936

Browse files
committed
Update version to 3.4.4-0
1 parent 6e547ad commit bb42936

File tree

31 files changed

+59
-33
lines changed

31 files changed

+59
-33
lines changed

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>3.4.4-SNAPSHOT</version>
34+
<version>3.4.4-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>3.4.4-SNAPSHOT</version>
34+
<version>3.4.4-0</version>
3535
</parent>
3636

3737

core/pom.xml

Lines changed: 2 additions & 2 deletions
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>3.4.4-SNAPSHOT</version>
30+
<version>3.4.4-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

@@ -496,7 +496,7 @@
496496
<dependency>
497497
<groupId>org.geonetwork-opensource</groupId>
498498
<artifactId>es-core</artifactId>
499-
<version>3.4.4-SNAPSHOT</version>
499+
<version>3.4.4-0</version>
500500
</dependency>
501501
<dependency>
502502
<groupId>org.springframework</groupId>

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>3.4.4-SNAPSHOT</version>
30+
<version>3.4.4-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

docs/changes3.4.4-0.txt

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 3.4.4: List of changes
4+
===
5+
================================================================================
6+
- Fixed issue with multiselect directive in users administration (https://github.com/geonetwork/core-geonetwork/issues/3055)
7+
- Fixed issue where a record with user feedbacks could not be deleted (https://github.com/geonetwork/core-geonetwork/issues/3122)
8+
- Fixed publication date for registries (https://github.com/geonetwork/core-geonetwork/pull/3150)
9+
- Added Slovak language (https://github.com/geonetwork/core-geonetwork/pull/3086)
10+
- Fixed CSW response when inserting records (https://github.com/geonetwork/core-geonetwork/issues/3104)
11+
- Fixed WFS layer support in simple view (https://github.com/geonetwork/core-geonetwork/issues/3116)
12+
- Fixed `hideTimeInCalendar` option for editor layout (https://github.com/geonetwork/core-geonetwork/issues/3058)
13+
- Fixed an issue with MapServer password reset (https://github.com/geonetwork/core-geonetwork/issues/3140)
14+
- Fixed thesaurus upload that would sometime give an unclear error (https://github.com/geonetwork/core-geonetwork/issues/3131)
15+
- Fixed loading WMTS sometime failing in projections other than EPSG:3857 (https://github.com/geonetwork/core-geonetwork/pull/3124)
16+
- Fixed an error related to thesaurus encoding when uploading from a registry
17+
- Fixed an issue when adding WMS layers with an url ending with `?` (https://github.com/geonetwork/core-geonetwork/issues/3088)
18+
- Fixed temporal extent rendering in the editor (https://github.com/geonetwork/core-geonetwork/pull/2868)
19+
- Improved error message when a regoin was not found in a thesaurus (https://github.com/geonetwork/core-geonetwork/pull/3069)
20+
- Fixed an OutOfMemoryError when listing groups using service admin.group.list (https://github.com/geonetwork/core-geonetwork/pull/3079)
21+
- Fixed issue with INSPIRE related fields being indexed when the thesaurus was not present (https://github.com/geonetwork/core-geonetwork/issues/2719)
22+
- Fixed adding a layer to the map when the URL contained extra parameters like GetCapabilities (https://github.com/geonetwork/core-geonetwork/pull/2846)
23+
- Fixed rendering of the menubar on small screens (https://github.com/geonetwork/core-geonetwork/issues/2934)
24+
- Fixed favicon uploading (https://github.com/geonetwork/core-geonetwork/issues/2992)
25+
- Improved batch editor labels in english (https://github.com/geonetwork/core-geonetwork/pull/3000)
26+
- Excluded servlet-related dependencies (https://github.com/geonetwork/core-geonetwork/pull/2287)

docs/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
<parent>
2828
<artifactId>geonetwork</artifactId>
2929
<groupId>org.geonetwork-opensource</groupId>
30-
<version>3.4.4-SNAPSHOT</version>
30+
<version>3.4.4-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<groupId>org.geonetwork-opensource</groupId>
3434
<artifactId>docs</artifactId>
3535
<name>Documentation module</name>
3636
<packaging>pom</packaging>
3737
<description></description>
38-
<version>3.4.4-SNAPSHOT</version>
38+
<version>3.4.4-0</version>
3939
<licenses>
4040
<license>
4141
<name>General Public License (GPL)</name>

domain/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>3.4.4-SNAPSHOT</version>
30+
<version>3.4.4-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

e2e-tests/pom.xml

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

es/es-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>es</artifactId>
77
<groupId>org.geonetwork-opensource</groupId>
8-
<version>3.4.4-SNAPSHOT</version>
8+
<version>3.4.4-0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>es-core</artifactId>

es/es-dashboards/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
<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">
2424
<modelVersion>4.0.0</modelVersion>
2525
<groupId>org.geonetwork-opensource</groupId>
26-
<version>3.4.4-SNAPSHOT</version>
26+
<version>3.4.4-0</version>
2727
<artifactId>es-dashboards</artifactId>
2828
<name>GeoNetwork dashboard app based on Kibana</name>
2929

3030
<parent>
3131
<artifactId>es</artifactId>
3232
<groupId>org.geonetwork-opensource</groupId>
33-
<version>3.4.4-SNAPSHOT</version>
33+
<version>3.4.4-0</version>
3434
</parent>
3535
<profiles>
3636
<profile>

0 commit comments

Comments
 (0)