Skip to content

Commit 6bdd0cf

Browse files
committed
Update version to 3.8.1-0
1 parent cc35468 commit 6bdd0cf

File tree

36 files changed

+92
-42
lines changed

36 files changed

+92
-42
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.8.1-SNAPSHOT</version>
34+
<version>3.8.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.8.1-SNAPSHOT</version>
34+
<version>3.8.1-0</version>
3535
</parent>
3636

3737

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

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

docs/changes3.8.1-0.txt

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 3.8.1: List of changes
4+
===
5+
================================================================================
6+
- Fix: Remove padding in Admin page
7+
- fix #4040 if count=numrecords, nextrecord should not be 0
8+
- Update from transifex.
9+
- Spliting the large GN stylesheet into smaller ones
10+
- ISO19139 / Formatter / Indeterminate position label not correct
11+
- ES / By default do not insert in a public index
12+
- API / Xsl process reports are only returned as JSON (#3996).
13+
- Portal list (#4042)
14+
- Add UI configuration for footer (enabled/disabled)
15+
- Add more compact interface in the UI config when main field is disabled
16+
- Map / Zooming to layer extent after adding new layer to map has no effect #3807
17+
- Harvester / GeoNetwork 2.x / Fix (#4047)
18+
- Added or changed menu icons in the admin sidebar
19+
- OGC / GetCapabilities / Time out set to 1 min. (#4046)
20+
- User search / Fix test.
21+
- API / Documentation / Redirect to default index.html
22+
- Portal / Set name depending on language in header and CSW capabilities (#4029)
23+
- User searches / Relate user searches with groups (#4033)
24+
- ES / Add source name field (#4032)
25+
- Fix Inspire atom submodule endpoints
26+
- i18n / Add Portuguesa (pt_BT from transifex).
27+
- Formatter improvements (#3991)
28+
- ES / Add option to populate an index with only public records. (#3985)
29+
- ISO19139 / Multilingual record / Fix online source name editing
30+
- shoot down hook no added every get
31+
- Added extra classes to related resources
32+
- Update linked-data-checker.xsl
33+
- Update keywords-comma-exploder.xsl
34+
- Test / More robust in case the default are not the one expected. Comment test error on less compilation.
35+
- Editor / Validation panel on top (#4014)
36+
- ISO19139 / Support main language encoded using CharacterString or LanguageCode #4012
37+
- Fix for overlapping buttons on contribute dashboard on medium sized screens (#4003)
38+
- ISO19139 / Add migration to ISO19115-3.2018
39+
- Build / Travis / Point to 3.8.x branch
40+
- Home page / Add link to open record when clicking the thumbnail (and not only the title)
41+
- ISO19110 / Display code before name
42+
- Fix tests
43+
- Editor / Associated resources / Set default value to action (#3981)
44+
- Editor / Documentation / How to customize associated panel list of link types ? (#3989)
45+
- Map / Cache getcapabilities parsing. (#3988)
46+
- WFS harvester / SLD / Send GetStyle request with direct httpClient (#3986)
47+
- Map / Print / Translate layout (#3987)
48+
- Editor / Table mode / Add option to not to have a fieldset around the (#3978)
49+
- ISO19110 / Index responsible party and add version identifier (#3982)
50+
- Update version to 3.8.1-SNAPSHOT

docs/manuals

Submodule manuals updated 525 files

docs/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.8.1-SNAPSHOT</version>
30+
<version>3.8.1-0</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<artifactId>docs</artifactId>

doi/pom.xml

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

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

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.8.1-SNAPSHOT</version>
8+
<version>3.8.1-0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>es-core</artifactId>

0 commit comments

Comments
 (0)