Skip to content

Commit

Permalink
Revert "[release] Update version to 3.4-SNAPSHOT"
Browse files Browse the repository at this point in the history
This reverts commit 46cbfd5.
  • Loading branch information
MartijnVisser committed Sep 7, 2023
1 parent ac5b13b commit e25a508
Show file tree
Hide file tree
Showing 43 changed files with 46 additions and 46 deletions.
4 changes: 2 additions & 2 deletions docs/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-e2e-tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-smoke-e2e-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-smoke-e2e-driver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
4 changes: 2 additions & 2 deletions statefun-e2e-tests/statefun-smoke-e2e-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-smoke-e2e-golang/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-smoke-e2e-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion statefun-e2e-tests/statefun-smoke-e2e-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand All @@ -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 -->
Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-datastream/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-harness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-io-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-flink/statefun-flink-state-processor/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-kafka-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-kinesis-io/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-js/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-python/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion statefun-sdk-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

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',
Expand Down
2 changes: 1 addition & 1 deletion statefun-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-shaded/statefun-protobuf-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-shaded/statefun-protocol-shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion statefun-testutil/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down
2 changes: 1 addition & 1 deletion tools/docker/build-stateful-functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit e25a508

Please sign in to comment.