This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-3.3
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/release-3.3 by this push:
new e25a5088 Revert "[release] Update version to 3.4-SNAPSHOT"
e25a5088 is described below
commit e25a50882a0d27d064a8750eb723f98453984715
Author: Martijn Visser <[email protected]>
AuthorDate: Thu Sep 7 11:57:56 2023 +0200
Revert "[release] Update version to 3.4-SNAPSHOT"
This reverts commit 46cbfd546ef2600efb3ceda77827d3989d952767.
---
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 3fbac485..837974f0 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.4-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.4-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 1b9935c4..92a14580 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.4-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 94d6c11d..863dc350 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.4-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 e5faee54..98ec3e6e 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.4-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 223fa5bd..d899bff1 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.4-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 ce530d3b..2517ca8c 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.4-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 95a1b213..7e86e6ac 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.4-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.4-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 32f32946..fe98da83 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.4-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 4adc1c72..a6e00cb5 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.4-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 2e14611d..45f49d36 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.4-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 cfc7211f..2ad62af5 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.4-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 f95dd371..a629f778 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.4-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 f062c434..133d0bcf 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.4-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 232f5114..b5705c4e 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.4-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 99a62c3d..cf619df4 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.4-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 f4b58b24..d2024260 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.4-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.4-SNAPSHOT</version>
+ <version>3.3-SNAPSHOT</version>
</dependency>
<!-- Test scope dependencies -->
diff --git a/statefun-flink/pom.xml b/statefun-flink/pom.xml
index 409fcba9..8608959d 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.4-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 42037eac..bc1e8430 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.4-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 55e8c006..4ce20738 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.4-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 ccb8aac8..8bf97049 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.4-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 5ea7b2eb..0584da24 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.4-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 66ccd37f..9a8d17a7 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.4-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 2e6c692e..a1716d8b 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.4-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 db79e96a..33157746 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.4-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 b26b912f..f8428399 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.4-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 b61f6f2e..d531e32c 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.4-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 ab91dc4d..cf8c2dbd 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.4-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 2c8d9734..285d82a1 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.4-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 8a055f9e..e60b462d 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.4-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 196268fe..fac0934d 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.4-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 2d39cd0d..58d8c968 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.4-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 a8dd7731..4e377025 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.4-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 2811cef0..c09d9f28 100644
--- a/statefun-sdk-js/package.json
+++ b/statefun-sdk-js/package.json
@@ -1,6 +1,6 @@
{
"name": "apache-flink-statefun",
- "version": "3.4-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 88b6fc51..35627a83 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.4-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 10b2a430..cc7f0c9c 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.4-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 8b2c9dee..071dbc85 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.4-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 146d3ed3..0e02b530 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.4-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 0a0e9b3d..928b319f 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.4-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 d97dae2a..1d8bce5d 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.4-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 9ad5c9bc..c4e8195e 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.4-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 11879cad..777ffef5 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.4-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 08bce497..9c17a3ef 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.4-SNAPSHOT
+VERSION_TAG=3.3-SNAPSHOT
#
# setup the environment
diff --git a/tools/k8s/Chart.yaml b/tools/k8s/Chart.yaml
index 80c4dc67..43fb2754 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.4-SNAPSHOT
+version: 3.3-SNAPSHOT
appVersion: 1.16.0
\ No newline at end of file