From 8a4609eeae8c713972697596d36b8e6c84be7c11 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Thu, 21 May 2026 20:13:01 +0200 Subject: [PATCH 1/6] Update ReleaseNotes.md for version 0.26.0 --- src/site/markdown/ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/site/markdown/ReleaseNotes.md b/src/site/markdown/ReleaseNotes.md index 60a7def2..104b00ff 100644 --- a/src/site/markdown/ReleaseNotes.md +++ b/src/site/markdown/ReleaseNotes.md @@ -3,6 +3,10 @@ Versions The following versions of japicmp are available: +0.26.0 (2026-05-21) +------------------- +* No NPE when using Markdown-Processsor with byte-based archive [516](https://github.com/siom79/japicmp/issues/516) + 0.25.7 (2026-05-07) ------------------- * Report incompatiblity in case a class changes from implementing a generic interface with raw types to concrete type parameters [#507](https://github.com/siom79/japicmp/issues/507) From fc65dbc1d1fda7f8225989b7675733a7f294da87 Mon Sep 17 00:00:00 2001 From: Martin Mois Date: Thu, 21 May 2026 20:13:41 +0200 Subject: [PATCH 2/6] Fix link format in ReleaseNotes.md --- src/site/markdown/ReleaseNotes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/markdown/ReleaseNotes.md b/src/site/markdown/ReleaseNotes.md index 104b00ff..0fa00c86 100644 --- a/src/site/markdown/ReleaseNotes.md +++ b/src/site/markdown/ReleaseNotes.md @@ -5,7 +5,7 @@ The following versions of japicmp are available: 0.26.0 (2026-05-21) ------------------- -* No NPE when using Markdown-Processsor with byte-based archive [516](https://github.com/siom79/japicmp/issues/516) +* No NPE when using Markdown-Processsor with byte-based archive [#516](https://github.com/siom79/japicmp/issues/516) 0.25.7 (2026-05-07) ------------------- From 8103fe27066a81215a1fef45e7ee5a6a0f15544b Mon Sep 17 00:00:00 2001 From: siom79 Date: Thu, 21 May 2026 18:14:58 +0000 Subject: [PATCH 3/6] mvn set version to 0.26.0-SNAPSHOT --- japicmp-ant-task/pom.xml | 2 +- japicmp-maven-plugin/pom.xml | 2 +- japicmp-testbase/japicmp-test-ant-task/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml | 2 +- .../japicmp-test-maven-plugin-ignoremissingartifact/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin/pom.xml | 2 +- .../japicmp-test-service-impl-v1/pom.xml | 2 +- .../japicmp-test-service-impl-v2/pom.xml | 2 +- .../japicmp-test-service-test/pom.xml | 2 +- .../japicmp-test-service-v1/pom.xml | 2 +- .../japicmp-test-service-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-service-impl-base/pom.xml | 2 +- japicmp-testbase/japicmp-test-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-vx-client/pom.xml | 2 +- japicmp-testbase/japicmp-test/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v2/pom.xml | 2 +- japicmp-testbase/pom.xml | 2 +- japicmp/pom.xml | 2 +- pom.xml | 2 +- 31 files changed, 31 insertions(+), 31 deletions(-) diff --git a/japicmp-ant-task/pom.xml b/japicmp-ant-task/pom.xml index 9ccb382c..3ad52a35 100644 --- a/japicmp-ant-task/pom.xml +++ b/japicmp-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-maven-plugin/pom.xml b/japicmp-maven-plugin/pom.xml index 74dc2472..e923e82e 100644 --- a/japicmp-maven-plugin/pom.xml +++ b/japicmp-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-ant-task/pom.xml b/japicmp-testbase/japicmp-test-ant-task/pom.xml index 98aa620b..64b24ae2 100644 --- a/japicmp-testbase/japicmp-test-ant-task/pom.xml +++ b/japicmp-testbase/japicmp-test-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml index ab93243b..94269822 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-testbundle-v1 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml index 0dc22f54..8eab9c3b 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-testbundle-v2 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml index 7426950b..8b0dc305 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml index 0535af24..f1c1d40b 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml index bf9b19ab..304cd057 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-test-maven-plugin-guava diff --git a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml index ee9a7f75..ea0f9d1c 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml index e9694131..0575fdca 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-test-maven-plugin-japicmp diff --git a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml index 18473a5b..6bf4e787 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 war diff --git a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml index 4cec59b4..cbbc5777 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml index 36f06906..71327f29 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml index 84a2aad4..c622c99d 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml index 27d181df..04fbe68a 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml index 5195bc80..187bba3a 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml index 87dadfa8..8ebe46ef 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml index f0a8c5d8..633a5cbd 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml index bf82649c..d5f6dcc3 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml index ac8634bc..a2d2190e 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml index 5fb35fd7..31fdb52b 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml index 97b6f7be..ce21cfb5 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-v1/pom.xml b/japicmp-testbase/japicmp-test-v1/pom.xml index 02f3f191..505982b5 100644 --- a/japicmp-testbase/japicmp-test-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-test-v1 diff --git a/japicmp-testbase/japicmp-test-v2/pom.xml b/japicmp-testbase/japicmp-test-v2/pom.xml index 29a27d40..fb78a25c 100644 --- a/japicmp-testbase/japicmp-test-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-test-v2 diff --git a/japicmp-testbase/japicmp-test-vx-client/pom.xml b/japicmp-testbase/japicmp-test-vx-client/pom.xml index 913a5c68..7d03bdf7 100644 --- a/japicmp-testbase/japicmp-test-vx-client/pom.xml +++ b/japicmp-testbase/japicmp-test-vx-client/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test/pom.xml b/japicmp-testbase/japicmp-test/pom.xml index 524b368c..b62ea223 100644 --- a/japicmp-testbase/japicmp-test/pom.xml +++ b/japicmp-testbase/japicmp-test/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-test diff --git a/japicmp-testbase/japicmp-test2-v1/pom.xml b/japicmp-testbase/japicmp-test2-v1/pom.xml index b8567fa7..71c36f56 100644 --- a/japicmp-testbase/japicmp-test2-v1/pom.xml +++ b/japicmp-testbase/japicmp-test2-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test2-v2/pom.xml b/japicmp-testbase/japicmp-test2-v2/pom.xml index 33e6b109..1b4a6f39 100644 --- a/japicmp-testbase/japicmp-test2-v2/pom.xml +++ b/japicmp-testbase/japicmp-test2-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml index 23590925..f7c28822 100644 --- a/japicmp-testbase/pom.xml +++ b/japicmp-testbase/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp-testbase diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 9c407282..69bb072e 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT japicmp diff --git a/pom.xml b/pom.xml index 9f0410e4..21e699c6 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.25.8-SNAPSHOT + 0.26.0-SNAPSHOT pom japicmp-base From c194aee7604053dfcbf26d598fb88346421ae66e Mon Sep 17 00:00:00 2001 From: siom79 Date: Thu, 21 May 2026 18:15:58 +0000 Subject: [PATCH 4/6] upgraded version in *.md files to 0.26.0 --- README.md | 4 ++-- src/site/markdown/CliTool.md | 6 +++--- src/site/markdown/MavenPlugin.md | 12 ++++++------ src/site/markdown/index.md | 6 +++--- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 07b5c99b..7dcd35da 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ japicmp is available in the Maven Central Repository: com.github.siom79.japicmp japicmp - 0.25.7 + 0.26.0 ``` A maven plugin allows you to integrate the checks into your build: @@ -27,7 +27,7 @@ A maven plugin allows you to integrate the checks into your build: com.github.siom79.japicmp japicmp-maven-plugin - 0.25.7 + 0.26.0 diff --git a/src/site/markdown/CliTool.md b/src/site/markdown/CliTool.md index 78d93ee4..e463a7e6 100644 --- a/src/site/markdown/CliTool.md +++ b/src/site/markdown/CliTool.md @@ -147,18 +147,18 @@ When your library implements interfaces or extends classes from other libraries compatibility you must specify the classpath for the two different versions: ```bash -java -jar japicmp-0.25.7-jar-with-dependencies.jar -n new-version.jar -o old-version.jar --new-classpath other-library-v2.jar +java -jar japicmp-0.26.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: ```bash -java -cp japicmp-0.25.7-jar-with-dependencies.jar;otherLibrary.jar japicmp.JApiCmp -n new-version.jar -o old-version.jar +java -cp japicmp-0.26.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): ```bash -java -jar japicmp-0.25.7-jar-with-dependencies.jar -o lib1-old.jar;lib2-old.jar -n lib1-new.jar;lib2-new.jar +java -jar japicmp-0.26.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 dd2766c4..1cbea684 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.25.7 + 0.26.0 @@ -46,7 +46,7 @@ You can also leave out the <oldVersion> and <newVersion> elements: com.github.siom79.japicmp japicmp-maven-plugin - 0.25.7 + 0.26.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.25.7 + 0.26.0 \d+\.\d+\.\d+\.GA @@ -116,13 +116,13 @@ An advanced configuration can utilize the following parameters: com.github.siom79.japicmp japicmp-maven-plugin - 0.25.7 + 0.26.0 japicmp japicmp-test-v1 - 0.25.7 + 0.26.0 jar @@ -382,7 +382,7 @@ Alternatively it can be used inside the `` tag in order to be invoke com.github.siom79.japicmp japicmp-maven-plugin - 0.25.7 + 0.26.0 diff --git a/src/site/markdown/index.md b/src/site/markdown/index.md index 5986140b..8c0aedaa 100644 --- a/src/site/markdown/index.md +++ b/src/site/markdown/index.md @@ -4,7 +4,7 @@ japicmp japicmp is a tool to compare two versions of a jar archive: ```bash -java -jar japicmp-0.25.7-jar-with-dependencies.jar -n new-version.jar -o old-version.jar +java -jar japicmp-0.26.0-jar-with-dependencies.jar -n new-version.jar -o old-version.jar ``` It can also be used as a library: @@ -21,7 +21,7 @@ japicmp is available in the Maven Central Repository: com.github.siom79.japicmp japicmp - 0.25.7 + 0.26.0 ``` @@ -31,7 +31,7 @@ A maven plugin allows you to integrate the checks into your build: com.github.siom79.japicmp japicmp-maven-plugin - 0.25.7 + 0.26.0 From aa075182aa74558d6877714a047fd008e6229d24 Mon Sep 17 00:00:00 2001 From: siom79 Date: Thu, 21 May 2026 18:18:39 +0000 Subject: [PATCH 5/6] [maven-release-plugin] prepare release japicmp-base-0.26.0 --- japicmp-ant-task/pom.xml | 2 +- japicmp-maven-plugin/pom.xml | 2 +- japicmp-testbase/japicmp-test-ant-task/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml | 2 +- .../japicmp-test-maven-plugin-ignoremissingartifact/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../japicmp-test-maven-plugin-userproperty/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin/pom.xml | 2 +- .../japicmp-test-service-impl-v1/pom.xml | 2 +- .../japicmp-test-service-impl-v2/pom.xml | 2 +- .../japicmp-test-service-test/pom.xml | 2 +- .../japicmp-test-service-v1/pom.xml | 2 +- .../japicmp-test-service-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-service-impl-base/pom.xml | 2 +- japicmp-testbase/japicmp-test-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-vx-client/pom.xml | 2 +- japicmp-testbase/japicmp-test/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v2/pom.xml | 2 +- japicmp-testbase/pom.xml | 2 +- japicmp/pom.xml | 2 +- pom.xml | 4 ++-- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/japicmp-ant-task/pom.xml b/japicmp-ant-task/pom.xml index 3ad52a35..0819705a 100644 --- a/japicmp-ant-task/pom.xml +++ b/japicmp-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-maven-plugin/pom.xml b/japicmp-maven-plugin/pom.xml index e923e82e..165d2a7b 100644 --- a/japicmp-maven-plugin/pom.xml +++ b/japicmp-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-ant-task/pom.xml b/japicmp-testbase/japicmp-test-ant-task/pom.xml index 64b24ae2..5d2e1055 100644 --- a/japicmp-testbase/japicmp-test-ant-task/pom.xml +++ b/japicmp-testbase/japicmp-test-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml index 94269822..dde1ac69 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-testbundle-v1 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml index 8eab9c3b..3c212d00 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-testbundle-v2 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml index 8b0dc305..b39b24fc 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml index f1c1d40b..c135976c 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml index 304cd057..420b978c 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-test-maven-plugin-guava diff --git a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml index ea0f9d1c..dab95e8a 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml index 0575fdca..dcc5527d 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-test-maven-plugin-japicmp diff --git a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml index 6bf4e787..58dbef74 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 war diff --git a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml index cbbc5777..25d7b1a9 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml index 71327f29..4d03c935 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml index c622c99d..e21fe512 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml index 04fbe68a..7bc2e668 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml index 187bba3a..29b8e00a 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml index 8ebe46ef..c6aa9bc2 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml index 633a5cbd..482cbc3c 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml index d5f6dcc3..819b4980 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml index a2d2190e..363de5a7 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml index 31fdb52b..3699a01f 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml index ce21cfb5..95feeee7 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test-v1/pom.xml b/japicmp-testbase/japicmp-test-v1/pom.xml index 505982b5..c8b8e41f 100644 --- a/japicmp-testbase/japicmp-test-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-test-v1 diff --git a/japicmp-testbase/japicmp-test-v2/pom.xml b/japicmp-testbase/japicmp-test-v2/pom.xml index fb78a25c..12d48c74 100644 --- a/japicmp-testbase/japicmp-test-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-test-v2 diff --git a/japicmp-testbase/japicmp-test-vx-client/pom.xml b/japicmp-testbase/japicmp-test-vx-client/pom.xml index 7d03bdf7..131ce384 100644 --- a/japicmp-testbase/japicmp-test-vx-client/pom.xml +++ b/japicmp-testbase/japicmp-test-vx-client/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test/pom.xml b/japicmp-testbase/japicmp-test/pom.xml index b62ea223..140f920f 100644 --- a/japicmp-testbase/japicmp-test/pom.xml +++ b/japicmp-testbase/japicmp-test/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0-SNAPSHOT + 0.26.0 japicmp-test diff --git a/japicmp-testbase/japicmp-test2-v1/pom.xml b/japicmp-testbase/japicmp-test2-v1/pom.xml index 71c36f56..25220236 100644 --- a/japicmp-testbase/japicmp-test2-v1/pom.xml +++ b/japicmp-testbase/japicmp-test2-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/japicmp-test2-v2/pom.xml b/japicmp-testbase/japicmp-test2-v2/pom.xml index 1b4a6f39..bbba380d 100644 --- a/japicmp-testbase/japicmp-test2-v2/pom.xml +++ b/japicmp-testbase/japicmp-test2-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0-SNAPSHOT + 0.26.0 4.0.0 diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml index f7c28822..63626ed6 100644 --- a/japicmp-testbase/pom.xml +++ b/japicmp-testbase/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0-SNAPSHOT + 0.26.0 japicmp-testbase diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 69bb072e..26303e4a 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0-SNAPSHOT + 0.26.0 japicmp diff --git a/pom.xml b/pom.xml index 21e699c6..9aa42d99 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0-SNAPSHOT + 0.26.0 pom japicmp-base @@ -447,7 +447,7 @@ scm:git:https://github.com/${github.account}/${github.project}.git scm:git:https://github.com/${github.account}/${github.project}.git https://github.com/${github.account}/${github.project}.git - japicmp-base-0.25.2 + japicmp-base-0.26.0 From 3abd96a2b505a84bbdd45349f7ea106092bbf6ff Mon Sep 17 00:00:00 2001 From: siom79 Date: Thu, 21 May 2026 18:18:42 +0000 Subject: [PATCH 6/6] [maven-release-plugin] prepare for next development iteration --- japicmp-ant-task/pom.xml | 2 +- japicmp-maven-plugin/pom.xml | 2 +- japicmp-testbase/japicmp-test-ant-task/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml | 2 +- .../japicmp-test-maven-plugin-ignoremissingartifact/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../japicmp-test-maven-plugin-userproperty/pom.xml | 2 +- japicmp-testbase/japicmp-test-maven-plugin/pom.xml | 2 +- .../japicmp-test-service-impl-v1/pom.xml | 2 +- .../japicmp-test-service-impl-v2/pom.xml | 2 +- .../japicmp-test-service-test/pom.xml | 2 +- .../japicmp-test-service-v1/pom.xml | 2 +- .../japicmp-test-service-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-service-impl-base/pom.xml | 2 +- japicmp-testbase/japicmp-test-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test-v2/pom.xml | 2 +- japicmp-testbase/japicmp-test-vx-client/pom.xml | 2 +- japicmp-testbase/japicmp-test/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v1/pom.xml | 2 +- japicmp-testbase/japicmp-test2-v2/pom.xml | 2 +- japicmp-testbase/pom.xml | 2 +- japicmp/pom.xml | 2 +- pom.xml | 4 ++-- 31 files changed, 32 insertions(+), 32 deletions(-) diff --git a/japicmp-ant-task/pom.xml b/japicmp-ant-task/pom.xml index 0819705a..f9fb4376 100644 --- a/japicmp-ant-task/pom.xml +++ b/japicmp-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-maven-plugin/pom.xml b/japicmp-maven-plugin/pom.xml index 165d2a7b..b5368f62 100644 --- a/japicmp-maven-plugin/pom.xml +++ b/japicmp-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-ant-task/pom.xml b/japicmp-testbase/japicmp-test-ant-task/pom.xml index 5d2e1055..7c180f1d 100644 --- a/japicmp-testbase/japicmp-test-ant-task/pom.xml +++ b/japicmp-testbase/japicmp-test-ant-task/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml index dde1ac69..75811715 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-testbundle-v1 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml index 3c212d00..ddf96a03 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-testbundle-v2 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml index b39b24fc..fd9e140a 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-bundle/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml index c135976c..7cd8a680 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-classifier/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml index 420b978c..1a17a728 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-guava/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-test-maven-plugin-guava diff --git a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml index dab95e8a..7ad4d8ef 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-ignoremissingartifact/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml index dcc5527d..a4146502 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-japicmp/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-test-maven-plugin-japicmp diff --git a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml index 58dbef74..34b8d71b 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-packaging/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 war diff --git a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml index 25d7b1a9..3ab60323 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-pom-module/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml index 4d03c935..3dbadcd1 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact-test/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml index e21fe512..ccf7e3b9 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-post-analysis-script-artifact/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml index 7bc2e668..e73ed3bd 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin-userproperty/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml index 29b8e00a..e06ed185 100644 --- a/japicmp-testbase/japicmp-test-maven-plugin/pom.xml +++ b/japicmp-testbase/japicmp-test-maven-plugin/pom.xml @@ -3,7 +3,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml index c6aa9bc2..3e1c055e 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml index 482cbc3c..671e62fa 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-impl-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml index 819b4980..63d188d4 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-test/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml index 363de5a7..3a84e9f2 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml index 3699a01f..10795a0a 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/japicmp-test-service-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-test-service-impl-base com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml index 95feeee7..035f1e6c 100644 --- a/japicmp-testbase/japicmp-test-service-impl-base/pom.xml +++ b/japicmp-testbase/japicmp-test-service-impl-base/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test-v1/pom.xml b/japicmp-testbase/japicmp-test-v1/pom.xml index c8b8e41f..0cf2209a 100644 --- a/japicmp-testbase/japicmp-test-v1/pom.xml +++ b/japicmp-testbase/japicmp-test-v1/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-test-v1 diff --git a/japicmp-testbase/japicmp-test-v2/pom.xml b/japicmp-testbase/japicmp-test-v2/pom.xml index 12d48c74..6e909869 100644 --- a/japicmp-testbase/japicmp-test-v2/pom.xml +++ b/japicmp-testbase/japicmp-test-v2/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-test-v2 diff --git a/japicmp-testbase/japicmp-test-vx-client/pom.xml b/japicmp-testbase/japicmp-test-vx-client/pom.xml index 131ce384..7fb3210a 100644 --- a/japicmp-testbase/japicmp-test-vx-client/pom.xml +++ b/japicmp-testbase/japicmp-test-vx-client/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test/pom.xml b/japicmp-testbase/japicmp-test/pom.xml index 140f920f..6a35ca46 100644 --- a/japicmp-testbase/japicmp-test/pom.xml +++ b/japicmp-testbase/japicmp-test/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-testbase - 0.26.0 + 0.26.1-SNAPSHOT japicmp-test diff --git a/japicmp-testbase/japicmp-test2-v1/pom.xml b/japicmp-testbase/japicmp-test2-v1/pom.xml index 25220236..fb4cb693 100644 --- a/japicmp-testbase/japicmp-test2-v1/pom.xml +++ b/japicmp-testbase/japicmp-test2-v1/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/japicmp-test2-v2/pom.xml b/japicmp-testbase/japicmp-test2-v2/pom.xml index bbba380d..a3f13814 100644 --- a/japicmp-testbase/japicmp-test2-v2/pom.xml +++ b/japicmp-testbase/japicmp-test2-v2/pom.xml @@ -3,7 +3,7 @@ japicmp-testbase com.github.siom79.japicmp - 0.26.0 + 0.26.1-SNAPSHOT 4.0.0 diff --git a/japicmp-testbase/pom.xml b/japicmp-testbase/pom.xml index 63626ed6..5f24ebed 100644 --- a/japicmp-testbase/pom.xml +++ b/japicmp-testbase/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0 + 0.26.1-SNAPSHOT japicmp-testbase diff --git a/japicmp/pom.xml b/japicmp/pom.xml index 26303e4a..daefc835 100644 --- a/japicmp/pom.xml +++ b/japicmp/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0 + 0.26.1-SNAPSHOT japicmp diff --git a/pom.xml b/pom.xml index 9aa42d99..21fdf2a9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.github.siom79.japicmp japicmp-base - 0.26.0 + 0.26.1-SNAPSHOT pom japicmp-base @@ -447,7 +447,7 @@ scm:git:https://github.com/${github.account}/${github.project}.git scm:git:https://github.com/${github.account}/${github.project}.git https://github.com/${github.account}/${github.project}.git - japicmp-base-0.26.0 + japicmp-base-0.25.2