Skip to content

Commit dc89670

Browse files
committed
release: v26.02.03 — CI/CD overhaul and version bump
- Standardize CI workflows (secrets:inherit, permissions, main branch trigger) - Fix shared workflows (multi-module 409, Maven Central validation, concurrency) - Redesign DAG orchestrator for layer-aware sequential dispatch - Add Maven Central metadata (name/description) to pom.xml files - Fix waitUntil: uploaded → published for Maven Central - Bump version from 26.02.02 to 26.02.03
1 parent 2891fcd commit dc89670

3 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [develop]
4+
branches: [develop, main]
55
paths-ignore:
66
- '**.md'
77
- 'docs/**'
@@ -27,5 +27,9 @@ on:
2727
jobs:
2828
build:
2929
uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
30+
permissions:
31+
packages: read
32+
contents: read
3033
with:
3134
java-version: '25'
35+
secrets: inherit

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The resilient publisher wrapper provides circuit breaker integration, while the
5858
<dependency>
5959
<groupId>org.fireflyframework</groupId>
6060
<artifactId>fireflyframework-eda</artifactId>
61-
<version>26.02.02</version>
61+
<version>26.02.03</version>
6262
</dependency>
6363
```
6464

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.fireflyframework</groupId>
99
<artifactId>fireflyframework-parent</artifactId>
10-
<version>26.02.02</version>
10+
<version>26.02.03</version>
1111
</parent>
1212

1313
<artifactId>fireflyframework-eda</artifactId>

0 commit comments

Comments
 (0)