Skip to content

Commit e000a91

Browse files
committed
Update version to 3.4.1-0
1 parent 3f28516 commit e000a91

File tree

39 files changed

+86
-47
lines changed

39 files changed

+86
-47
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.1-SNAPSHOT</version>
34+
<version>3.4.1-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.1-SNAPSHOT</version>
34+
<version>3.4.1-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.1-SNAPSHOT</version>
30+
<version>3.4.1-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.1-SNAPSHOT</version>
499+
<version>3.4.1-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.1-SNAPSHOT</version>
30+
<version>3.4.1-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

docs/changes3.4.1-0.txt

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 3.4.1: List of changes
4+
===
5+
================================================================================
6+
- Metadata detail page - Metadata dates are displayed empty if several values for the same date type #2364
7+
- Metadata editor - exclude srv:serviceType from multilingual fields
8+
- When user click a link to a private record and is not yet authenticated, suggest the user to sign in and redirect to requested record.
9+
- Merge branch 'fix-add-service-layer' of https://github.com/pvgenuchten/core-geonetwork into 3.4.x
10+
- New metadata page / Sort template by title #2434
11+
- typo in fix
12+
- restore original gnLocalised, seem the fix was not required
13+
- introduce the wmts protocol on editor pull down
14+
- Editor / Categories in editor form #2382.
15+
- Create record from template having categories should copy categories #2389 .
16+
- problem with group translations #2415.
17+
- Import record / Some options only applies to some format. Disable them
18+
- Import / Add option to publish to all #2388.
19+
- Add to map improvements - gnlocalised sometimes should not use type as a language - add wmts protocol to be added to map
20+
- problem with group translations #2415.
21+
- ISO19110 / Add flat mode exception support.
22+
- Better display for related items (`Download and links`) on small screens
23+
- Update doc submodule.
24+
- Add migration script for 3.4.1.
25+
- Now we only have to update one file because multilingual internationalization
26+
- Update version to 3.4.1-SNAPSHOT
27+
- Map / Open link to failing tiles in new tab.
28+
- Map style / Do not display menu if only one style defined.
29+
- Fix param name and deps.
30+
- Map viewer / Improve the add layer to map process #2289
31+
- Update related.html
32+
- Expand import list (remove wildcard)
33+
- Remove Guava Lists.newArrayList that is causing problems with Path objects
34+
- Fix formatters config override order (#1973)
35+
- Better control of search query errors
36+
- To allow search strings like MK%8 it is left untouched if decode fails

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.1-SNAPSHOT</version>
30+
<version>3.4.1-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.1-SNAPSHOT</version>
38+
<version>3.4.1-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.1-SNAPSHOT</version>
30+
<version>3.4.1-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.1-SNAPSHOT</version>
31+
<version>3.4.1-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.1-SNAPSHOT</version>
8+
<version>3.4.1-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.1-SNAPSHOT</version>
26+
<version>3.4.1-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.1-SNAPSHOT</version>
33+
<version>3.4.1-0</version>
3434
</parent>
3535
<profiles>
3636
<profile>

0 commit comments

Comments
 (0)