From 4a7b2e07673cd6161035e9c334dc9c80344a0ffe Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Sun, 21 Jul 2024 09:35:53 +0200 Subject: [PATCH] upgraded version in *.md files to 0.22.0 --- 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 d44539b9..7a64aae8 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.21.2-jar-with-dependencies.jar -n new-version.jar -o old-version.jar +java -jar japicmp-0.22.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.21.2 + 0.22.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.21.2 + 0.22.0 diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md index 99e0e535..411111b8 100644 --- a/src/site/markdown/CliTool.md +++ b/src/site/markdown/CliTool.md @@ -142,13 +142,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.21.2-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar + java -jar japicmp-0.22.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.21.2-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar + java -cp japicmp-0.22.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.21.2-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar + java -jar japicmp-0.22.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 2d5d449d..4985391e 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.21.2 + 0.22.0 @@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements: com.github.siom79.japicmp japicmp-maven-plugin - 0.21.2 + 0.22.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.21.2 + 0.22.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.21.2 + 0.22.0 japicmp japicmp-test-v1 - 0.21.2 + 0.22.0 jar @@ -377,7 +377,7 @@ Alternatively it can be used inside the `` tag in order to be invoke com.github.siom79.japicmp japicmp-maven-plugin - 0.21.2 + 0.22.0 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 8cdff4e8..9cc11a52 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.21.2-jar-with-dependencies.jar -n new-version.jar -o old-version.jar + java -jar japicmp-0.22.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.21.2 + 0.22.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.21.2 + 0.22.0