Skip to content

Commit 2f2cab7

Browse files
committed
Set new SNAPSHOT version into pom files.
1 parent 2c2416e commit 2f2cab7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.javaoperatorsdk</groupId>
66
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
7-
<version>6.0.1-SNAPSHOT</version>
7+
<version>6.0.2-SNAPSHOT</version>
88
<packaging>pom</packaging>
99
<name>Java Operator SDK Spring Boot Starter - Parent</name>
1010
<description>Spring Boot Starter for Java Operator SDK</description>

samples/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-spring-boot-starter-samples-parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>operator-framework-spring-boot-starter-samples-common</artifactId>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

samples/spring-boot-auto-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-spring-boot-starter-samples-parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>operator-framework-spring-boot-starter-samples-auto-configuration</artifactId>

starter-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>operator-framework-spring-boot-starter-test</artifactId>

starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>operator-framework-spring-boot-starter-parent</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.0.2-SNAPSHOT</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

0 commit comments

Comments
 (0)