Skip to content

Commit

Permalink
Merge pull request #85 from fransking/dev
Browse files Browse the repository at this point in the history
Updating to statefun 3.3.0
  • Loading branch information
fransking authored Oct 21, 2023
2 parents 29cbfb5 + 32157d9 commit 5eb8797
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM apache/flink-statefun:3.2.0
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.1.0.jar /opt/statefun/modules/embedded/
COPY flink-statefun-tasks-embedded/statefun-tasks-distribution/target/statefun-tasks-distribution-1.2-SNAPSHOT.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.0 -f docker/Dockerfile ..
docker build -t fransking/flink-statefun-tasks:3.3.0_1.2-SNAPSHOT -f docker/Dockerfile ..
10 changes: 5 additions & 5 deletions 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.0</version>
<version>1.2-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand All @@ -28,12 +28,12 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-sdk-embedded</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-flink-core</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
<scope>provided</scope>
</dependency>
<dependency>
Expand All @@ -44,7 +44,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.7</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
Expand All @@ -62,7 +62,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.7.15</version>
<version>1.7.32</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
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.0</version>
<version>1.2-SNAPSHOT</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.0</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>statefun-tasks-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.0</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>statefun-tasks-e2e-tests</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-flink-harness</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>

<dependency>
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.0</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>statefun-tasks-protos</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.0</version>
<version>1.2-SNAPSHOT</version>
</parent>

<artifactId>statefun-tasks-test-harness</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>statefun-flink-harness</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>

<dependency>
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.0</version>
<version>1.2-SNAPSHOT</version>
</parent>

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

0 comments on commit 5eb8797

Please sign in to comment.