Skip to content

Commit

Permalink
Common 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewstevenson committed Nov 2, 2020
1 parent b8e1bf8 commit 967a3ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@ A collection of components to build a real time ingestion pipeline.

## Release Notes

**2.2.0**
**2.1.3**

Move to connect-common 2.0.5 that adds complex type support to KCQL

**2.1.2**

* AWS S3 Sink Connector
* Prevent null pointer exception in converters when maps are presented will null values
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ allprojects {
// The following 4 need to align to compileagainst a particular version
confluentVersion = '5.5.0'
kafkaVersion = '2.5.0'
dataMountaineerCommonVersion = "2.0.2"
dataMountaineerCommonVersion = "2.0.5"
link4jVersion = "1.8.0"

gitCommitHash = ("git rev-parse HEAD").execute().text.trim()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#

# Always set the version to -SNAPSHOT after a release
version=2.0.1
version=2.1.3
ossrhUsername=you
ossrhPassword=me

Expand Down

0 comments on commit 967a3ae

Please sign in to comment.