Skip to content

Commit 903081c

Browse files
committed
Merge remote-tracking branch
'origin/issue/406_Start_New_Development_Cycle' into develop
2 parents bb01abb + 61eb75c commit 903081c

File tree

102 files changed

+122
-104
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+122
-104
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: DSF 2.x CodeQL
22

33
on:
44
push:
5-
branches: [ "develop_2", "hotfix/2*", "release/2*" ]
5+
branches: [ "main", "develop", "hotfix/2*", "release/2*" ]
66
pull_request:
7-
branches: [ "develop_2", "hotfix/2*", "release/2*" ]
7+
branches: [ "main", "develop", "hotfix/2*", "release/2*" ]
88
schedule:
99
- cron: '11 15 * * 0' # Sundays, 15:11
1010

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ preferred-citation:
2525
type: proceedings
2626
title: "Data Sharing Framework (DSF)"
2727
version: 2.0.0
28-
date-released: 2025-05-31
28+
date-released: 2025-11-26
2929
url: https://dsf.dev
3030
repository-code: https://github.com/datasharingframework/dsf
3131
repository-artifact: https://github.com/datasharingframework/dsf/releases

README.md

Lines changed: 1 addition & 1 deletion

dsf-bpe/dsf-bpe-process-api-v1-base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

dsf-bpe/dsf-bpe-process-api-v1-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

dsf-bpe/dsf-bpe-process-api-v1-operaton/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

dsf-bpe/dsf-bpe-process-api-v1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

dsf-bpe/dsf-bpe-process-api-v2-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>
@@ -197,7 +197,7 @@
197197
<artifactItem>
198198
<groupId>com.nimbusds</groupId>
199199
<artifactId>nimbus-jose-jwt</artifactId>
200-
<version>9.37.3</version>
200+
<version>9.37.4</version>
201201
</artifactItem>
202202
<artifactItem>
203203
<groupId>com.github.stephenc.jcip</groupId>

dsf-bpe/dsf-bpe-process-api-v2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>dev.dsf</groupId>
2525
<artifactId>dsf-bpe-pom</artifactId>
26-
<version>2.0.0-SNAPSHOT</version>
26+
<version>2.0.1-SNAPSHOT</version>
2727
</parent>
2828

2929
<properties>

dsf-bpe/dsf-bpe-process-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>dev.dsf</groupId>
2727
<artifactId>dsf-bpe-pom</artifactId>
28-
<version>2.0.0-SNAPSHOT</version>
28+
<version>2.0.1-SNAPSHOT</version>
2929
</parent>
3030

3131
<properties>

0 commit comments

Comments
 (0)