diff --git a/docker/Dockerfile b/docker/Dockerfile index ef71255..6ffb662 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ FROM apache/flink-statefun:3.2.0 RUN mkdir -p /opt/statefun/modules/embedded -COPY flink-statefun-tasks-embedded/statefun-tasks-distribution/target/statefun-tasks-distribution-1.1-SNAPSHOT.jar /opt/statefun/modules/embedded/ +COPY flink-statefun-tasks-embedded/statefun-tasks-distribution/target/statefun-tasks-distribution-1.1.0.jar /opt/statefun/modules/embedded/ diff --git a/docker/build.sh b/docker/build.sh index f22de53..d7999af 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker build -t fransking/flink-statefun-tasks:3.2.0_1.1-SNAPSHOT -f docker/Dockerfile .. +docker build -t fransking/flink-statefun-tasks:3.2.0_1.1.0 -f docker/Dockerfile .. diff --git a/pom.xml b/pom.xml index 7a6f15c..84793bc 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 pom diff --git a/statefun-sdk-protos/pom.xml b/statefun-sdk-protos/pom.xml index ed0eb9c..b8256e9 100644 --- a/statefun-sdk-protos/pom.xml +++ b/statefun-sdk-protos/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-sdk-protos diff --git a/statefun-tasks-distribution/pom.xml b/statefun-tasks-distribution/pom.xml index 32c1f12..c437843 100644 --- a/statefun-tasks-distribution/pom.xml +++ b/statefun-tasks-distribution/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-tasks-distribution diff --git a/statefun-tasks-e2e-tests/pom.xml b/statefun-tasks-e2e-tests/pom.xml index 4ee23fc..bfaddbf 100644 --- a/statefun-tasks-e2e-tests/pom.xml +++ b/statefun-tasks-e2e-tests/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-tasks-e2e-tests diff --git a/statefun-tasks-protos/pom.xml b/statefun-tasks-protos/pom.xml index fe996d2..85de666 100644 --- a/statefun-tasks-protos/pom.xml +++ b/statefun-tasks-protos/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-tasks-protos diff --git a/statefun-tasks-test-harness/pom.xml b/statefun-tasks-test-harness/pom.xml index 285cd8e..bcbdd77 100644 --- a/statefun-tasks-test-harness/pom.xml +++ b/statefun-tasks-test-harness/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-tasks-test-harness diff --git a/statefun-tasks/pom.xml b/statefun-tasks/pom.xml index 961d198..5c4bff3 100644 --- a/statefun-tasks/pom.xml +++ b/statefun-tasks/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.1-SNAPSHOT + 1.1.0 statefun-tasks