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 Dec 4, 2023
1 parent b901880 commit b107a33
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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>1.1.3-SNAPSHOT</version>
<version>1.1.4-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>1.1.3-SNAPSHOT</version>
<version>1.1.4-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>1.1.3-SNAPSHOT</version>
<version>1.1.4-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>1.1.3-SNAPSHOT</version>
<version>1.1.4-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>1.1.3-SNAPSHOT</version>
<version>1.1.4-SNAPSHOT</version>
</parent>
<groupId>io.javaoperatorsdk.webhook.sample</groupId>
<artifactId>quarkus-sample</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion samples/spring-boot/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>1.1.3-SNAPSHOT</version>
<version>1.1.4-SNAPSHOT</version>
</parent>

<groupId>io.javaoperatorsdk.webhook.sample</groupId>
Expand Down

0 comments on commit b107a33

Please sign in to comment.