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

Commit

Permalink
Updating to version 1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Apr 4, 2023
1 parent 92d267e commit a5bdc81
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 deletions.
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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>api</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
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.20.2.zip"
- url: "resource://camel-connectors-3.20.3.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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>camel-route-support</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>catalog</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>cluster</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>kamelet-support</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>metadata</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>model</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</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.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
</parent>
<artifactId>services-interfaces</artifactId>
<version>0.7.7-SNAPSHOT</version>
<version>1.0.0-rc1</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down

0 comments on commit a5bdc81

Please sign in to comment.