Skip to content

Commit

Permalink
Merge pull request #79 from fransking/release-1.1
Browse files Browse the repository at this point in the history
1.1.0 release
  • Loading branch information
fransking authored Aug 30, 2023
2 parents 16b2ee5 + 16cc9f9 commit da3d00b
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 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/
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.2.0_1.1-SNAPSHOT -f docker/Dockerfile ..
docker build -t fransking/flink-statefun-tasks:3.2.0_1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.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.1-SNAPSHOT</version>
<version>1.1.0</version>
</parent>

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

0 comments on commit da3d00b

Please sign in to comment.