You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2022/01/25 15:10:52 UTC

[flink-statefun] branch master updated: [release] Update version to 3.3-SNAPSHOT

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

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git


The following commit(s) were added to refs/heads/master by this push:
     new d5f7c62  [release] Update version to 3.3-SNAPSHOT
d5f7c62 is described below

commit d5f7c627e67465f5c4ec5d37a33426fa04e4d17f
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Tue Jan 25 16:02:40 2022 +0100

    [release] Update version to 3.3-SNAPSHOT
---
 docs/config.toml                                                      | 4 ++--
 pom.xml                                                               | 2 +-
 statefun-e2e-tests/pom.xml                                            | 2 +-
 statefun-e2e-tests/statefun-e2e-tests-common/pom.xml                  | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml                  | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml                  | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml                | 4 ++--
 .../statefun-smoke-e2e-embedded/src/test/resources/Dockerfile         | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml                  | 2 +-
 .../statefun-smoke-e2e-golang/src/test/resources/Dockerfile           | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml                    | 2 +-
 .../statefun-smoke-e2e-java/src/test/resources/Dockerfile             | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml                      | 2 +-
 .../statefun-smoke-e2e-js/src/test/resources/Dockerfile               | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml          | 2 +-
 statefun-e2e-tests/statefun-smoke-e2e-multilang-harness/pom.xml       | 4 ++--
 statefun-flink/pom.xml                                                | 2 +-
 statefun-flink/statefun-flink-common/pom.xml                          | 2 +-
 statefun-flink/statefun-flink-core/pom.xml                            | 2 +-
 statefun-flink/statefun-flink-datastream/pom.xml                      | 2 +-
 statefun-flink/statefun-flink-distribution/pom.xml                    | 2 +-
 statefun-flink/statefun-flink-extensions/pom.xml                      | 2 +-
 statefun-flink/statefun-flink-harness/pom.xml                         | 2 +-
 statefun-flink/statefun-flink-io-bundle/pom.xml                       | 2 +-
 statefun-flink/statefun-flink-io/pom.xml                              | 2 +-
 statefun-flink/statefun-flink-launcher/pom.xml                        | 2 +-
 statefun-flink/statefun-flink-state-processor/pom.xml                 | 2 +-
 statefun-kafka-io/pom.xml                                             | 2 +-
 statefun-kinesis-io/pom.xml                                           | 2 +-
 statefun-sdk-embedded/pom.xml                                         | 2 +-
 statefun-sdk-go/pom.xml                                               | 2 +-
 statefun-sdk-java/pom.xml                                             | 2 +-
 statefun-sdk-js/package.json                                          | 2 +-
 statefun-sdk-js/pom.xml                                               | 2 +-
 statefun-sdk-protos/pom.xml                                           | 2 +-
 statefun-sdk-python/pom.xml                                           | 2 +-
 statefun-sdk-python/setup.py                                          | 2 +-
 statefun-shaded/pom.xml                                               | 2 +-
 statefun-shaded/statefun-protobuf-shaded/pom.xml                      | 2 +-
 statefun-shaded/statefun-protocol-shaded/pom.xml                      | 2 +-
 statefun-testutil/pom.xml                                             | 2 +-
 tools/docker/build-stateful-functions.sh                              | 2 +-
 tools/k8s/Chart.yaml                                                  | 2 +-
 43 files changed, 46 insertions(+), 46 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index ac13064..1a09bf6 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -34,11 +34,11 @@ pygmentsUseClasses = true
   # we change the version for the complete docs when forking of a release branch
   # etc.
   # The full version string as referenced in Maven (e.g. 1.2.1)
-  Version = "3.2-SNAPSHOT"
+  Version = "3.3-SNAPSHOT"
 
   # For stable releases, leave the bugfix version out (e.g. 1.2). For snapshot
   # release this should be the same as the regular version
-  VersionTitle = "3.2-SNAPSHOT"
+  VersionTitle = "3.3-SNAPSHOT"
 
   # The branch for this version of Apache Flink Stateful Functions
   Branch = "master"
diff --git a/pom.xml b/pom.xml
index 8434e95..2042c51 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
     <artifactId>statefun-parent</artifactId>
     <groupId>org.apache.flink</groupId>
     <name>statefun-parent</name>
