Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.github.streamshub</groupId>
<artifactId>flink-sql-examples</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/currency-converter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>flink-sql-tutorials</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>flink-udf-currency-converter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/data-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>flink-sql-tutorials</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>data-generator</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.github.streamshub</groupId>
<artifactId>flink-sql-examples</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>
</parent>

<artifactId>flink-sql-tutorials</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tutorials/recommendation-app/data-generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: data-generator
image: quay.io/streamshub/flink-examples-data-generator:0.1.0
image: quay.io/streamshub/flink-examples-data-generator:main
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "my-cluster-kafka-bootstrap.flink.svc:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: FlinkDeployment
metadata:
name: standalone-etl-udf
spec:
image: quay.io/streamshub/flink-sql-runner-with-flink-udf-currency-converter:0.1.0
image: quay.io/streamshub/flink-sql-runner-with-flink-udf-currency-converter:main
flinkVersion: v2_0
flinkConfiguration:
taskmanager.numberOfTaskSlots: "1"
Expand Down