Skip to content
This repository was archived by the owner on May 12, 2021. It is now read-only.

Commit b3eb438

Browse files
Release 2.0.5 prep
1 parent a959ad0 commit b3eb438

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![Actions Status](https://github.com/Landoop/kafka-connect-common/workflows/CI/badge.svg)
22
[<img
3-
src="https://img.shields.io/badge/latest%20release-v02.0.4-blue.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datamountaineer%22%20AND%20a%3A%22kafka-connect-common%22)
3+
src="https://img.shields.io/badge/latest%20release-v02.0.5-blue.svg?label=latest%20release"/>](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.datamountaineer%22%20AND%20a%3A%22kafka-connect-common%22)
44
Kafka Connect Common is in Maven, include it in your connector.
55

66

@@ -9,6 +9,7 @@ Kafka Connect Common is in Maven, include it in your connector.
99

1010
| Version | Confluent Version |Kafka| Kcql Version | Scala Version |
1111
| ------- | ----------------- |-----|--------------|---------------|
12+
|2.0.5|5.4.0|2.4.0|2.8.7|2.12
1213
|2.0.4|5.4.0|2.4.0|2.8.7|2.12
1314
|2.0.3|5.4.0|2.4.0|2.8.6|2.12
1415
|2.0.2|5.4.0|2.4.0|2.8.5|2.12
@@ -41,7 +42,7 @@ Kafka Connect Common is in Maven, include it in your connector.
4142
<dependency>
4243
<groupId>com.datamountaineer</groupId>
4344
<artifactId>kafka-connect-common</artifactId>
44-
<version>2.0.4</version>
45+
<version>LATEST</version>
4546
</dependency>
4647
```
4748

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=2.0.4
1+
version=2.0.5
22

33
ossrhUsername=me
44
ossrhPassword=you

0 commit comments

Comments
 (0)