-    <version>3.2-SNAPSHOT</version>
+    <version>3.3-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <url>http://flink.apache.org</url>
diff --git a/statefun-e2e-tests/pom.xml b/statefun-e2e-tests/pom.xml
index f2e850c..863dc35 100644
--- a/statefun-e2e-tests/pom.xml
+++ b/statefun-e2e-tests/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml b/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
index ac3abcb..98ec3e6 100644
--- a/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
+++ b/statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml
index c09e5b3..8fcd761 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml
index bf79053..0376357 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml
index c98cc8a..7e86e6a 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -57,7 +57,7 @@ under the License.
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>statefun-smoke-e2e-driver</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.3-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-embedded/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-smoke-e2e-embedded/src/test/resources/Dockerfile
index 23ea02c..fe98da8 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-embedded/src/test/resources/Dockerfile
+++ b/statefun-e2e-tests/statefun-smoke-e2e-embedded/src/test/resources/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM flink-statefun:3.2-SNAPSHOT
+FROM flink-statefun:3.3-SNAPSHOT
 
 # Add embedded module. This includes both the embedded function and the driver components as a single jar.
 RUN mkdir -p /opt/statefun/modules/statefun-smoke-e2e-embedded/
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml
index 9cfce74..a6e00cb 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-smoke-e2e-multilang-base</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../statefun-smoke-e2e-multilang-base/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-golang/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-smoke-e2e-golang/src/test/resources/Dockerfile
index f8069dc..45f49d3 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-golang/src/test/resources/Dockerfile
+++ b/statefun-e2e-tests/statefun-smoke-e2e-golang/src/test/resources/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM flink-statefun:3.2-SNAPSHOT
+FROM flink-statefun:3.3-SNAPSHOT
 
 RUN mkdir -p /opt/statefun/modules/statefun-smoke-e2e
 COPY statefun-smoke-e2e-driver.jar /opt/statefun/modules/statefun-smoke-e2e/
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml
index 9353162..b2e0590 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-smoke-e2e-multilang-base</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../statefun-smoke-e2e-multilang-base/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-java/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-smoke-e2e-java/src/test/resources/Dockerfile
index 0735ac4..b5705c4 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-java/src/test/resources/Dockerfile
+++ b/statefun-e2e-tests/statefun-smoke-e2e-java/src/test/resources/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM flink-statefun:3.2-SNAPSHOT
+FROM flink-statefun:3.3-SNAPSHOT
 
 RUN mkdir -p /opt/statefun/modules/statefun-smoke-e2e
 COPY statefun-smoke-e2e-driver.jar /opt/statefun/modules/statefun-smoke-e2e/
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml
index d4cc445..133d0bc 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-smoke-e2e-multilang-base</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>../statefun-smoke-e2e-multilang-base/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-js/src/test/resources/Dockerfile b/statefun-e2e-tests/statefun-smoke-e2e-js/src/test/resources/Dockerfile
index 0735ac4..b5705c4 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-js/src/test/resources/Dockerfile
+++ b/statefun-e2e-tests/statefun-smoke-e2e-js/src/test/resources/Dockerfile
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-FROM flink-statefun:3.2-SNAPSHOT
+FROM flink-statefun:3.3-SNAPSHOT
 
 RUN mkdir -p /opt/statefun/modules/statefun-smoke-e2e
 COPY statefun-smoke-e2e-driver.jar /opt/statefun/modules/statefun-smoke-e2e/
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
index 42b05d1..cf619df 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-multilang-base/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-e2e-tests/statefun-smoke-e2e-multilang-harness/pom.xml b/statefun-e2e-tests/statefun-smoke-e2e-multilang-harness/pom.xml
index cc7b683..d202426 100644
--- a/statefun-e2e-tests/statefun-smoke-e2e-multilang-harness/pom.xml
+++ b/statefun-e2e-tests/statefun-smoke-e2e-multilang-harness/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-e2e-tests</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
@@ -46,7 +46,7 @@ under the License.
         <dependency>
             <groupId>org.apache.flink</groupId>
             <artifactId>statefun-smoke-e2e-driver</artifactId>
-            <version>3.2-SNAPSHOT</version>
+            <version>3.3-SNAPSHOT</version>
         </dependency>
 
         <!-- Test scope dependencies -->
