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

Commit

Permalink
chore(release): Updating to version 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
apupier committed Oct 16, 2023
1 parent f621932 commit 9942cbc
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions api-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>api-rest</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<parent>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>api</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>

<properties>
<kaoto.runtime.type>jvm</kaoto.runtime.type>
Expand Down
4 changes: 2 additions & 2 deletions camel-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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>camel-support</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>catalog</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>cluster</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>metadata</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>model</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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 @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.kaoto.backend</groupId>
<artifactId>parent</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</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.4.0-SNAPSHOT</version>
<version>1.4.0</version>
</parent>
<artifactId>services-interfaces</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<dependencies>
<dependency>
<groupId>io.kaoto.backend</groupId>
Expand Down

0 comments on commit 9942cbc

Please sign in to comment.