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

Version 0.6.0 #418

Merged
merged 3 commits into from
Jan 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>api</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
8 changes: 4 additions & 4 deletions api/src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
repository:
step:
jar:
- url: "resource://camel-kamelets-0.10.0.jar"
- url: "resource://camel-kamelets-3.20.1.jar"
- url: "https://github.com/KaotoIO/camel-component-metadata/archive/refs/heads/main.zip"
- url: "resource://camel-connectors-3.19.0.zip"
- url: "resource://camel-connectors-3.20.1.zip"
kind: "Camel-Connector"
viewdefinition:
jar:
Expand All @@ -13,11 +13,11 @@
repository:
step:
jar:
- url: "resource://camel-kamelets-0.10.0.jar"
- url: "resource://camel-kamelets-3.20.1.jar"
if-no-cluster: true
kind: "Kamelet"
- url: "resource://camel-component-metadata.zip"
- url: "resource://camel-connectors-3.19.0.zip"
- url: "resource://camel-connectors-3.20.1.zip"
kind: "Camel-Connector"
viewdefinition:
jar:
Expand Down
Binary file modified api/src/main/resources/camel-component-metadata.zip
Binary file not shown.
Binary file not shown.
Binary file removed api/src/main/resources/camel-kamelets-0.10.0.jar
Binary file not shown.
Binary file added api/src/main/resources/camel-kamelets-3.20.1.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions api/src/main/resources/resources-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"resources": {
"includes": [
{
"pattern": "camel-connectors-3.19.0.zip$"
"pattern": "camel-connectors-3.20.1.zip$"
},
{
"pattern": "camel-kamelets-0.10.0.jar$"
"pattern": "camel-kamelets-3.20.1.jar$"
},
{
"pattern": "view-definition.zip$"
Expand Down
2 changes: 1 addition & 1 deletion api/src/test/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repository:
-
url: "https://repo1.maven.org/maven2/org/apache/camel/kamelets/camel-kamelets/0.4.0/camel-kamelets-0.4.0.jar"
if-no-cluster: false
- url: "resource://camel-connectors-3.19.0.zip"
- url: "resource://camel-connectors-3.20.1.zip"
git:
-
url: "https://github.com/KaotoIO/camel-component-metadata.git"
Expand Down
4 changes: 2 additions & 2 deletions camel-route-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>camel-route-support</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down
4 changes: 2 additions & 2 deletions catalog/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>catalog</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down
4 changes: 2 additions & 2 deletions cluster/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>cluster</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down
4 changes: 2 additions & 2 deletions kamelet-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>kamelet-support</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down
4 changes: 2 additions & 2 deletions metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>metadata</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<artifactId>parent</artifactId>
<groupId>io.kaoto.backend</groupId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>model</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<!-- Make sure environment is right -->
Expand Down
4 changes: 2 additions & 2 deletions services-interfaces/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
</parent>
<artifactId>services-interfaces</artifactId>
<version>0.5.2-SNAPSHOT</version>
<version>0.6.1-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down