Skip to content

Commit 1669ef2

Browse files
MikeEdgarpiotrpdev
andauthored
Update to 0.2.0-SNAPSHOT (#78)
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: piotrpdev <99439005+piotrpdev@users.noreply.github.com>
1 parent e3e8eba commit 1669ef2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.streamshub</groupId>
88
<artifactId>flink-sql-examples</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<properties>

tutorials/currency-converter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.streamshub</groupId>
88
<artifactId>flink-sql-tutorials</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>flink-udf-currency-converter</artifactId>

tutorials/data-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.github.streamshub</groupId>
88
<artifactId>flink-sql-tutorials</artifactId>
9-
<version>0.1.0</version>
9+
<version>0.2.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>data-generator</artifactId>

tutorials/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>com.github.streamshub</groupId>
99
<artifactId>flink-sql-examples</artifactId>
10-
<version>0.1.0</version>
10+
<version>0.2.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>flink-sql-tutorials</artifactId>

tutorials/recommendation-app/data-generator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
spec:
1717
containers:
1818
- name: data-generator
19-
image: quay.io/streamshub/flink-examples-data-generator:0.1.0
19+
image: quay.io/streamshub/flink-examples-data-generator:main
2020
env:
2121
- name: KAFKA_BOOTSTRAP_SERVERS
2222
value: "my-cluster-kafka-bootstrap.flink.svc:9092"

tutorials/user-defined-functions/standalone-etl-udf-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: FlinkDeployment
33
metadata:
44
name: standalone-etl-udf
55
spec:
6-
image: quay.io/streamshub/flink-sql-runner-with-flink-udf-currency-converter:0.1.0
6+
image: quay.io/streamshub/flink-sql-runner-with-flink-udf-currency-converter:main
77
flinkVersion: v2_0
88
flinkConfiguration:
99
taskmanager.numberOfTaskSlots: "1"

0 commit comments

Comments
 (0)