Skip to content

Commit 0215617

Browse files
author
decodable-release-bot
committed
Releasing version 1.0.0.Beta5
1 parent e03ea24 commit 0215617

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Decodable Pipeline SDK
22

3-
_Version 1.0.0.Beta4_
3+
_Version 1.0.0.Beta5_
44

55
This repository contains a software development kit (SDK) for implementing [Apache Flink](https://flink.apache.org/) jobs
66
and 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

examples/apache-maven/custom-pipelines-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
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>

sdk/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.0.0-SNAPSHOT
1+
version=1.0.0.Beta5

0 commit comments

Comments
 (0)