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.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Delawen committed Jun 15, 2023
1 parent a8c5908 commit 8361756
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>api</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>camel-route-support</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>catalog</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>cluster</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>kamelet-support</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>metadata</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>model</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</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>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
</parent>
<artifactId>services-interfaces</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down

0 comments on commit 8361756

Please sign in to comment.