This is an automated email from the ASF dual-hosted git repository.

gyfora pushed a commit to branch release-0.1
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git

commit 99a5f3e6f1a2e835745cda6b4b602965054059f5
Author: Gyula Fora <[email protected]>
AuthorDate: Mon Mar 28 10:12:27 2022 +0200

    [release] Update version to 0.1-SNAPSHOT
---
 Dockerfile                        | 2 +-
 flink-kubernetes-operator/pom.xml | 2 +-
 flink-kubernetes-shaded/pom.xml   | 2 +-
 flink-kubernetes-webhook/pom.xml  | 2 +-
 helm/flink-operator/Chart.yaml    | 4 ++--
 pom.xml                           | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index adeaaf3..2cd1133 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -40,7 +40,7 @@ RUN --mount=type=cache,target=/root/.m2 mvn -ntp clean install
 # stage
 FROM openjdk:11-jre
 ENV FLINK_HOME=/opt/flink
-ENV OPERATOR_VERSION=1.0-SNAPSHOT
+ENV OPERATOR_VERSION=0.1-SNAPSHOT
 ENV OPERATOR_JAR=flink-kubernetes-operator-$OPERATOR_VERSION-shaded.jar
 ENV WEBHOOK_JAR=flink-kubernetes-webhook-$OPERATOR_VERSION.jar
 ENV FLINK_KUBERNETES_SHADED_JAR=flink-kubernetes-shaded-$OPERATOR_VERSION.jar
diff --git a/flink-kubernetes-operator/pom.xml 
b/flink-kubernetes-operator/pom.xml
index f6efecb..6d11b04 100644
--- a/flink-kubernetes-operator/pom.xml
+++ b/flink-kubernetes-operator/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>flink-kubernetes-operator-parent</artifactId>
-        <version>1.0-SNAPSHOT</version>
+        <version>0.1-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-kubernetes-shaded/pom.xml b/flink-kubernetes-shaded/pom.xml
index 9a3002a..2741fda 100644
--- a/flink-kubernetes-shaded/pom.xml
+++ b/flink-kubernetes-shaded/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
       <groupId>org.apache.flink</groupId>
       <artifactId>flink-kubernetes-operator-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>0.1-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/flink-kubernetes-webhook/pom.xml b/flink-kubernetes-webhook/pom.xml
index 189ee2a..5081e7f 100644
--- a/flink-kubernetes-webhook/pom.xml
+++ b/flink-kubernetes-webhook/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
       <groupId>org.apache.flink</groupId>
       <artifactId>flink-kubernetes-operator-parent</artifactId>
-      <version>1.0-SNAPSHOT</version>
+      <version>0.1-SNAPSHOT</version>
       <relativePath>..</relativePath>
     </parent>
 
diff --git a/helm/flink-operator/Chart.yaml b/helm/flink-operator/Chart.yaml
index 523df0c..4e1d8f5 100644
--- a/helm/flink-operator/Chart.yaml
+++ b/helm/flink-operator/Chart.yaml
@@ -21,5 +21,5 @@ apiVersion: v2
 name: flink-operator
 description: A Helm chart for flink-operator
 type: application
-version: 1.0-SNAPSHOT
-appVersion: 1.0-SNAPSHOT
+version: 0.1-SNAPSHOT
+appVersion: 0.1-SNAPSHOT
diff --git a/pom.xml b/pom.xml
index 70ab62d..ee1d3b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
 
     <groupId>org.apache.flink</groupId>
     <artifactId>flink-kubernetes-operator-parent</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>0.1-SNAPSHOT</version>
 
     <name>Flink Kubernetes: </name>
     <packaging>pom</packaging>

Reply via email to