diff --git a/README.md b/README.md index dd75b1d25..7795e83de 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.17.3-jar-with-dependencies.jar -n new-version.jar -o old-version.jar +java -jar japicmp-0.17.4-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.17.3 + 0.17.4 ``` 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.17.3 + 0.17.4 diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md index a5a0dca4c..8547e9166 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.17.3-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar + java -jar japicmp-0.17.4-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.17.3-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar + java -cp japicmp-0.17.4-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.17.3-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar + java -jar japicmp-0.17.4-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 960de6fca..11996dc89 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.17.3 + 0.17.4 @@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements: com.github.siom79.japicmp japicmp-maven-plugin - 0.17.3 + 0.17.4 @@ -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.17.3 + 0.17.4 \d+\.\d+\.\d+\.GA @@ -115,13 +115,13 @@ An advanced configuration can utilize the following parameters: com.github.siom79.japicmp japicmp-maven-plugin - 0.17.3 + 0.17.4 japicmp japicmp-test-v1 - 0.17.3 + 0.17.4 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.17.3 + 0.17.4 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index b828d0021..157918119 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.17.3-jar-with-dependencies.jar -n new-version.jar -o old-version.jar + java -jar japicmp-0.17.4-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.17.3 + 0.17.4 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.17.3 + 0.17.4