Skip to content

Commit bd85f70

Browse files
committed
Update version to 3.12.9-0
1 parent ce87308 commit bd85f70

40 files changed

Lines changed: 63 additions & 39 deletions

File tree

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.12-SNAPSHOT</version>
34+
<version>3.12.9</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.12-SNAPSHOT</version>
34+
<version>3.12.9</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.12-SNAPSHOT</version>
30+
<version>3.12.9</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.12-SNAPSHOT</version>
30+
<version>3.12.9</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333

docs/changes3.12.9-0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
================================================================================
2+
===
3+
=== GeoNetwork 3.12.9: List of changes
4+
===
5+
================================================================================
6+
- Remove ES6 javascript code, introduced in #6802
7+
- [BP] Workflow / Restrict search by status to record that user can edit (#6889)
8+
- [BP] When identifying on a layer from a metadata with a linked feature catalog record, use case insensitive comparison between the feature catalog column definitions and the WMS FeatureInfo response. (#6802)
9+
- Fix indexing of resource date month / year in iso19139 and iso19115.3-2008 schemas (#6873)
10+
- [BP] KeyCloak / set the user profile retrieved from KeyCloak only for new users or if the configuration option KEYCLOACK_UPDATEPROFILE is enabled (#6871)
11+
- [BP] ISO19115-3 / Metadata editor / Support gex:EX_BoundingPolygon with multiple gex:polygon elements
12+
- [BP] Update GH Actions base image to Ubuntu 22.04
13+
- [BP] Update OnlineSrcDirective.js (#6833)
14+
- Update German user management translations
15+
- Update German metadata identifier translation
16+
- [BP] API / User feedback only allowed on record user can view (#6781)
17+
- [BP] Metadata status change: don't execute mail notification logic if there are no users to notify
18+
- [BP] Update userapi so that it will allow administrators to pre-create/update user profile information when using service provider (#6712)
19+
- [BP] create resource folder if missing during metadata loading. (#6750)
20+
- [BP] Map / Profile directive / remove goog calls (#6752)
21+
- [BP] XSL / improve log messages #5751 (#6753)
22+
- [BP] Report file download - check if related file upload is available (#6722)
23+
- [BP] Allow for null passwords when creating user via api. (#6711)
24+
- [BP] Git / Checkout unix shell scripts with lf on windows system. (#6669)

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.12-SNAPSHOT</version>
30+
<version>3.12.9</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.12-SNAPSHOT</version>
31+
<version>3.12.9</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.12-SNAPSHOT</version>
30+
<version>3.12.9</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.12-SNAPSHOT</version>
8+
<version>3.12.9</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>es-core</artifactId>

es/es-dashboards/pom.xml

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

0 commit comments

Comments
 (0)