diff --git a/README.md b/README.md
index 3f7db931..57d76381 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ The website is located at [https://siom79.github.io/japicmp](https://siom79.gith
# japicmp
japicmp is a tool to compare two versions of a jar archive:
``` bash
-java -jar japicmp-0.18.5-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
+java -jar japicmp-0.19.0-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
```
It can also be used as a library:
```java
@@ -17,7 +17,7 @@ japicmp is available in the Maven Central Repository:
com.github.siom79.japicmp
japicmp
- 0.18.5
+ 0.19.0
```
A maven plugin allows you to integrate the checks into your build:
@@ -26,7 +26,7 @@ A maven plugin allows you to integrate the checks into your build:
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md
index 87634599..a51fa5c8 100644
--- a/src/site/markdown/CliTool.md
+++ b/src/site/markdown/CliTool.md
@@ -137,13 +137,13 @@ OPTIONS
When your library implements interfaces or extends classes from other libraries than the JDK and you want to evaluate binary
compatibility you must specify the classpath for the two different versions:
- java -jar japicmp-0.18.5-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
+ java -jar japicmp-0.19.0-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar
--old-classpath other-library-v1.jar
In case the classpath for both versions did not change, you can add the library using the standard way:
- java -cp japicmp-0.18.5-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
+ java -cp japicmp-0.19.0-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar
For reporting purposes you can also provide more than one jar as old or new version(s):
- java -jar japicmp-0.18.5-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
+ java -jar japicmp-0.19.0-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar
diff --git a/src/site/markdown/MavenPlugin.md b/src/site/markdown/MavenPlugin.md
index e2fd1c13..178f1a37 100644
--- a/src/site/markdown/MavenPlugin.md
+++ b/src/site/markdown/MavenPlugin.md
@@ -10,7 +10,7 @@ The maven plugin can be included in the pom.xml file of your artifact in the fol
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
@@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements:
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
@@ -70,7 +70,7 @@ to configure the latest version more precisely (e.g. only GA versions), then you
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
\d+\.\d+\.\d+\.GA
@@ -115,13 +115,13 @@ An advanced configuration can utilize the following parameters:
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
japicmp
japicmp-test-v1
- 0.18.5
+ 0.19.0
jar
@@ -369,7 +369,7 @@ Alternatively it can be used inside the `` tag in order to be invoke
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0
diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md
index 67d17187..d2c77a74 100644
--- a/src/site/markdown/index.md
+++ b/src/site/markdown/index.md
@@ -3,7 +3,7 @@ japicmp
japicmp is a tool to compare two versions of a jar archive:
- java -jar japicmp-0.18.5-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
+ java -jar japicmp-0.19.0-jar-with-dependencies.jar -n new-version.jar -o old-version.jar
It can also be used as a library:
@@ -16,7 +16,7 @@ japicmp is available in the Maven Central Repository:
com.github.siom79.japicmp
japicmp
- 0.18.5
+ 0.19.0
A maven plugin allows you to integrate the checks into your build:
@@ -25,7 +25,7 @@ A maven plugin allows you to integrate the checks into your build:
com.github.siom79.japicmp
japicmp-maven-plugin
- 0.18.5
+ 0.19.0