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

Commit e30af37

Browse files
apupierDelawen
authored andcommitted
Updating to version 0.6.1
1 parent 226ea03 commit e30af37

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>api</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.quarkus</groupId>

camel-route-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>camel-route-support</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

catalog/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>catalog</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

cluster/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>cluster</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

kamelet-support/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>kamelet-support</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

metadata/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>metadata</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.quarkus</groupId>

model/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<artifactId>parent</artifactId>
88
<groupId>io.kaoto.backend</groupId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>model</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.quarkus</groupId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>io.kaoto.backend</groupId>
77
<artifactId>parent</artifactId>
8-
<version>0.6.1-SNAPSHOT</version>
8+
<version>0.6.1</version>
99
<packaging>pom</packaging>
1010
<properties>
1111
<!-- Make sure environment is right -->

services-interfaces/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
<parent>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>0.6.1-SNAPSHOT</version>
9+
<version>0.6.1</version>
1010
</parent>
1111
<artifactId>services-interfaces</artifactId>
12-
<version>0.6.1-SNAPSHOT</version>
12+
<version>0.6.1</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

0 commit comments

Comments
 (0)