Skip to content

Commit 7acc366

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5c7364d commit 7acc366

File tree

10 files changed

+10
-14
lines changed

10 files changed

+10
-14
lines changed

common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.operatorsdk</groupId>
66
<artifactId>quarkus-operator-sdk-parent</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1-SNAPSHOT</version>
88
</parent>
99

1010
<name>Quarkus - Operator SDK - Common</name>

core/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.operatorsdk</groupId>
66
<artifactId>quarkus-operator-sdk-core-parent</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-operator-sdk-deployment</artifactId>
1010
<name>Quarkus - Operator SDK - Core - Deployment</name>

core/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.quarkiverse.operatorsdk</groupId>
77
<artifactId>quarkus-operator-sdk-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Quarkus - Operator SDK - Core - Parent</name>

core/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.operatorsdk</groupId>
66
<artifactId>quarkus-operator-sdk-core-parent</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-operator-sdk</artifactId>
1010
<name>Quarkus - Operator SDK - Core - Runtime</name>

csv-generator/deployment/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.quarkiverse.operatorsdk</groupId>
77
<artifactId>quarkus-operator-sdk-csv-generator-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Quarkus - Operator SDK - CSV Generator - Deployment</name>

csv-generator/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.quarkiverse.operatorsdk</groupId>
77
<artifactId>quarkus-operator-sdk-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Quarkus - Operator SDK - CSV Generator - Parent</name>

csv-generator/runtime/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.quarkiverse.operatorsdk</groupId>
77
<artifactId>quarkus-operator-sdk-csv-generator-parent</artifactId>
8-
<version>2.0.0</version>
8+
<version>2.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<name>Quarkus - Operator SDK - CSV Generator - Runtime</name>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.operatorsdk</groupId>
66
<artifactId>quarkus-operator-sdk-parent</artifactId>
7-
<version>2.0.0</version>
7+
<version>2.0.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>quarkus-operator-sdk-integration-tests</artifactId>
1010
<name>Quarkus - Operator SDK - Integration Tests</name>

pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>io.quarkiverse.operatorsdk</groupId>
1010
<artifactId>quarkus-operator-sdk-parent</artifactId>
11-
<version>2.0.0</version>
11+
<version>2.0.1-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Quarkus - Operator SDK - Parent</name>
1414
<modules>
@@ -81,8 +81,4 @@
8181
</modules>
8282
</profile>
8383
</profiles>
84-
85-
<scm>
86-
<tag>2.0.0</tag>
87-
</scm>
8884
</project>

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>quarkus-operator-sdk-parent</artifactId>
55
<groupId>io.quarkiverse.operatorsdk</groupId>
6-
<version>2.0.0</version>
6+
<version>2.0.1-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

0 commit comments

Comments
 (0)