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

Commit b11723b

Browse files
committed
chore(release): Updating to version 1.3.0
1 parent 1a3253b commit b11723b

File tree

9 files changed

+17
-17
lines changed

9 files changed

+17
-17
lines changed

api-rest/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
<parent>
66
<groupId>io.kaoto.backend</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.3.0-SNAPSHOT</version>
8+
<version>1.3.0</version>
99
</parent>
1010
<artifactId>api-rest</artifactId>
11-
<version>1.3.0-SNAPSHOT</version>
11+
<version>1.3.0</version>
1212
<dependencies>
1313
<dependency>
1414
<groupId>io.quarkus</groupId>

api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<parent>
88
<groupId>io.kaoto.backend</groupId>
99
<artifactId>parent</artifactId>
10-
<version>1.3.0-SNAPSHOT</version>
10+
<version>1.3.0</version>
1111
</parent>
1212
<artifactId>api</artifactId>
13-
<version>1.3.0-SNAPSHOT</version>
13+
<version>1.3.0</version>
1414

1515
<properties>
1616
<kaoto.runtime.type>jvm</kaoto.runtime.type>

camel-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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>camel-support</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>catalog</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>cluster</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>metadata</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>model</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</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
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>io.kaoto.backend</groupId>
88
<artifactId>parent</artifactId>
9-
<version>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
<packaging>pom</packaging>
1111
<properties>
1212
<!-- 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>1.3.0-SNAPSHOT</version>
9+
<version>1.3.0</version>
1010
</parent>
1111
<artifactId>services-interfaces</artifactId>
12-
<version>1.3.0-SNAPSHOT</version>
12+
<version>1.3.0</version>
1313
<dependencies>
1414
<dependency>
1515
<groupId>io.kaoto.backend</groupId>

0 commit comments

Comments
 (0)