diff --git a/README.md b/README.md index 2f628b52d..fa5699310 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.15.7-jar-with-dependencies.jar -n new-version.jar -o old-version.jar +java -jar japicmp-0.16.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.15.7 + 0.16.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.15.7 + 0.16.0 diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md index 677806065..6bf3aab41 100644 --- a/src/site/markdown/CliTool.md +++ b/src/site/markdown/CliTool.md @@ -136,13 +136,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.15.7-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar + java -jar japicmp-0.16.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.15.7-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar + java -cp japicmp-0.16.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.15.7-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar + java -jar japicmp-0.16.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 db7ff0155..7f41ec548 100644 --- a/src/site/markdown/MavenPlugin.md +++ b/src/site/markdown/MavenPlugin.md @@ -8,7 +8,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.15.7 + 0.16.0 @@ -44,7 +44,7 @@ You can also leave out the <oldVersion> and <newVersion> elements: com.github.siom79.japicmp japicmp-maven-plugin - 0.15.7 + 0.16.0 @@ -68,7 +68,7 @@ to configure the latest version more precisely (e.g. only GA versions), then you com.github.siom79.japicmp japicmp-maven-plugin - 0.15.7 + 0.16.0 \d+\.\d+\.\d+\.GA @@ -111,13 +111,13 @@ An advanced configuration can utilize the following parameters: com.github.siom79.japicmp japicmp-maven-plugin - 0.15.7 + 0.16.0 japicmp japicmp-test-v1 - 0.15.7 + 0.16.0 jar @@ -355,7 +355,7 @@ Alternatively it can be used inside the `` tag in order to be invoke com.github.siom79.japicmp japicmp-maven-plugin - 0.15.7 + 0.16.0 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 1888655a2..afb446faa 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -2,7 +2,7 @@ japicmp is a tool to compare two versions of a jar archive: - java -jar japicmp-0.15.7-jar-with-dependencies.jar -n new-version.jar -o old-version.jar + java -jar japicmp-0.16.0-jar-with-dependencies.jar -n new-version.jar -o old-version.jar It can also be used as a library: @@ -15,7 +15,7 @@ japicmp is available in the Maven Central Repository: com.github.siom79.japicmp japicmp - 0.15.7 + 0.16.0 A maven plugin allows you to integrate the checks into your build: @@ -24,7 +24,7 @@ A maven plugin allows you to integrate the checks into your build: com.github.siom79.japicmp japicmp-maven-plugin - 0.15.7 + 0.16.0