Skip to content

Commit bd7cce8

Browse files
author
Stephen Powis
committed
Prep for 1.2.0 release
1 parent e05faf3 commit bd7cce8

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44

55
This library intends to give you an easy way to interact with the [Kafka-Connect](https://docs.confluent.io/current/connect/restapi.html) REST service (V4).
66

7-
**Note** Use this library at your own risk! Currently there are no known issues, but as an **unofficial** library,
8-
there are no guarantees.
9-
107
## How to use this library
118

129
This client library is released on Maven Central. Add a new dependency to your project's POM file:
@@ -15,7 +12,7 @@ This client library is released on Maven Central. Add a new dependency to your
1512
<dependency>
1613
<groupId>org.sourcelab</groupId>
1714
<artifactId>kafka-connect-client</artifactId>
18-
<version>1.1.0</version>
15+
<version>1.2.0</version>
1916
</dependency>
2017
```
2118

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.sourcelab</groupId>
88
<artifactId>kafka-connect-client</artifactId>
9-
<version>1.2.0-SNAPSHOT</version>
9+
<version>1.2.0</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.3.9 -->

0 commit comments

Comments
 (0)