Skip to content

Commit 17eca73

Browse files
committed
Set new SNAPSHOT version into pom files.
1 parent ab4b619 commit 17eca73

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Diff for: core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.javaoperatorsdk</groupId>
88
<artifactId>kubernetes-webhooks-framework</artifactId>
9-
<version>0.2.1-SNAPSHOT</version>
9+
<version>1.0.1-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>kubernetes-webhooks-framework-core</artifactId>

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>kubernetes-webhooks-framework</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
<name>Kubernetes Webhooks Framework</name>
1010
<description>Framework to Implement Admission Controllers and Conversion Hooks in Java</description>
1111
<packaging>pom</packaging>

Diff for: samples/commons/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.javaoperatorsdk.admissioncontroller.sample</groupId>

Diff for: samples/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>kubernetes-webhooks-framework</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
1111
<packaging>pom</packaging>

Diff for: samples/quarkus/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
1111
<artifactId>quarkus-sample</artifactId>

Diff for: samples/spring-boot/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>io.javaoperatorsdk</groupId>
77
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
8-
<version>0.2.1-SNAPSHOT</version>
8+
<version>1.0.1-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
1212
<artifactId>spring-boot-sample</artifactId>
13-
<version>0.2.1-SNAPSHOT</version>
13+
<version>1.0.1-SNAPSHOT</version>
1414
<name>Kubernetes Webhooks Framework - Samples - Spring Boot</name>
1515

1616
<properties>

0 commit comments

Comments
 (0)