Skip to content

Commit 9f4b4a0

Browse files
committed
fix groupId and version code on README.md
1 parent 120fc18 commit 9f4b4a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@ You can setup your Maven dependencies like this:
135135
```xml
136136

137137
<dependency>
138-
<groupId>com.cekrlic</groupId>
138+
<groupId>io.github.emotionbug</groupId>
139139
<artifactId>jdbc-sshj</artifactId>
140-
<version>1.0.0-SNAPSHOT</version>
140+
<version>1.0.12</version>
141141
</dependency>
142142
```
143143

0 commit comments

Comments
 (0)