Skip to content

Commit 5cc9625

Browse files
committed
fixes #43
1 parent e520ee2 commit 5cc9625

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

README.md

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,7 @@ Just add the code below to your maven dependencies:
8080
<dependency>
8181
<groupId>io.github.java-diff-utils</groupId>
8282
<artifactId>java-diff-utils</artifactId>
83-
   <version>4.0</version>
84-
</dependency>
85-
```
86-
87-
Attention. We changed groupid and artifactid. Starting with version 4 you have to use:
88-
89-
```xml
90-
<dependency>
91-
<groupId>io.github.java-diff-utils</groupId>
92-
<artifactId>java-diff-utils</artifactId>
93-
<version>4.0-SNAPSHOT</version>
83+
<version>4.0</version>
9484
</dependency>
9585
```
9686

0 commit comments

Comments
 (0)