File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
examples/apache-maven/custom-pipelines-hello-world Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Decodable Pipeline SDK
22
3- _ Version 1.0.0.Beta4 _
3+ _ Version 1.0.0.Beta5 _
44
55This repository contains a software development kit (SDK) for implementing [ Apache Flink] ( https://flink.apache.org/ ) jobs
66and running them on Decodable as a [ custom pipeline] ( https://docs.decodable.co/docs/create-pipelines-using-your-own-apache-flink-jobs ) .
@@ -27,7 +27,7 @@ Add the SDK dependency to the _pom.xml_ of your Maven project:
2727<dependency >
2828 <groupId >co.decodable</groupId >
2929 <artifactId >decodable-pipeline-sdk</artifactId >
30- <version >1.0.0.Beta4 </version >
30+ <version >1.0.0.Beta5 </version >
3131</dependency >
3232...
3333```
@@ -36,7 +36,7 @@ Or, to your _build.gradle_ when using Gradle:
3636
3737```
3838...
39- implementation 'co.decodable:decodable-pipeline-sdk:1.0.0.Beta4 '
39+ implementation 'co.decodable:decodable-pipeline-sdk:1.0.0.Beta5 '
4040...
4141```
4242
Original file line number Diff line number Diff line change 2525 <scala .binary.version>2.12</scala .binary.version>
2626 <maven .compiler.source>${target.java.version} </maven .compiler.source>
2727 <maven .compiler.target>${target.java.version} </maven .compiler.target>
28- <decodable .pipeline.sdk.version>1.0.0.Beta4 </decodable .pipeline.sdk.version>
28+ <decodable .pipeline.sdk.version>1.0.0.Beta5 </decodable .pipeline.sdk.version>
2929 <flink .version>1.16.3</flink .version>
3030 <log4j .version>2.17.1</log4j .version>
3131 </properties >
Original file line number Diff line number Diff line change 1- version =1.0.0-SNAPSHOT
1+ version =1.0.0.Beta5
You can’t perform that action at this time.
0 commit comments