Skip to content

Commit 1661d8c

Browse files
committed
chore: Increment DiffDetective version
1 parent b90154e commit 1661d8c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ To add DiffDetective as a dependency to your own project, add the following snip
4949
<dependency>
5050
<groupId>org.variantsync</groupId>
5151
<artifactId>DiffDetective</artifactId>
52-
<version>2.2.0</version>
52+
<version>2.3.0</version>
5353
</dependency>
5454
```
5555

56-
If you prefer to just use a jar file, you can find a jar file with all dependencies at `DiffDetective/target/diffdetective-2.2.0-jar-with-dependencies.jar` (again, the version number might be different).
56+
If you prefer to just use a jar file, you can find a jar file with all dependencies at `DiffDetective/target/diffdetective-2.3.0-jar-with-dependencies.jar` (again, the version number might be different).
5757
You can (re-)produce this jar file by either running `mvn package` or `mvn install` within you local clone of DiffDetective.
5858

5959
> Disclaimer: Setup tested with maven version 3.6.3.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.variantsync</groupId>
88
<artifactId>diffdetective</artifactId>
99
<!-- The DiffDetective version, needs to be the first version tag in this file. -->
10-
<version>2.2.0</version>
10+
<version>2.3.0</version>
1111

1212
<properties>
1313
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)