From 77d89b9e78baa27c68296827ace14c26d8e87d50 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Wed, 18 Oct 2023 16:56:03 +0200 Subject: [PATCH] upgraded version in *.md files to 0.18.2 --- README.md | 6 +++--- src/site/markdown/CliTool.md | 6 +++--- src/site/markdown/MavenPlugin.md | 12 ++++++------ src/site/markdown/index.md | 6 +++--- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 5b61db2d3..3884b5ac0 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.1-jar-with-dependencies.jar -n new-version.jar -o old-version.jar +java -jar japicmp-0.18.2-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.1 + 0.18.2 ``` 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.1 + 0.18.2 diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md index 1647682f0..f743499c8 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.1-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar + java -jar japicmp-0.18.2-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.1-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar + java -cp japicmp-0.18.2-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.1-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar + java -jar japicmp-0.18.2-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 7ad81ffb1..8c2213671 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.1 + 0.18.2 @@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements: com.github.siom79.japicmp japicmp-maven-plugin - 0.18.1 + 0.18.2 @@ -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.1 + 0.18.2 \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.1 + 0.18.2 japicmp japicmp-test-v1 - 0.18.1 + 0.18.2 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.1 + 0.18.2 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index ba813e1c7..c4c1f4887 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.1-jar-with-dependencies.jar -n new-version.jar -o old-version.jar + java -jar japicmp-0.18.2-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.1 + 0.18.2 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.1 + 0.18.2