Skip to content

Commit

Permalink
Release 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakarFin committed May 30, 2024
1 parent 00363bb commit 8ca323e
Show file tree
Hide file tree
Showing 56 changed files with 68 additions and 55 deletions.
13 changes: 13 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Release Notes

## 2.13.1

For a full list of changes see:
https://github.com/oskariorg/oskari-server/milestone/50?closed=1

- Improved Redis credentials handling: https://github.com/oskariorg/oskari-server/pull/1065
- Fixed an issue with csw-metadata fetching
- Added a flag for server to follow redirects automatically
- Updated libraries:
- Spring framework: 5.3.32 -> 5.3.35
- Spring security: 5.7.11 -> 5.7.12
- commons-compress: 1.25.0 -> 1.26.1

## 2.13.0

For a full list of changes see:
Expand Down
2 changes: 1 addition & 1 deletion content-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>content-resources</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion control-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-announcements/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-announcements</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-example</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-mvt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-mvt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-myplaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-myplaces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-rating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion control-routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-routing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-statistics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-statistics</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion control-userlayer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>control-userlayer</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion control-users/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>control-users</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion download-basket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>download-basket</artifactId>
<name>Download Basket</name>
Expand Down
2 changes: 1 addition & 1 deletion geotools-ext/gt-geojson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>gt-geojson</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geotools-ext/gt-mif/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>gt-mif</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion geotools-ext/gt-xsd-gpx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion model-ogcapi/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>model-ogcapi</artifactId>
<description>Domain classes/value objects for working with OGC API services</description>
Expand Down
2 changes: 1 addition & 1 deletion oskari-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>oskari-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
<packaging>pom</packaging>

<name>Oskari server</name>
Expand Down
2 changes: 1 addition & 1 deletion service-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-admin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-base/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-base</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-capabilities-update/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-capabilities-update</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-capabilities/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-capabilities</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-control/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-control</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-csw/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-csw</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-feedback-open311/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>service-feedback-open311</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-feedback/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>service-feedback</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion service-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion service-map/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-map</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-mvt/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-mvt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-mybatis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-mybatis</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-myplaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-myplaces</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-permissions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-permissions</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-print/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>service-print</artifactId>

Expand Down
2 changes: 1 addition & 1 deletion service-rating/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion service-routing/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-routing</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-scheduler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-scheduler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-search-opendata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>
<artifactId>service-search-opendata</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion service-search-wfs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-search-wfs</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-search/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-search</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-spatineo-monitor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-spatineo-monitor</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion service-statistics-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.oskari</groupId>
<artifactId>oskari-server</artifactId>
<version>2.14.0-SNAPSHOT</version>
<version>2.13.1</version>
</parent>

<artifactId>service-statistics-common</artifactId>
Expand Down
Loading

0 comments on commit 8ca323e

Please sign in to comment.