Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 92d267e

Browse files
committed
chore(resources): Updating zip files with step catalog components.
1 parent 734a30e commit 92d267e

File tree

7 files changed

+6
-6
lines changed

7 files changed

+6
-6
lines changed

api/src/main/resources/application.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
repository:
33
step:
44
jar:
5-
- url: "resource://camel-kamelets-3.20.1.1.jar"
5+
- url: "resource://camel-kamelets-3.20.2.jar"
66
- url: "https://github.com/KaotoIO/camel-component-metadata/archive/refs/heads/main.zip"
7-
- url: "resource://camel-connectors-3.20.2.zip"
7+
- url: "resource://camel-connectors-3.20.3.zip"
88
kind: "Camel-Connector"
99
viewdefinition:
1010
jar:
@@ -13,11 +13,11 @@
1313
repository:
1414
step:
1515
jar:
16-
- url: "resource://camel-kamelets-3.20.1.1.jar"
16+
- url: "resource://camel-kamelets-3.20.2.jar"
1717
if-no-cluster: true
1818
kind: "Kamelet"
1919
- url: "resource://camel-component-metadata.zip"
20-
- url: "resource://camel-connectors-3.20.2.zip"
20+
- url: "resource://camel-connectors-3.20.3.zip"
2121
kind: "Camel-Connector"
2222
viewdefinition:
2323
jar:
-77 Bytes
Binary file not shown.
-1.33 MB
Binary file not shown.
1.33 MB
Binary file not shown.
-740 KB
Binary file not shown.
742 KB
Binary file not shown.

api/src/main/resources/resources-config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"resources": {
33
"includes": [
44
{
5-
"pattern": "camel-connectors-3.20.2.zip$"
5+
"pattern": "camel-connectors-3.20.3.zip$"
66
},
77
{
8-
"pattern": "camel-kamelets-3.20.1.1.jar$"
8+
"pattern": "camel-kamelets-3.20.2.jar$"
99
},
1010
{
1111
"pattern": "view-definition.zip$"

0 commit comments

Comments
 (0)