Skip to content

Commit 8e748f4

Browse files
fix: update version in pom and readme (#140)
1 parent 67b946d commit 8e748f4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,9 @@ locally in standalone mode (single process).
118118

119119
### Acquire the connector
120120

121-
A pre-built uber-jar is available for download on the
122-
[releases page](https://github.com/googleapis/java-pubsub-group-kafka-connector/releases).
121+
The connector is available from [Maven Central repository](https://search.maven.org/artifact/com.google.cloud/pubsub-group-kafka-connector).
122+
Select the latest version of the connector, then download "jar" from the
123+
**Downloads** dropdown menu.
123124

124125
You can also [build](#build-the-connector) the connector from head.
125126

pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@
22
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
33
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
44
<modelVersion>4.0.0</modelVersion>
5-
<groupId>com.google.cloud</groupId>
65
<artifactId>pubsub-group-kafka-connector</artifactId>
7-
<version>0.1.0-SNAPSHOT</version>
6+
<version>0.1.2-SNAPSHOT</version>
87
<packaging>jar</packaging>
98
<name>Pub/Sub Group Kafka Connector</name>
109
<url>https://github.com/googleapis/java-pubsub-group-kafka-connector</url>

0 commit comments

Comments
 (0)