Skip to content

Commit

Permalink
Set new SNAPSHOT version into pom files.
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 22, 2022
1 parent ab4b619 commit 17eca73
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<artifactId>kubernetes-webhooks-framework-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<name>Kubernetes Webhooks Framework</name>
<description>Framework to Implement Admission Controllers and Conversion Hooks in Java</description>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

<groupId>io.javaoperatorsdk.admissioncontroller.sample</groupId>
Expand Down
2 changes: 1 addition & 1 deletion samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion samples/quarkus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
<artifactId>quarkus-sample</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions samples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>io.javaoperatorsdk</groupId>
<artifactId>kubernetes-webhooks-framework-samples</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
</parent>

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

<properties>
Expand Down

0 comments on commit 17eca73

Please sign in to comment.