diff --git a/docker/Dockerfile b/docker/Dockerfile index d78dc9c..21899c0 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,4 +1,4 @@ FROM fransking/flink-statefun:3.3.0 RUN mkdir -p /opt/statefun/modules/embedded -COPY flink-statefun-tasks-embedded/statefun-tasks-distribution/target/statefun-tasks-distribution-1.2-SNAPSHOT.jar /opt/statefun/modules/embedded/ +COPY flink-statefun-tasks-embedded/statefun-tasks-distribution/target/statefun-tasks-distribution-1.2.0.jar /opt/statefun/modules/embedded/ diff --git a/docker/build.sh b/docker/build.sh index abb4aa3..08e3a2a 100755 --- a/docker/build.sh +++ b/docker/build.sh @@ -1,2 +1,2 @@ #!/bin/sh -docker build -t fransking/flink-statefun-tasks:3.3.0_1.2-SNAPSHOT -f docker/Dockerfile .. +docker build -t fransking/flink-statefun-tasks:3.3.0_1.2.0 -f docker/Dockerfile .. diff --git a/pom.xml b/pom.xml index c4cd37b..b686036 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.2-SNAPSHOT + 1.2.0 pom diff --git a/statefun-sdk-protos/pom.xml b/statefun-sdk-protos/pom.xml index bb9c6f7..928cf3e 100644 --- a/statefun-sdk-protos/pom.xml +++ b/statefun-sdk-protos/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.2-SNAPSHOT + 1.2.0 statefun-sdk-protos diff --git a/statefun-tasks-distribution/pom.xml b/statefun-tasks-distribution/pom.xml index 5ad73e1..4ccb427 100644 --- a/statefun-tasks-distribution/pom.xml +++ b/statefun-tasks-distribution/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.2-SNAPSHOT + 1.2.0 statefun-tasks-distribution diff --git a/statefun-tasks-e2e-tests/pom.xml b/statefun-tasks-e2e-tests/pom.xml index daac83b..8f89bee 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.2-SNAPSHOT + 1.2.0 statefun-tasks-e2e-tests diff --git a/statefun-tasks-protos/pom.xml b/statefun-tasks-protos/pom.xml index 1009311..9c8ea25 100644 --- a/statefun-tasks-protos/pom.xml +++ b/statefun-tasks-protos/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.2-SNAPSHOT + 1.2.0 statefun-tasks-protos diff --git a/statefun-tasks-test-harness/pom.xml b/statefun-tasks-test-harness/pom.xml index a12e630..9841e93 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.2-SNAPSHOT + 1.2.0 statefun-tasks-test-harness diff --git a/statefun-tasks/pom.xml b/statefun-tasks/pom.xml index 7356cfa..8935b1c 100644 --- a/statefun-tasks/pom.xml +++ b/statefun-tasks/pom.xml @@ -6,7 +6,7 @@ com.sbbsystems.flink statefun-tasks-parent - 1.2-SNAPSHOT + 1.2.0 statefun-tasks