File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed
stackable/patches/1.1.3-SNAPSHOT Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ All notable changes to this project will be documented in this file.
44
55## [ Unreleased]
66
7+ ## [ 25.3.0] - 2025-03-21
8+
79### Added
810
11+ - omid: Added 1.1.3-SNAPSHOT to allow for easier scanning pre-release
912- airflow: Add OPA support to Airflow ([ #978 ] ).
1013- nifi: Activate ` include-hadoop ` profile for NiFi version 2.* ([ #958 ] ).
1114- nifi: Add NiFi hadoop Azure and GCP libraries ([ #943 ] ).
Original file line number Diff line number Diff line change 1+ From 1296e08c2d202b6b6a4efc5da8670ecd07c7a66c Mon Sep 17 00:00:00 2001
2+ From: =?UTF-8?q?S=C3=B6nke=20Liebau?= <
[email protected] >
3+ Date: Tue, 18 Mar 2025 21:37:35 +0100
4+ Subject: Add CycloneDX plugin
5+
6+ ---
7+ pom.xml | 17 +++++++++++++++++
8+ 1 file changed, 17 insertions(+)
9+
10+ diff --git a/pom.xml b/pom.xml
11+ index 9656bdbe..7a2b114f 100644
12+ --- a/pom.xml
13+ +++ b/pom.xml
14+ @@ -556,6 +556,23 @@
15+ </excludes>
16+ </configuration>
17+ </plugin>
18+ + <plugin>
19+ + <groupId>org.cyclonedx</groupId>
20+ + <artifactId>cyclonedx-maven-plugin</artifactId>
21+ + <version>2.8.0</version>
22+ + <configuration>
23+ + <projectType>application</projectType>
24+ + <schemaVersion>1.5</schemaVersion>
25+ + </configuration>
26+ + <executions>
27+ + <execution>
28+ + <phase>package</phase>
29+ + <goals>
30+ + <goal>makeBom</goal>
31+ + </goals>
32+ + </execution>
33+ + </executions>
34+ + </plugin>
35+
36+ </plugins>
37+
Original file line number Diff line number Diff line change 1+ upstream = " https://github.com/apache/phoenix-omid.git"
2+ base = " c3e4da626fdb27060fd139a809e057965e52d163"
Original file line number Diff line number Diff line change 55 "java-devel" : "11" ,
66 "jmx_exporter" : "1.1.0" ,
77 },
8+ {
9+ "product" : "1.1.3-SNAPSHOT" ,
10+ "java-base" : "11" ,
11+ "java-devel" : "11" ,
12+ "jmx_exporter" : "1.1.0" ,
13+ },
814]
You can’t perform that action at this time.
0 commit comments