Skip to content

Commit 8c0577e

Browse files
committed
feat(trino-storage-connector): Replace 469 with 470
1 parent b2db170 commit 8c0577e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

trino-storage-connector/stackable/patches/469/0001-Add-cyclonedx-plugin.patch renamed to trino-storage-connector/stackable/patches/470/0001-Add-cyclonedx-plugin.patch

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
22
From: Nick Larsen <[email protected]>
3-
Date: Fri, 7 Feb 2025 12:32:20 +0100
3+
Date: Mon, 10 Feb 2025 12:20:07 +0100
44
Subject: Add cyclonedx plugin
55

66
---
77
pom.xml | 17 +++++++++++++++++
88
1 file changed, 17 insertions(+)
99

1010
diff --git a/pom.xml b/pom.xml
11-
index 2176aba..91e9197 100644
11+
index ddd620e..bbfcb96 100644
1212
--- a/pom.xml
1313
+++ b/pom.xml
1414
@@ -545,6 +545,23 @@
@@ -36,7 +36,7 @@ index 2176aba..91e9197 100644
3636
</build>
3737
</project>
3838

39-
base-commit: e2612ce1e2801211dc090bab32f28107b563a2ae
39+
base-commit: 1b25d617940f14a844a43ee34aa705f7d11fbaf9
4040
--
4141
2.40.1
4242

Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
upstream = "https://github.com/snowlift/trino-storage"
2-
base = "e2612ce1e2801211dc090bab32f28107b563a2ae"
2+
base = "1b25d617940f14a844a43ee34aa705f7d11fbaf9"

trino-storage-connector/versions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"java-devel": "22",
99
},
1010
{
11-
"product": "469",
11+
"product": "470",
1212
"java-devel": "23",
1313
},
1414
]

0 commit comments

Comments
 (0)