Skip to content

Commit

Permalink
feat: update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Hughes <[email protected]>
  • Loading branch information
jhughes24816 committed Aug 8, 2023
1 parent 34f3138 commit ff973dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/BUG-REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ body:
label: Version
description: What version of our software are you running?
options:
- 0.0.1 (Default)
- older (<0.0.1)
- 1.0.0 (Default)
- older (<1.0.0)
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mvn clean package
7. Copy the compiled jar file into the `/usr/local/share/java/` directory:

```bash
cp target/kafka-connect-jdbc-sink-0.0.2-SNAPSHOT-jar-with-dependencies.jar /usr/local/share/java/
cp target/kafka-connect-jdbc-sink-1.0.0-SNAPSHOT-jar-with-dependencies.jar /usr/local/share/java/
```

8. Copy the `connect-standalone.properties` and `jdbc-sink.properties` files into the `/usr/local/etc/kafka/` directory.
Expand Down

0 comments on commit ff973dc

Please sign in to comment.