Skip to content

Commit 2cdea31

Browse files
committed
Release v2.2.0
1 parent 96d1dd6 commit 2cdea31

31 files changed

Lines changed: 41 additions & 48 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,52 +11,45 @@ updates:
1111
patterns:
1212
- "*"
1313

14-
# Maintain dependencies for Maven in the v2.1.x branch
14+
# Maintain dependencies for Maven in the v2.2.x branch
1515
- package-ecosystem: "maven"
1616
directory: "/"
17-
target-branch: v2.1.x
17+
target-branch: v2.2.x
1818
schedule:
1919
interval: "weekly"
2020
groups:
2121
dependencies:
2222
patterns:
2323
- "*"
2424

25-
# Maintain dependencies for Maven in the v2.0.x branch
25+
# Maintain dependencies for Maven in the v2.1.x branch
2626
- package-ecosystem: "maven"
2727
directory: "/"
28-
target-branch: v2.0.x
28+
target-branch: v2.1.x
2929
schedule:
3030
interval: "weekly"
3131
groups:
3232
dependencies:
3333
patterns:
3434
- "*"
35-
ignore:
36-
- dependency-name: "org.jooq:jooq"
37-
versions: ["[3.17,)"]
38-
- dependency-name: "org.liquibase:liquibase-core"
39-
versions: ["[4.12,)"]
40-
- dependency-name: "org.openjfx"
41-
versions: ["[19.0,)"]
4235

43-
# Maintain dependencies for Maven in the v1.15.x branch
36+
# Maintain dependencies for Maven in the v2.0.x branch
4437
- package-ecosystem: "maven"
4538
directory: "/"
46-
target-branch: v1.15.x
39+
target-branch: v2.0.x
4740
schedule:
4841
interval: "weekly"
4942
groups:
5043
dependencies:
5144
patterns:
5245
- "*"
5346
ignore:
54-
- dependency-name: "com.github.dasniko:testcontainers-keycloak"
55-
update-types: ["version-update:semver-major"]
5647
- dependency-name: "org.jooq:jooq"
5748
versions: ["[3.17,)"]
5849
- dependency-name: "org.liquibase:liquibase-core"
5950
versions: ["[4.12,)"]
51+
- dependency-name: "org.openjfx"
52+
versions: ["[19.0,)"]
6053

6154
# Maintain dependencies for GitHub Actions
6255
- package-ecosystem: "github-actions"

.github/workflows/maven-build-scheduled.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
build:
1212
strategy:
1313
matrix:
14-
refs: [refs/tags/v2.1.2, refs/tags/v2.0.8, refs/tags/v1.15.2]
15-
runs-on: ubuntu-20.04
14+
refs: [refs/tags/v2.2.0, refs/tags/v2.1.5, refs/tags/v2.0.11]
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout Source
1818
uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## Development version 2.2.0
3+
## Release version 2.2.0
44

55
**New Features**
66
* Improved configuration options for logging.

FROST-Server.Auth.Basic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.Auth.Basic</artifactId>

FROST-Server.Auth.Keycloak/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.Auth.Keycloak</artifactId>

FROST-Server.Core.Model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.Core.Model</artifactId>

FROST-Server.Core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.Core</artifactId>

FROST-Server.HTTP.Common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.HTTP.Common</artifactId>

FROST-Server.HTTP/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.HTTP</artifactId>

FROST-Server.MQTT.Moquette/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>de.fraunhofer.iosb.ilt.FROST-Server</groupId>
66
<artifactId>FROST-ServerParent</artifactId>
7-
<version>2.2.0-SNAPSHOT</version>
7+
<version>2.2.0</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>FROST-Server.MQTT.Moquette</artifactId>

0 commit comments

Comments
 (0)