diff --git a/statefun-flink/pom.xml b/statefun-flink/pom.xml
index 4a9337f..0db3773 100644
--- a/statefun-flink/pom.xml
+++ b/statefun-flink/pom.xml
@@ -22,7 +22,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-common/pom.xml b/statefun-flink/statefun-flink-common/pom.xml
index 6728f41..bc1e843 100644
--- a/statefun-flink/statefun-flink-common/pom.xml
+++ b/statefun-flink/statefun-flink-common/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-core/pom.xml b/statefun-flink/statefun-flink-core/pom.xml
index 9f88206..416f478 100644
--- a/statefun-flink/statefun-flink-core/pom.xml
+++ b/statefun-flink/statefun-flink-core/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-datastream/pom.xml b/statefun-flink/statefun-flink-datastream/pom.xml
index ed93b56..ed7dc43 100644
--- a/statefun-flink/statefun-flink-datastream/pom.xml
+++ b/statefun-flink/statefun-flink-datastream/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-distribution/pom.xml b/statefun-flink/statefun-flink-distribution/pom.xml
index 7608897..d7983f0 100644
--- a/statefun-flink/statefun-flink-distribution/pom.xml
+++ b/statefun-flink/statefun-flink-distribution/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-extensions/pom.xml b/statefun-flink/statefun-flink-extensions/pom.xml
index 9500b1d..9a8d17a 100644
--- a/statefun-flink/statefun-flink-extensions/pom.xml
+++ b/statefun-flink/statefun-flink-extensions/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-harness/pom.xml b/statefun-flink/statefun-flink-harness/pom.xml
index 0f833e9..253f75f 100644
--- a/statefun-flink/statefun-flink-harness/pom.xml
+++ b/statefun-flink/statefun-flink-harness/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-io-bundle/pom.xml b/statefun-flink/statefun-flink-io-bundle/pom.xml
index a6b96a9..b24f626 100644
--- a/statefun-flink/statefun-flink-io-bundle/pom.xml
+++ b/statefun-flink/statefun-flink-io-bundle/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-io/pom.xml b/statefun-flink/statefun-flink-io/pom.xml
index 1f20dac..076040b 100644
--- a/statefun-flink/statefun-flink-io/pom.xml
+++ b/statefun-flink/statefun-flink-io/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-launcher/pom.xml b/statefun-flink/statefun-flink-launcher/pom.xml
index 85ff83e..f735cb4 100644
--- a/statefun-flink/statefun-flink-launcher/pom.xml
+++ b/statefun-flink/statefun-flink-launcher/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <groupId>org.apache.flink</groupId>
         <artifactId>statefun-flink</artifactId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-flink/statefun-flink-state-processor/pom.xml b/statefun-flink/statefun-flink-state-processor/pom.xml
index efc0eca..a8ba8ba 100644
--- a/statefun-flink/statefun-flink-state-processor/pom.xml
+++ b/statefun-flink/statefun-flink-state-processor/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-flink</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-kafka-io/pom.xml b/statefun-kafka-io/pom.xml
index 9ea9176..285d82a 100644
--- a/statefun-kafka-io/pom.xml
+++ b/statefun-kafka-io/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-kinesis-io/pom.xml b/statefun-kinesis-io/pom.xml
index 4bfbf35..e60b462 100644
--- a/statefun-kinesis-io/pom.xml
+++ b/statefun-kinesis-io/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
 
diff --git a/statefun-sdk-embedded/pom.xml b/statefun-sdk-embedded/pom.xml
index 90a903c..fac0934 100644
--- a/statefun-sdk-embedded/pom.xml
+++ b/statefun-sdk-embedded/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-sdk-go/pom.xml b/statefun-sdk-go/pom.xml
index 0221d62..58d8c96 100644
--- a/statefun-sdk-go/pom.xml
+++ b/statefun-sdk-go/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>statefun-sdk-go</artifactId>
diff --git a/statefun-sdk-java/pom.xml b/statefun-sdk-java/pom.xml
index eaf1931..4e37702 100644
--- a/statefun-sdk-java/pom.xml
+++ b/statefun-sdk-java/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>statefun-sdk-java</artifactId>
diff --git a/statefun-sdk-js/package.json b/statefun-sdk-js/package.json
index d83591a..c09d9f2 100644
--- a/statefun-sdk-js/package.json
+++ b/statefun-sdk-js/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apache-flink-statefun",
-  "version": "3.2-SNAPSHOT",
+  "version": "3.3-SNAPSHOT",
   "description": "JavaScript SDK for Apache Flink Stateful functions",
   "main": "dist/public_api.js",
   "types": "dist/public_api.d.ts",
