File tree Expand file tree Collapse file tree
fireflyframework-webhooks-core
fireflyframework-webhooks-interfaces
fireflyframework-webhooks-processor
fireflyframework-webhooks-sdk
fireflyframework-webhooks-web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : CI
22on :
33 push :
4- branches : [develop]
4+ branches : [develop, main ]
55 paths-ignore :
66 - ' **.md'
77 - ' docs/**'
2727jobs :
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
Original file line number Diff line number Diff line change @@ -64,21 +64,21 @@ The webhooks library is a multi-module project. Include the modules you need:
6464<dependency >
6565 <groupId >org.fireflyframework</groupId >
6666 <artifactId >fireflyframework-webhooks-core</artifactId >
67- <version >26.02.02 </version >
67+ <version >26.02.03 </version >
6868</dependency >
6969
7070<!-- Webhook processor for consumers -->
7171<dependency >
7272 <groupId >org.fireflyframework</groupId >
7373 <artifactId >fireflyframework-webhooks-processor</artifactId >
74- <version >26.02.02 </version >
74+ <version >26.02.03 </version >
7575</dependency >
7676
7777<!-- SDK for client integration -->
7878<dependency >
7979 <groupId >org.fireflyframework</groupId >
8080 <artifactId >fireflyframework-webhooks-sdk</artifactId >
81- <version >26.02.02 </version >
81+ <version >26.02.03 </version >
8282</dependency >
8383```
8484
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.fireflyframework</groupId >
88 <artifactId >fireflyframework-webhooks</artifactId >
9- <version >26.02.02 </version >
9+ <version >26.02.03 </version >
1010 </parent >
1111
1212 <artifactId >fireflyframework-webhooks-core</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.fireflyframework</groupId >
88 <artifactId >fireflyframework-webhooks</artifactId >
9- <version >26.02.02 </version >
9+ <version >26.02.03 </version >
1010 </parent >
1111
1212 <artifactId >fireflyframework-webhooks-interfaces</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.fireflyframework</groupId >
88 <artifactId >fireflyframework-webhooks</artifactId >
9- <version >26.02.02 </version >
9+ <version >26.02.03 </version >
1010 </parent >
1111
1212 <artifactId >fireflyframework-webhooks-processor</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.fireflyframework</groupId >
88 <artifactId >fireflyframework-webhooks</artifactId >
9- <version >26.02.02 </version >
9+ <version >26.02.03 </version >
1010 </parent >
1111
1212 <artifactId >fireflyframework-webhooks-sdk</artifactId >
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >org.fireflyframework</groupId >
88 <artifactId >fireflyframework-webhooks</artifactId >
9- <version >26.02.02 </version >
9+ <version >26.02.03 </version >
1010 </parent >
1111
1212 <artifactId >fireflyframework-webhooks-web</artifactId >
Original file line number Diff line number Diff line change 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 <relativePath />
1212 </parent >
1313
1414 <groupId >org.fireflyframework</groupId >
1515 <artifactId >fireflyframework-webhooks</artifactId >
16- <version >26.02.02 </version >
16+ <version >26.02.03 </version >
1717 <packaging >pom</packaging >
1818
1919 <name >Firefly Framework - Webhooks Library</name >
You can’t perform that action at this time.
0 commit comments