Skip to content

Commit

Permalink
fix: update version in pom and readme (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
anguillanneuf committed Sep 29, 2022
1 parent 67b946d commit 8e748f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,9 @@ locally in standalone mode (single process).

### Acquire the connector

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

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

Expand Down
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.cloud</groupId>
<artifactId>pubsub-group-kafka-connector</artifactId>
<version>0.1.0-SNAPSHOT</version>
<version>0.1.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Pub/Sub Group Kafka Connector</name>
<url>https://github.com/googleapis/java-pubsub-group-kafka-connector</url>
Expand Down

0 comments on commit 8e748f4

Please sign in to comment.