Skip to content

Commit

Permalink
1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fransking committed Oct 21, 2023
1 parent 5eb8797 commit c064488
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -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/
2 changes: 1 addition & 1 deletion docker/build.sh
Original file line number Diff line number Diff line change
@@ -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 ..
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
<packaging>pom</packaging>

<modules>
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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-sdk-protos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion statefun-tasks-distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-tasks-distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion statefun-tasks-e2e-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-tasks-e2e-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion statefun-tasks-protos/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-tasks-protos</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion statefun-tasks-test-harness/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-tasks-test-harness</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion statefun-tasks/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sbbsystems.flink</groupId>
<artifactId>statefun-tasks-parent</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.2.0</version>
</parent>

<artifactId>statefun-tasks</artifactId>
Expand Down

0 comments on commit c064488

Please sign in to comment.