diff --git a/statefun-sdk-js/pom.xml b/statefun-sdk-js/pom.xml
index e3cc7bd..d1b3e6d 100644
--- a/statefun-sdk-js/pom.xml
+++ b/statefun-sdk-js/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-sdk-protos/pom.xml b/statefun-sdk-protos/pom.xml
index 8bcf9d9..cc7f0c9 100644
--- a/statefun-sdk-protos/pom.xml
+++ b/statefun-sdk-protos/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/statefun-sdk-python/pom.xml b/statefun-sdk-python/pom.xml
index f707b40..071dbc8 100644
--- a/statefun-sdk-python/pom.xml
+++ b/statefun-sdk-python/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/statefun-sdk-python/setup.py b/statefun-sdk-python/setup.py
index a6caf91..0e02b53 100644
--- a/statefun-sdk-python/setup.py
+++ b/statefun-sdk-python/setup.py
@@ -27,7 +27,7 @@ with io.open(os.path.join(this_directory, 'README.md'), 'r', encoding='utf-8') a
 
 setup(
     name='apache-flink-statefun',
-    version='3.2-SNAPSHOT',
+    version='3.3-SNAPSHOT',
     packages=["statefun"],
     url='https://github.com/apache/flink-statefun',
     license='https://www.apache.org/licenses/LICENSE-2.0',
diff --git a/statefun-shaded/pom.xml b/statefun-shaded/pom.xml
index 3c5ad07..928b319 100644
--- a/statefun-shaded/pom.xml
+++ b/statefun-shaded/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>statefun-shaded</artifactId>
diff --git a/statefun-shaded/statefun-protobuf-shaded/pom.xml b/statefun-shaded/statefun-protobuf-shaded/pom.xml
index 402cb4d..1d8bce5 100644
--- a/statefun-shaded/statefun-protobuf-shaded/pom.xml
+++ b/statefun-shaded/statefun-protobuf-shaded/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>statefun-shaded</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>statefun-protobuf-shaded</artifactId>
diff --git a/statefun-shaded/statefun-protocol-shaded/pom.xml b/statefun-shaded/statefun-protocol-shaded/pom.xml
index c60fd16..c4e8195 100644
--- a/statefun-shaded/statefun-protocol-shaded/pom.xml
+++ b/statefun-shaded/statefun-protocol-shaded/pom.xml
@@ -23,7 +23,7 @@ under the License.
     <parent>
         <artifactId>statefun-shaded</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
 
     <artifactId>statefun-protocol-shaded</artifactId>
diff --git a/statefun-testutil/pom.xml b/statefun-testutil/pom.xml
index 9207363..777ffef 100644
--- a/statefun-testutil/pom.xml
+++ b/statefun-testutil/pom.xml
@@ -21,7 +21,7 @@ under the License.
     <parent>
         <artifactId>statefun-parent</artifactId>
         <groupId>org.apache.flink</groupId>
-        <version>3.2-SNAPSHOT</version>
+        <version>3.3-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/tools/docker/build-stateful-functions.sh b/tools/docker/build-stateful-functions.sh
index 230d6e8..dd74c46 100755
--- a/tools/docker/build-stateful-functions.sh
+++ b/tools/docker/build-stateful-functions.sh
@@ -21,7 +21,7 @@ set -e
 # Do not change the name of this variable;
 # it is referenced in the tools/releasing/update_branch_version.sh script
 #
-VERSION_TAG=3.2-SNAPSHOT
+VERSION_TAG=3.3-SNAPSHOT
 
 #
 # setup the environment 
diff --git a/tools/k8s/Chart.yaml b/tools/k8s/Chart.yaml
index c78ca34..43fb275 100644
--- a/tools/k8s/Chart.yaml
+++ b/tools/k8s/Chart.yaml
@@ -17,5 +17,5 @@ apiVersion: v2
 name: statefun-k8s
 description: A Helm chart for a Stateful function pplication deployed on Kubernetes
 type: application
-version: 3.2-SNAPSHOT
+version: 3.3-SNAPSHOT
 appVersion: 1.16.0
\ No newline at end of file