(maven-site) branch MNG-8258 deleted (was c6e93b9b)

2024-10-10 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven-site.git


 was c6e93b9b [MNG-8258] Maven 4 beta 5 provides default inherited value

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(maven-site) branch master updated: [MNG-8258] Maven 4 beta 5 provides default inherited value

2024-10-10 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new d364cdc9 [MNG-8258] Maven 4 beta 5 provides default inherited value
d364cdc9 is described below

commit d364cdc9f9b9c999a6aaaf27fd6a84ed287b7648
Author: Hervé Boutemy 
AuthorDate: Fri Oct 11 06:26:40 2024 +0200

[MNG-8258] Maven 4 beta 5 provides default inherited value
---
 .../apt/guides/mini/guide-reproducible-builds.apt  | 47 +++---
 1 file changed, 5 insertions(+), 42 deletions(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt 
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 9e06da89..85513046 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -57,6 +57,9 @@ mvn artifact:check-buildplan
 
  []
 
+ Notice: starting with Maven 4.0.0-beta-5, Reproducible Builds mode will be 
active by default (see 
{{{https://issues.apache.org/jira/browse/MNG-8258}MNG-8258}}), without 
modifying project's <<>>.
+ Setting a value in your <<>> will only be useful if you want to 
override the inherited value.
+
  You have the basics configured. The output should be mostly reproducible now.
  
 * How to test my Maven build reproducibility?
@@ -78,7 +81,7 @@ mvn clean verify artifact:compare
 
  []
 
- Notice that this does NOT really prove that your build is yet reproducible, 
because your build may still suffer from environment leaks (username, current 
directory, ...). But it is easy to do, and prevents basic non-reproducible 
issues like timestamps.
+ Notice that this local test does NOT really prove that your build is yet 
reproducible by a third party, because it may still suffer from environment 
leaks (username, current directory, ...). But it is easy to do, and prevents 
basic non-reproducible issues like timestamps.
  Really checking reproducibility requires to rebuild from a completely 
different setup: this is harder to do, even if containers may ease the task.
 
 * How to fix my Maven build reproducibility?
@@ -131,44 +134,4 @@ mvn clean verify artifact:compare
  
  * Q. Which additional plugins need to be updated for Reproducible Builds?
  
-   A. Here is a simplified list:
-
-*+---+--+
-| <>   | <> | <>
-*+---+--+
-| {{{/plugins/maven-assembly-plugin/}maven-assembly-plugin}} | 
3.2.0 |
-*+---+--+
-| {{{/plugins/maven-jar-plugin/}maven-jar-plugin}}   | 
3.2.0 |
-*+---+--+
-| {{{/plugins/maven-ejb-plugin/}maven-ejb-plugin}}   | 
3.1.0 |
-*+---+--+
-| {{{/plugins/maven-javadoc-plugin/}maven-javadoc-plugin}}   | 
3.2.0 | requires also <<<\true\>>> configuration 
in <<>> (for automatic use both from plugins and reports)
-*+---+--+
-| {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}| 
3.5.1 |
-*+---+--+
-| {{{/plugins/maven-remote-resources-plugin/}maven-remote-resources-plugin}} | 
1.7.0 |
-*+---+--+
-| {{{/plugins/maven-shade-plugin/}maven-shade-plugin}}   | 
3.2.3 |
-*+---+--+
-| {{{/plugins/maven-site-plugin/}maven-site-plugin}} | 
3.9.0 |
-*+---+--+
-| {{{/plugins/maven-source-plugin/}maven-source-plugin}} | 
3.2.1 |
-*+---+--+
-| {{{/plugins/maven-war-plugin/}maven-war-plugin}}   | 
3.3.1 |
-*+---+--+
-| {{{/plugins/maven-ear-plugin/}maven-ear-plugin}}   | 
3.1.0 |
-*+---+--+
-| 
{{{https://codehaus-plexus.git

(maven-site) branch MNG-8258 created (now c6e93b9b)

2024-10-10 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven-site.git


  at c6e93b9b [MNG-8258] Maven 4 beta 5 provides default inherited value

This branch includes the following new commits:

 new c6e93b9b [MNG-8258] Maven 4 beta 5 provides default inherited value

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(maven-site) 01/01: [MNG-8258] Maven 4 beta 5 provides default inherited value

2024-10-10 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit c6e93b9b89896b8026192345cbe7ea8edfcdd5ef
Author: Hervé Boutemy 
AuthorDate: Fri Oct 11 06:26:40 2024 +0200

[MNG-8258] Maven 4 beta 5 provides default inherited value
---
 .../apt/guides/mini/guide-reproducible-builds.apt  | 47 +++---
 1 file changed, 5 insertions(+), 42 deletions(-)

diff --git a/content/apt/guides/mini/guide-reproducible-builds.apt 
b/content/apt/guides/mini/guide-reproducible-builds.apt
index 9e06da89..85513046 100644
--- a/content/apt/guides/mini/guide-reproducible-builds.apt
+++ b/content/apt/guides/mini/guide-reproducible-builds.apt
@@ -57,6 +57,9 @@ mvn artifact:check-buildplan
 
  []
 
+ Notice: starting with Maven 4.0.0-beta-5, Reproducible Builds mode will be 
active by default (see 
{{{https://issues.apache.org/jira/browse/MNG-8258}MNG-8258}}), without 
modifying project's <<>>.
+ Setting a value in your <<>> will only be useful if you want to 
override the inherited value.
+
  You have the basics configured. The output should be mostly reproducible now.
  
 * How to test my Maven build reproducibility?
@@ -78,7 +81,7 @@ mvn clean verify artifact:compare
 
  []
 
- Notice that this does NOT really prove that your build is yet reproducible, 
because your build may still suffer from environment leaks (username, current 
directory, ...). But it is easy to do, and prevents basic non-reproducible 
issues like timestamps.
+ Notice that this local test does NOT really prove that your build is yet 
reproducible by a third party, because it may still suffer from environment 
leaks (username, current directory, ...). But it is easy to do, and prevents 
basic non-reproducible issues like timestamps.
  Really checking reproducibility requires to rebuild from a completely 
different setup: this is harder to do, even if containers may ease the task.
 
 * How to fix my Maven build reproducibility?
@@ -131,44 +134,4 @@ mvn clean verify artifact:compare
  
  * Q. Which additional plugins need to be updated for Reproducible Builds?
  
-   A. Here is a simplified list:
-
-*+---+--+
-| <>   | <> | <>
-*+---+--+
-| {{{/plugins/maven-assembly-plugin/}maven-assembly-plugin}} | 
3.2.0 |
-*+---+--+
-| {{{/plugins/maven-jar-plugin/}maven-jar-plugin}}   | 
3.2.0 |
-*+---+--+
-| {{{/plugins/maven-ejb-plugin/}maven-ejb-plugin}}   | 
3.1.0 |
-*+---+--+
-| {{{/plugins/maven-javadoc-plugin/}maven-javadoc-plugin}}   | 
3.2.0 | requires also <<<\true\>>> configuration 
in <<>> (for automatic use both from plugins and reports)
-*+---+--+
-| {{{/plugin-tools/maven-plugin-plugin/}maven-plugin-plugin}}| 
3.5.1 |
-*+---+--+
-| {{{/plugins/maven-remote-resources-plugin/}maven-remote-resources-plugin}} | 
1.7.0 |
-*+---+--+
-| {{{/plugins/maven-shade-plugin/}maven-shade-plugin}}   | 
3.2.3 |
-*+---+--+
-| {{{/plugins/maven-site-plugin/}maven-site-plugin}} | 
3.9.0 |
-*+---+--+
-| {{{/plugins/maven-source-plugin/}maven-source-plugin}} | 
3.2.1 |
-*+---+--+
-| {{{/plugins/maven-war-plugin/}maven-war-plugin}}   | 
3.3.1 |
-*+---+--+
-| {{{/plugins/maven-ear-plugin/}maven-ear-plugin}}   | 
3.1.0 |
-*+---+--+
-| 
{{{https://codehaus-plexus.github.io/plexus-containers/plexus-component-metadata/}plexus-component-metadata}}
 | 2.1.0 |
-*+---+---

(maven-site-plugin) branch maven-site-plugin-3.x updated: add 3.20.0 and 4.x to history

2024-10-06 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch maven-site-plugin-3.x
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/maven-site-plugin-3.x by this 
push:
 new ccf1425f add 3.20.0 and 4.x to history
ccf1425f is described below

commit ccf1425f3d24a16eeb670fffd0d7f647b2077de3
Author: Hervé Boutemy 
AuthorDate: Sun Oct 6 16:52:06 2024 +0200

add 3.20.0 and 4.x to history
---
 src/site/apt/history.apt | 34 ++
 1 file changed, 34 insertions(+)

diff --git a/src/site/apt/history.apt b/src/site/apt/history.apt
index 3283f5ba..ce0b36f1 100644
--- a/src/site/apt/history.apt
+++ b/src/site/apt/history.apt
@@ -62,6 +62,40 @@ Maven Site Plugin History
 
*-***--**---*---*---*
 || relelease date || maven-site-plugin || {{{/doxia/}Doxia}} || 
{{{/doxia/doxia-sitetools/}Doxia Sitetools}} || 
{{{/shared/maven-reporting-exec/}Maven Reporting Executor}} || minimum Java || 
minimum  Maven || Comment
 
*-***--**---*---*---*
+| 2024-07 | 4.0.0-M16  ||  |
+*-***--**---*---*---*
+| 2024-05 | 4.0.0-M15  | 2.0.0-M12 | 2.0.0-M19 | 2.0.0-M14 
 |   | 3.6.3 |
+*-***--**---*---*---*
+| 2024-05 | 4.0.0-M14  | 2.0.0-M10 | 2.0.0-M18 | 2.0.0-M13
+*-***--**---*---*---*
+| 2023-12 | 4.0.0-M13  ||  |
+*-***--**---*---*---*
+| 2023-11 | 4.0.0-M12  || 2.0.0-M16| 2.0.0-M12
+*-***--**---*---*---*
+| 2023-10 | 4.0.0-M11  | 2.0.0-M8 | 2.0.0-M13  | 2.0.0-M11
+*-***--**---*---*---*
+| 2023-10 | 4.0.0-M10  || 2.0.0-M12| 2.0.0-M10
+*-***--**---*---*---*
+| 2023-07 | 4.0.0-M9   | 2.0.0-M7 | 2.0.0-M11  | 2.0.0-M9
+*-***--**---*---*---*
+| 2023-04 | 4.0.0-M8   || 2.0.0-M10| 2.0.0-M8
+*-***--**---*---*---*
+| 2023-04 | 4.0.0-M7   || 2.0.0-M7 | 2.0.0-M6
+*-***--**---*---*---*
+| 2023-03 | 4.0.0-M6   | 2.0.0-M6 | =  | 2.0.0-M5
+*-***--**---*---*---*
+| 2023-02 | 4.0.0-M5   | 2.0.0-M5 | =  | 2.0.0-M4
+*-***--**---*---*---*
+| 2022-12 | 4.0.0-M4   | 2.0.0-M4 | =  | 2.0.0-M3
+*-***--**---*---*---*
+| 2022-07 | 4.0.0-M3   ||  | 2.0.0-M2
+*-***--**---*---*---*
+| 2022-06 | 4.0.0-M2   | 2.0.0-M3 | =  |
+*-***--**---*---*---*
+| 2022-05 | 4.0.0-M1   | 2.0.0-M2 | =  | 2.0.0-M1  
 |   |   | Test of Doxia 2.0.0 milestones
+*-***--**---*---*---*
+| 2024-08 | 3.20.0 | 2.0.0-M12 | 2.0.0-M19 | 2.0.0-M14 
 |   | 3.6.3 | Doxia 2.0.0
+*-***--**---*---*---*
 | 2022-07 | 3.12.1 ||  |
 
*-***--**---*---*---*
 | 2022-04 | 3.12.0

(maven-site-plugin) branch master updated: add 3.20.0 to history

2024-10-06 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new a15317c3 add 3.20.0 to history
a15317c3 is described below

commit a15317c36def41ab1b9f6508bfe25e9d77060292
Author: Hervé Boutemy 
AuthorDate: Sun Oct 6 16:50:35 2024 +0200

add 3.20.0 to history
---
 src/site/apt/history.apt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site/apt/history.apt b/src/site/apt/history.apt
index a67ae2e5..ce0b36f1 100644
--- a/src/site/apt/history.apt
+++ b/src/site/apt/history.apt
@@ -94,6 +94,8 @@ Maven Site Plugin History
 
*-***--**---*---*---*
 | 2022-05 | 4.0.0-M1   | 2.0.0-M2 | =  | 2.0.0-M1  
 |   |   | Test of Doxia 2.0.0 milestones
 
*-***--**---*---*---*
+| 2024-08 | 3.20.0 | 2.0.0-M12 | 2.0.0-M19 | 2.0.0-M14 
 |   | 3.6.3 | Doxia 2.0.0
+*-***--**---*---*---*
 | 2022-07 | 3.12.1 ||  |
 
*-***--**---*---*---*
 | 2022-04 | 3.12.0 ||  |   
 | 8 | 3.2.5 |



(maven-artifact-plugin) branch jetty-plugin-reproducible-build updated (b35da17 -> e8be91a)

2024-09-25 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch jetty-plugin-reproducible-build
in repository https://gitbox.apache.org/repos/asf/maven-artifact-plugin.git


from b35da17  [MARTIFACT-70] jetty-jspc-maven-plugin is build reproducible 
since 11.0.0
 add e8be91a  link to Jetty issue

No new revisions were added by this update.

Summary of changes:
 .../maven/plugins/artifact/buildinfo/not-reproducible-plugins.properties | 1 +
 1 file changed, 1 insertion(+)



(maven) branch MNG-8258 updated (cb7e7e79b5 -> 6b3cc3e224)

2024-09-24 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven.git


omit cb7e7e79b5 [MNG-8258] activate Reproducible Builds by default
 add 6b3cc3e224 [MNG-8258] activate Reproducible Builds by default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cb7e7e79b5)
\
 N -- N -- N   refs/heads/MNG-8258 (6b3cc3e224)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.0.0.xml  | 2 +-
 maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.1.0.xml  | 2 +-
 .../src/test/java/org/apache/maven/project/PomConstructionTest.java | 2 +-
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 2 +-
 .../src/main/resources/org/apache/maven/model/pom-4.1.0.xml | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)



(maven) branch MNG-8258 updated (58934adb6a -> cb7e7e79b5)

2024-09-23 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 58934adb6a [MNG-8258] activate Reproducible Builds by default
 add cb7e7e79b5 [MNG-8258] activate Reproducible Builds by default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (58934adb6a)
\
 N -- N -- N   refs/heads/MNG-8258 (cb7e7e79b5)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.0.0.xml | 1 +
 maven-api-impl/src/main/resources/org/apache/maven/model/pom-4.1.0.xml | 1 +
 2 files changed, 2 insertions(+)



(maven) branch MNG-8258 updated (0ae8318ff0 -> 58934adb6a)

2024-09-17 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven.git


 discard 0ae8318ff0 [MNG-8258] activate Reproducible Builds by default
 add 58934adb6a [MNG-8258] activate Reproducible Builds by default

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0ae8318ff0)
\
 N -- N -- N   refs/heads/MNG-8258 (58934adb6a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../src/test/java/org/apache/maven/project/PomConstructionTest.java  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)



(maven) 01/01: [MNG-8258] activate Reproducible Builds by default

2024-09-17 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 0ae8318ff051760cdab227bdb64048d282e07a10
Author: Hervé Boutemy 
AuthorDate: Tue Sep 17 17:09:09 2024 +0200

[MNG-8258] activate Reproducible Builds by default
---
 .../src/main/resources/org/apache/maven/model/pom-4.0.0.xml  | 1 +
 .../src/main/resources/org/apache/maven/model/pom-4.1.0.xml  | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
index 85f8334754..743df6f985 100644
--- 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
+++ 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.0.0.xml
@@ -26,6 +26,7 @@ under the License.
   
 UTF-8
 UTF-8
+
2024-09-17T20:24:09Z
   
 
   
diff --git 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml
index 85f8334754..743df6f985 100644
--- 
a/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml
+++ 
b/maven-model-builder/src/main/resources/org/apache/maven/model/pom-4.1.0.xml
@@ -26,6 +26,7 @@ under the License.
   
 UTF-8
 UTF-8
+
2024-09-17T20:24:09Z
   
 
   



(maven) branch MNG-8258 created (now 0ae8318ff0)

2024-09-17 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MNG-8258
in repository https://gitbox.apache.org/repos/asf/maven.git


  at 0ae8318ff0 [MNG-8258] activate Reproducible Builds by default

This branch includes the following new commits:

 new 0ae8318ff0 [MNG-8258] activate Reproducible Builds by default

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




(maven-shared-jar) branch master updated: add Reproducible Builds badge

2024-09-12 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-jar.git


The following commit(s) were added to refs/heads/master by this push:
 new efc56f5  add Reproducible Builds badge
efc56f5 is described below

commit efc56f5e2d3d9de90344b45bb67729db45fc0999
Author: Hervé Boutemy 
AuthorDate: Thu Sep 12 16:04:13 2024 +0200

add Reproducible Builds badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 178bab5..571f9f5 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Contributing to [Apache Maven JAR 
Utilities](https://maven.apache.org/shared/mav
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-shared-jar.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-jar)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-shared-jar/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-shared-jar/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-jar/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-jar/job/master.svg)][test-results]
 



(maven-jarsigner) branch master updated: add Reproducible Builds badge

2024-09-12 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner.git


The following commit(s) were added to refs/heads/master by this push:
 new f865268  add Reproducible Builds badge
f865268 is described below

commit f8652683c94b9f56b3f787d4e264eb5fdc7b6232
Author: Hervé Boutemy 
AuthorDate: Thu Sep 12 16:01:11 2024 +0200

add Reproducible Builds badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b6a00f2..7a3a873 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Contributing to [Apache Maven 
Jarsigner](https://maven.apache.org/shared/maven-j
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-jarsigner.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-jarsigner)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-jarsigner/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-jarsigner/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jarsigner/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jarsigner/job/master.svg)][test-results]
 



(maven-source-plugin) branch master updated: add Reproducible Builds badge

2024-09-12 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-source-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 0bc523b  add Reproducible Builds badge
0bc523b is described below

commit 0bc523b7593cb240c03ca171ae049744ed82d07a
Author: Hervé Boutemy 
AuthorDate: Thu Sep 12 15:51:23 2024 +0200

add Reproducible Builds badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index bafea6b..9a8f8aa 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Contributing to [Apache Maven Source 
Plugin](https://maven.apache.org/plugins/ma
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSOURCES.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-source-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-source-plugin)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-source-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-source-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-source-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-source-plugin/job/master.svg?)][test-results]
 



(maven-jarsigner-plugin) branch master updated: add Reproducible Builds badge

2024-09-12 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 724409a  add Reproducible Builds badge
724409a is described below

commit 724409a0357c27fa603ae814f7556efda01e99be
Author: Hervé Boutemy 
AuthorDate: Thu Sep 12 15:46:48 2024 +0200

add Reproducible Builds badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b206ebe..cba9413 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Contributing to [Apache Maven Jarsigner 
Plugin](https://maven.apache.org/plugins
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MJARSIGNER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jarsigner-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jarsigner-plugin)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-jarsigner-plugin//badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jarsigner-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jarsigner-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jarsigner-plugin/job/master.svg?)][test-results]
 



(maven-site) branch master updated: fluido ski released

2024-08-31 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new d81a27c9 fluido ski released
d81a27c9 is described below

commit d81a27c9df6819feb4bf7c201a52feca18310c1c
Author: Hervé Boutemy 
AuthorDate: Sat Aug 31 12:46:40 2024 +0200

fluido ski released
---
 content/apt/skins/index.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/skins/index.apt b/content/apt/skins/index.apt
index 73d4af1c..b12cd964 100644
--- a/content/apt/skins/index.apt
+++ b/content/apt/skins/index.apt
@@ -40,7 +40,7 @@ Available Skins
 
*---+--+--+--+++
 | {{{/skins/maven-default-skin/} <<>>}} | 1.3  
| [3.5,)   | You get this skin if you don't specify any skin or 
template. | {{{http://gitbox.apache.org/repos/asf/maven-default-skin/}GitBox}} 
/ {{{https://github.com/apache/maven-default-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != 
Closed AND component = "Default Skin"}JIRA}}
 
*---+--+--+--+++
-| {{{/skins/maven-fluido-skin/} <<>>}}   | 2.0.0-M9 
| [4,) | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GitBox}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != 
Closed AND component = "Fluido+Skin"}JIRA}}
+| {{{/skins/maven-fluido-skin/} <<>>}}   | 
2.0.0-M10| [4,) | Skin based on Bootstrap CSS. | 
{{{http://gitbox.apache.org/repos/asf/maven-fluido-skin/}GitBox}} / 
{{{https://github.com/apache/maven-fluido-skin/}GitHub}} | 
{{{https://issues.apache.org/jira/issues/?jql=project = MSKINS AND status != 
Closed AND component = "Fluido+Skin"}JIRA}}
 
*---+--+--+--+++
 
 ** Retired



(maven-site) branch master updated: plugins released (update generated by mvn -Pupdate)

2024-08-31 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new a5628e2b plugins released (update generated by mvn -Pupdate)
a5628e2b is described below

commit a5628e2b42506e9ea53bedff410266b6425b660d
Author: Hervé Boutemy 
AuthorDate: Sat Aug 31 12:45:33 2024 +0200

plugins released (update generated by mvn -Pupdate)
---
 content/apt/plugins/index.apt | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index 7a92a34f..e28ceaf1 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -73,7 +73,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-deploy-plugin/} <<>>}} | B  | 
3.1.3| 2024-08-19 | Deploy the built artifact to the remote repository. 
| {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}Git}} / 
{{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEPLOY}Jira MDEPLOY}}
 
*--++--++--+++
-| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
3.4.0| 2024-08-15 | Run the JUnit integration tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
+| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
3.5.0| 2024-08-22 | Run the JUnit integration tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++--+++
 | {{{/plugins/maven-install-plugin/} <<>>}}   | B  | 
3.1.3| 2024-08-19 | Install the built artifact into the local 
repository. | 
{{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}Git}} / 
{{{https://github.com/apache/maven-install-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINSTALL}Jira MINSTALL}}
 
*--++--++--+++
@@ -81,7 +81,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-site-plugin/} <<>>}} | B  | 
3.20.0   | 2024-08-14 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}Git}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}Jira MSITE}}
 
*--++--++--+++
-| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.4.0| 2024-08-15 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
+| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.5.0| 2024-08-22 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++--+++
 | {{{/plugins/maven-verifier-plugin/} <<>>}} | B  | 
1.1  | 2015-04-14 | Useful for integration tests - verifies the 
existence of certain conditions. | 
{{{https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git}Git}} / 
{{{https://github.com/apache/mave

(maven-site) branch master updated: plugins released

2024-08-24 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 4b2b39cf plugins released
4b2b39cf is described below

commit 4b2b39cf3148e5135aa7bf302a3d91f7b9dc35c0
Author: Hervé Boutemy 
AuthorDate: Sat Aug 24 22:58:38 2024 +0200

plugins released

content generated by "mvn -Pupdate"
---
 content/apt/plugins/index.apt | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index ac15ec84..7a92a34f 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -73,15 +73,15 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-deploy-plugin/} <<>>}} | B  | 
3.1.3| 2024-08-19 | Deploy the built artifact to the remote repository. 
| {{{https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git}Git}} / 
{{{https://github.com/apache/maven-deploy-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEPLOY}Jira MDEPLOY}}
 
*--++--++--+++
-| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
3.3.1| 2024-07-07 | Run the JUnit integration tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
+| {{{/surefire/maven-failsafe-plugin/} <<>>}}| B  | 
3.4.0| 2024-08-15 | Run the JUnit integration tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++--+++
 | {{{/plugins/maven-install-plugin/} <<>>}}   | B  | 
3.1.3| 2024-08-19 | Install the built artifact into the local 
repository. | 
{{{https://gitbox.apache.org/repos/asf/maven-install-plugin.git}Git}} / 
{{{https://github.com/apache/maven-install-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MINSTALL}Jira MINSTALL}}
 
*--++--++--+++
 | {{{/plugins/maven-resources-plugin/} <<>>}}   | B  | 
3.3.1| 2023-03-21 | Copy the resources to the output directory for 
including in the JAR. | 
{{{https://gitbox.apache.org/repos/asf/maven-resources-plugin.git}Git}} / 
{{{https://github.com/apache/maven-resources-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MRESOURCES}Jira MRESOURCES}}
 
*--++--++--+++
-| {{{/plugins/maven-site-plugin/} <<>>}} | B  | 
4.0.0-M16| 2024-07-17 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}Git}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}Jira MSITE}}
+| {{{/plugins/maven-site-plugin/} <<>>}} | B  | 
3.20.0   | 2024-08-14 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}Git}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}Jira MSITE}}
 
*--++--++--+++
-| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.3.1| 2024-07-07 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
+| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.4.0| 2024-08-15 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-s

(maven-site) branch master updated: add license boilerplate

2024-08-24 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a7e7db7 add license boilerplate
5a7e7db7 is described below

commit 5a7e7db7c07ef9902c33d1b6de2c0680d263c875
Author: Hervé Boutemy 
AuthorDate: Sat Aug 24 22:57:11 2024 +0200

add license boilerplate
---
 content/resources/xsd/build-cache-build-1.0.0.xsd  |  1 -
 content/resources/xsd/build-cache-build-1.2.0.xsd  | 18 ++
 content/resources/xsd/build-cache-config-1.0.0.xsd |  1 -
 content/resources/xsd/build-cache-config-1.2.0.xsd | 18 ++
 content/resources/xsd/build-cache-diff-1.0.0.xsd   |  1 -
 content/resources/xsd/build-cache-diff-1.2.0.xsd   | 18 ++
 content/resources/xsd/build-cache-report-1.0.0.xsd |  1 -
 content/resources/xsd/build-cache-report-1.2.0.xsd | 18 ++
 8 files changed, 72 insertions(+), 4 deletions(-)

diff --git a/content/resources/xsd/build-cache-build-1.0.0.xsd 
b/content/resources/xsd/build-cache-build-1.0.0.xsd
index 34800e70..2bf2e3f7 100644
--- a/content/resources/xsd/build-cache-build-1.0.0.xsd
+++ b/content/resources/xsd/build-cache-build-1.0.0.xsd
@@ -1,6 +1,5 @@
 
 
 
 
 
diff --git a/content/resources/xsd/build-cache-config-1.0.0.xsd 
b/content/resources/xsd/build-cache-config-1.0.0.xsd
index 5dcfac29..1a51247c 100644
--- a/content/resources/xsd/build-cache-config-1.0.0.xsd
+++ b/content/resources/xsd/build-cache-config-1.0.0.xsd
@@ -1,6 +1,5 @@
 
 
 
 
 
diff --git a/content/resources/xsd/build-cache-diff-1.0.0.xsd 
b/content/resources/xsd/build-cache-diff-1.0.0.xsd
index 445e57d7..f2ecd148 100644
--- a/content/resources/xsd/build-cache-diff-1.0.0.xsd
+++ b/content/resources/xsd/build-cache-diff-1.0.0.xsd
@@ -1,6 +1,5 @@
 
 
 
 
 
diff --git a/content/resources/xsd/build-cache-report-1.0.0.xsd 
b/content/resources/xsd/build-cache-report-1.0.0.xsd
index dc278895..76ee9cfb 100644
--- a/content/resources/xsd/build-cache-report-1.0.0.xsd
+++ b/content/resources/xsd/build-cache-report-1.0.0.xsd
@@ -1,6 +1,5 @@
 
 
 
 
 



(maven-surefire) branch master updated: add Reproducible Builds badge

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/master by this push:
 new 4648b4740 add Reproducible Builds badge
4648b4740 is described below

commit 4648b47403fb9a43025892b22f361f2bef5f057c
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 08:24:10 2024 +0200

add Reproducible Builds badge
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3732fb7d1..fd46896cd 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Contributing to [Apache Maven 
Surefire](https://maven.apache.org/surefire/)
 [![Jenkins 
JaCoCo](https://img.shields.io/jenkins/coverage/jacoco/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/master.svg?style=for-the-badge&color=green)](https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-surefire/job/master/lastBuild/jacoco/)
 
 
[![Verify](https://github.com/apache/maven-surefire/actions/workflows/maven-verify.yml/badge.svg)](https://github.com/apache/maven-surefire/actions/workflows/maven-verify.yml)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/surefire/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/surefire/README.md)
 
 # The Maven Community
 



(maven-resources-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 6962075  use new Reproducible Central badge endpoint
6962075 is described below

commit 6962075c969852d3a0050ef7e347a9e9246df694
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:36 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 64062cd..a903668 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Resources 
Plugin](https://maven.apache.org/plugins
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRESOURCES.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-resources-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-resources-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-resources-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-resources-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-resources-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resources-plugin/job/master.svg?)][test-results]
 



(maven-install-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-install-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 10677d8  use new Reproducible Central badge endpoint
10677d8 is described below

commit 10677d81a6d14ab2bda8385c903d6e2d11551364
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:35 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ba61d26..71b82b9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Install 
Plugin](https://maven.apache.org/plugins/m
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MINSTALL.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-install-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-install-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-install-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-install-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-install-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-install-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-install-plugin/job/master.svg?)][test-results]
 



(maven-site-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 6d94fedd use new Reproducible Central badge endpoint
6d94fedd is described below

commit 6d94fedd7136594bccae347488f827d486085943
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:37 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 25b71ee0..a8085c87 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Contributing to [Apache Maven Site 
Plugin](https://maven.apache.org/plugins/mave
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-site-plugin.svg?label=Maven%20Central&versionPrefix=3.)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-site-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-site-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-site-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-site-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-site-plugin/job/master.svg?)][test-results]
 



(maven-clean-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new d4f554f  use new Reproducible Central badge endpoint
d4f554f is described below

commit d4f554fa40e5513cd5e22f685764948ac6efed7a
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:32 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5e3a867..97d2634 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Clean 
Plugin](https://maven.apache.org/plugins/mav
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MCLEAN.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-clean-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-clean-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-clean-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-clean-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-clean-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-clean-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-clean-plugin/job/master.svg?)][test-results]
 



(maven-compiler-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 6e3fc5d  use new Reproducible Central badge endpoint
6e3fc5d is described below

commit 6e3fc5d621926a540ad89315c970894ae4070467
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:33 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 251bb18..d9a3c52 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Compiler 
Plugin](https://maven.apache.org/plugins/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MCOMPILER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-compiler-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-compiler-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-compiler-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-compiler-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-compiler-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-compiler-plugin/job/master.svg?)][test-results]
 



(maven-deploy-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new d4584a4  use new Reproducible Central badge endpoint
d4584a4 is described below

commit d4584a47c8266e8f8a7dd2b7ee3441f91380239f
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 02:03:34 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 52b7b0f..1f7d1cc 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Deploy 
Plugin](https://maven.apache.org/plugins/ma
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MDEPLOY.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-deploy-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-deploy-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-deploy-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-deploy-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-deploy-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-deploy-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-deploy-plugin/job/master.svg?)][test-results]
 



(maven-wrapper) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper.git


The following commit(s) were added to refs/heads/master by this push:
 new 7c16331  use new Reproducible Central badge endpoint
7c16331 is described below

commit 7c16331eb62bf0551fa2d20a74b6fe77d4bf08f3
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:28:26 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 3e3c3c9..03149ee 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,7 @@ Contributing to [Apache Maven 
Wrapper](https://maven.apache.org/wrapper/)
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MWRAPPER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-wrapper-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-wrapper-plugin)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-wrapper-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-wrapper-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wrapper/job/master.svg)][test-results]
 



(maven-invoker-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new e28603c  use new Reproducible Central badge endpoint
e28603c is described below

commit e28603cf3839b190af4a2744813ced06e2a96c6d
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:57 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2faf6ca..147abdb 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Invoker 
Plugin](https://maven.apache.org/plugins/m
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MINVOKER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-invoker-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-invoker-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-invoker-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-invoker-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-invoker-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-invoker-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-invoker-plugin/job/master.svg?)][test-results]
 



(maven-help-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 7017e7c  use new Reproducible Central badge endpoint
7017e7c is described below

commit 7017e7c09b5fd9c1032ac37bc3deca7bf062fb70
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:56 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d120a8c..4cab547 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Help 
Plugin](https://maven.apache.org/plugins/mave
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPH.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-help-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-help-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-help-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-help-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-help-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-help-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-help-plugin/job/master.svg?)][test-results]
 



(maven-dependency-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new cb0f3022 use new Reproducible Central badge endpoint
cb0f3022 is described below

commit cb0f302260f9c4d43c2c96a75305dbda57b8b45b
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:55 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9f143c0f..5ff4b4a9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Dependency 
Plugin](https://maven.apache.org/plugin
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MDEP.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-dependency-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-dependency-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-dependency-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-dependency-plugin//badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-dependency-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-plugin/job/master.svg?)][test-results]
 



(maven-archetype) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git


The following commit(s) were added to refs/heads/master by this push:
 new e6b060cc use new Reproducible Central badge endpoint
e6b060cc is described below

commit e6b060ccfe6dccbb793395dae4087bc8fe9f0933
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:52 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2aaf8de9..22a8aa5a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Archetype 
(Plugin)](https://maven.apache.org/arche
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-ARCHETYPE.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-archetype-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-archetype-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/archetype/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/archetype/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/archetype/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archetype/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archetype/job/master.svg?)][test-results]
 



(maven-assembly-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new da98f29b use new Reproducible Central badge endpoint
da98f29b is described below

commit da98f29bf6a1cab7318386fa503505ff28b37c96
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:54 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 6b187ed3..63d1ab7c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Assembly 
Plugin](https://maven.apache.org/plugins/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MASSEMBLY.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-assembly-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-assembly-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-assembly-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-assembly-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-assembly-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-assembly-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-assembly-plugin/job/master.svg?)][test-results]
 



(maven-release) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
 new befc7786 use new Reproducible Central badge endpoint
befc7786 is described below

commit befc7786bc5c14b2b8b15e9ad74e6967e1c8c30c
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:05 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4e564ab7..6fe97ff6 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Release 
(Plugin)](https://maven.apache.org/maven-r
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRELEASE.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-release-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-release-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-release-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-release-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-release-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-release/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-release/job/master.svg?)][test-results]
 



(maven-scm) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git


The following commit(s) were added to refs/heads/master by this push:
 new 9ab2b0ee2 use new Reproducible Central badge endpoint
9ab2b0ee2 is described below

commit 9ab2b0ee268d78e44782fac4ce1ec25a8af63101
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:06 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c944a98e3..1234d51f1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
SCM](https://maven.apache.org/scm/)
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-SCM.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.scm/maven-scm.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/scm/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/scm/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/scm/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scm/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scm/job/master.svg)][test-results]
 



(maven-plugin-tools) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-plugin-tools.git


The following commit(s) were added to refs/heads/master by this push:
 new 2ffd88b1 use new Reproducible Central badge endpoint
2ffd88b1 is described below

commit 2ffd88b1a48f40c9d9f9b316fb834a7e4394e102
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:04 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 94695b6e..d40a2b63 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Plugin 
Tools](https://maven.apache.org/plugin-tool
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPLUGIN.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-plugin-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-plugin-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-plugin-tools/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-plugin-tools/job/master.svg?)][test-results]
 



(maven-toolchains-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-toolchains-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 10679a9  use new Reproducible Central badge endpoint
10679a9 is described below

commit 10679a9f7adea3be60bf21abb62317d437528bcb
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:03 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2dd70b7..3bf7d7b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Toolchains 
Plugin](https://maven.apache.org/plugin
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MTOOLCHAINS.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-toolchains-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-toolchains-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-toolchains-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-toolchains-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-toolchains-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-toolchains-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-toolchains-plugin/job/master.svg?)][test-results]
 



(maven-remote-resources-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-remote-resources-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 5976fe3  use new Reproducible Central badge endpoint
5976fe3 is described below

commit 5976fe34ac298fa4dbe23ef40b3fd65f68bc2fb2
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:00 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 889ba87..670eacb 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Remote Resources 
Plugin](https://maven.apache.org/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRRESOURCES.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-remote-resources-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-remote-resources-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-remote-resources-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-remote-resources-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-remote-resources-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-remote-resources-plugin/job/master.svg?)][test-results]
 



(maven-scripting-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new b3c0635  use new Reproducible Central badge endpoint
b3c0635 is described below

commit b3c0635b12ba7250bfa2f4a705c68833d8cbb7ff
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:02 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index de04241..42182e0 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Scripting 
Plugin](https://maven.apache.org/plugins
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSCRIPTING.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-scripting-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scripting-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-scripting-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-scripting-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-scripting-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scripting-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scripting-plugin/job/master.svg?)][test-results]
 



(maven-scm-publish-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm-publish-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 6e26e03  use new Reproducible Central badge endpoint
6e26e03 is described below

commit 6e26e03570966a9c65c8cc16d8dc6615777207e2
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:21:00 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9bc3df7..dfc64d6 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven SCM Publish 
Plugin](https://maven.apache.org/plugi
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSCMPUB.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-scm-publish-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scm-publish-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scm-publish-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-scm-publish-plugin/job/master.svg?)][test-results]
 



(maven-pdf-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pdf-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 8ac0bb6  use new Reproducible Central badge endpoint
8ac0bb6 is described below

commit 8ac0bb6e78d9f8fb8563f4eb1470c5561bf6338d
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:59 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8756fda..0606d68 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven PDF 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPDF.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-pdf-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pdf-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-pdf-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-pdf-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-pdf-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-pdf-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-pdf-plugin/job/master.svg?)][test-results]
 



(maven-gpg-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-gpg-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 1126b7b  use new Reproducible Central badge endpoint
1126b7b is described below

commit 1126b7b09cb8a4540e35f62146b1198bcadeb795
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:56 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 09b17db..a211a74 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven GPG 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MGPG.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-gpg-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-gpg-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-gpg-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-gpg-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-gpg-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-gpg-plugin/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-gpg-plugin/job/master.svg)][test-results]
 



(maven-antrun-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 43e5103  use new Reproducible Central badge endpoint
43e5103 is described below

commit 43e5103bfe9f10d31f03bf751485b33159f4bf3a
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:53 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5ab7856..31eacc8 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven AntRun 
Plugin](https://maven.apache.org/plugins/ma
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MANTRUN.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-antrun-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-antrun-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-antrun-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-antrun-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-antrun-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-antrun-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-antrun-plugin/job/master.svg?)][test-results]
 



(maven-enforcer) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-enforcer.git


The following commit(s) were added to refs/heads/master by this push:
 new 357ad9c  use new Reproducible Central badge endpoint
357ad9c is described below

commit 357ad9ce3894fcbe09c0d09173c1bfaa75c6fbb2
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:20:52 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a5de8cc..3e6a390 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Maven Enforcer Plugin - The Loving Iron Fist of Maven™
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MENFORCER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven-enforcer.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-enforcer-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-enforcer-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/enforcer/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/enforcer/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/enforcer/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-enforcer/job/master.svg?)][test-results]
 



(maven-resolver) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver.git


The following commit(s) were added to refs/heads/master by this push:
 new cf415926 use new Reproducible Central badge endpoint
cf415926 is described below

commit cf41592682ba53a3a1a11bb57b76b52acebef401
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:17:28 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 519c8bea..da952d4c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Artifact 
Resolver](https://maven.apache.org/resolv
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRESOLVER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.resolver/maven-resolver.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/resolver/maven-resolver/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/resolver/maven-resolver/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/resolver/maven-resolver/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resolver/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resolver/job/master.svg)][test-results]
 



(maven-resolver-ant-tasks) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git


The following commit(s) were added to refs/heads/master by this push:
 new 223102b  use new Reproducible Central badge endpoint
223102b is described below

commit 223102bbdbc69214dbd444ed57839c6e499d3add
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:17:26 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index eca8dc6..11b786b 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Artifact Resolver Ant 
Tasks](https://maven.apache.
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRESOLVER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.resolver/maven-resolver-ant-tasks.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resolver-ant-tasks/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-resolver-ant-tasks/job/master.svg)][test-results]
 



(maven) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
 new 13c12611ea use new Reproducible Central badge endpoint
13c12611ea is described below

commit 13c12611ea9df1fba934bd1382afccb8e7efdca2
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 01:17:25 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 00e5685177..82b3bd6e42 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Apache Maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MNG.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/apache-maven.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven/apache-maven)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/maven/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/maven/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven/job/master.svg?)][test-results]
 



(maven-project-info-reports-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 6fcd932  use new Reproducible Central badge endpoint
6fcd932 is described below

commit 6fcd93283bdfe4cb0c9c90cfceb5f07ec065ba61
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:47:00 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4bb9633..a985f38 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Project Info Reports 
Plugin](https://maven.apache.
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPIR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-project-info-reports-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-project-info-reports-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-project-info-reports-plugin/job/master.svg?)][test-results]
 



(maven-checkstyle-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 3699112  use new Reproducible Central badge endpoint
3699112 is described below

commit 3699112ff3d962d7384172624a83ffcfcb8bc93e
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:46:57 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b034786..3b37a3a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Checkstyle 
Plugin](https://maven.apache.org/plugin
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MCHECKSTYLE.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-checkstyle-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-checkstyle-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-checkstyle-plugin//badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-checkstyle-plugin/job/master.svg?)][test-results]
 



(maven-pmd-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 7c5f2fe  use new Reproducible Central badge endpoint
7c5f2fe is described below

commit 7c5f2fee3ad6d6e3300f0e454a73e9baea0441d3
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:46:59 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 89be25f..ec1d6c1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven PMD 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MPMD.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-pmd-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pmd-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-pmd-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-pmd-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-pmd-plugin/README.md)
 [![GitHub 
CI](https://github.com/apache/maven-pmd-plugin/actions/workflows/maven-verify.yml/badge.svg)](https://github.com/apache/maven-pmd-plugin/actions/workflows/maven-verify.yml)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-pmd-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-pmd-plugin/job/master.svg?)][test-results]



(maven-jxr) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jxr.git


The following commit(s) were added to refs/heads/master by this push:
 new c010d1f  use new Reproducible Central badge endpoint
c010d1f is described below

commit c010d1f1320a633e62b466b4a9aed9f803f92935
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:46:56 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4d9573b..ac5073a 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven JXR 
(Plugin)](https://maven.apache.org/jxr/)
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-JXR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jxr-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jxr-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/jxr/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/jxr/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/jxr/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jxr/job/master.svg?)][test-results]
 



(maven-jlink-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jlink-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new cbdecdd  use new Reproducible Central badge endpoint
cbdecdd is described below

commit cbdecdde9fdfb3bc7200631cce1b3e0b20b864c6
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:57 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 99255a7..5b058be 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven JLink 
Plugin](https://maven.apache.org/plugins/mav
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MJLINK.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jlink-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jlink-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jlink-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-jlink-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jlink-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jlink-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jlink-plugin/job/master.svg?)][test-results]
 



(maven-war-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new c3ac8db  use new Reproducible Central badge endpoint
c3ac8db is described below

commit c3ac8db5e6a0d97ff9838c6d92a8efc1cbad5575
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:23:01 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e410207..b046138 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven WAR 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MWAR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-war-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-war-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-war-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-war-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-war-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-war-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-war-plugin/job/master.svg?)][test-results]
 



(maven-shade-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 2781f5c  use new Reproducible Central badge endpoint
2781f5c is described below

commit 2781f5cd641d1376e8e8908738d48b8de62004a3
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:23:00 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e2adb46..3608bae 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Shade 
Plugin](https://maven.apache.org/plugins/mav
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHADE.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-shade-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-shade-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-shade-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-shade-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-shade-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shade-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shade-plugin/job/master.svg?)][test-results]
 



(maven-rar-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-rar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new ee5501c  use new Reproducible Central badge endpoint
ee5501c is described below

commit ee5501ca495ae0dd6e49a188a9eab811b94afb15
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:59 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df2380e..a15c194 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven RAR 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MRAR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-rar-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-rar-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-rar-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-rar-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-rar-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-rar-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-rar-plugin/job/master.svg?)][test-results]
 



(maven-jmod-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jmod-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 1a74dd0  use new Reproducible Central badge endpoint
1a74dd0 is described below

commit 1a74dd027a4f1df0ef32f59cf36f60bef0a5ce41
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:58 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 7d06349..216ed08 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven JMod 
Plugin](https://maven.apache.org/plugins/mave
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MJMOD.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jmod-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jmod-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jmod-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-jmod-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jmod-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jmod-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jmod-plugin/job/master.svg?)][test-results]
 



(maven-jar-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jar-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new be27b5f  use new Reproducible Central badge endpoint
be27b5f is described below

commit be27b5f35a8ca911a459d992c9c8f106084bf525
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:56 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 81fe13d..95ec4c1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven JAR 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MJAR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-jar-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jar-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jar-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-jar-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-jar-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jar-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-jar-plugin/job/master.svg?)][test-results]
 



(maven-ejb-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ejb-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 5f6bea3  use new Reproducible Central badge endpoint
5f6bea3 is described below

commit 5f6bea3418d6acf1ad272f78c32b77d404f0
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:55 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 31770da..2bed317 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven EJB 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MEJB.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-ejb-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ejb-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-ejb-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-ejb-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-ejb-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-ejb-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-ejb-plugin/job/master.svg?)][test-results]
 



(maven-ear-plugin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 3224d93  use new Reproducible Central badge endpoint
3224d93 is described below

commit 3224d93bdcbc0316c85f11835ce0937fe0723349
Author: Hervé Boutemy 
AuthorDate: Mon Aug 19 00:22:54 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2bac1a2..bb4244d 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven EAR 
Plugin](https://maven.apache.org/plugins/maven
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MEAR.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.plugins/maven-ear-plugin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ear-plugin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-ear-plugin/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/plugins/maven-ear-plugin/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/plugins/maven-ear-plugin/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-ear-plugin/job/master.svg?)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-ear-plugin/job/master.svg?)][test-results]
 



(maven-script-interpreter) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git


The following commit(s) were added to refs/heads/master by this push:
 new dc8f2f7  use new Reproducible Central badge endpoint
dc8f2f7 is described below

commit dc8f2f72dc265b5565517bf1f81cfa669b319b0d
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:39 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2fd23c9..56f849f 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Script 
Interpreter](https://maven.apache.org/share
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-script-interpreter.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-script-interpreter)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-script-interpreter/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-script-interpreter/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-script-interpreter/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-script-interpreter/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-script-interpreter/job/master.svg)][test-results]
 



(maven-reporting-impl) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-impl.git


The following commit(s) were added to refs/heads/master by this push:
 new 0eb6e19  use new Reproducible Central badge endpoint
0eb6e19 is described below

commit 0eb6e19669b453ccc20e20b5946d5302cdf8
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:38 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 25b53ac..c73cda7 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Reporting 
Implementation](https://maven.apache.org
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.reporting/maven-reporting-impl.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-impl)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-impl/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/reporting/maven-reporting-impl/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-impl/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-impl/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-impl/job/master.svg)][test-results]
 



(maven-dependency-tree) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-tree.git


The following commit(s) were added to refs/heads/master by this push:
 new e743e6d  use new Reproducible Central badge endpoint
e743e6d is described below

commit e743e6d298e6035891c79e0dca6c330b49880ada
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:32 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8e2188a..d99323c 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Dependency 
Tree](https://maven.apache.org/shared/m
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-dependency-tree.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-tree)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-dependency-tree/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-dependency-tree/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-dependency-tree/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-tree/job/master.svg)][test-results]
 



(maven-verifier) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-verifier.git


The following commit(s) were added to refs/heads/master by this push:
 new efa6640  use new Reproducible Central badge endpoint
efa6640 is described below

commit efa6640091926bfa71814fe3be77f9abdf6caca3
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:43 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d1db6f2..3f142d3 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Verifier](https://maven.apache.org/shared/maven-ve
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-verifier.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-verifier)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-verifier/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-verifier/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-verifier/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-verifier/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-verifier/job/master.svg)][test-results]
 



(maven-shared-utils) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new 27a179c  use new Reproducible Central badge endpoint
27a179c is described below

commit 27a179cf7684143e9805ed9943a4c8539b359dac
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:42 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3f907f6..953bfff 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Shared 
Utils](https://maven.apache.org/shared/mave
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-shared-utils.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-utils)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-shared-utils/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-shared-utils/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-shared-utils/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-utils/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-utils/job/master.svg)][test-results]
 



(maven-reporting-api) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-api.git


The following commit(s) were added to refs/heads/master by this push:
 new 5299cdb  use new Reproducible Central badge endpoint
5299cdb is described below

commit 5299cdb2fece91575f2b2f052c4f272f676ceff0
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:37 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cdbf714..24d03e1 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Reporting 
API](https://maven.apache.org.reporting/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.reporting/maven-reporting-api.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-api)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-api/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/reporting/maven-reporting-api/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-api/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-api/job/master.svg)][test-results]
 



(maven-shared-resources) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-resources.git


The following commit(s) were added to refs/heads/master by this push:
 new 23ea260  use new Reproducible Central badge endpoint
23ea260 is described below

commit 23ea260016315f35d178daa06b6eb599902d925a
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:41 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 931bf3c..e47d960 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Shared 
Resources](https://maven.apache.org/shared/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-shared-resources.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-resources)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-shared-resources/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-shared-resources/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-shared-resources/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-resources/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-shared-resources/job/master.svg)][test-results]
 



(maven-reporting-exec) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-reporting-exec.git


The following commit(s) were added to refs/heads/master by this push:
 new d704efa  use new Reproducible Central badge endpoint
d704efa is described below

commit d704efae11065af17c8346acfc426d4ae47f3665
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:38 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index df2a683..4403c26 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Reporting 
Executor](https://maven.apache.org.repor
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.reporting/maven-reporting-exec.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-exec)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-exec/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/reporting/maven-reporting-exec/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/reporting/maven-reporting-exec/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-exec/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-reporting-exec/job/master.svg)][test-results]
 



(maven-invoker) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-invoker.git


The following commit(s) were added to refs/heads/master by this push:
 new 2869a91  use new Reproducible Central badge endpoint
2869a91 is described below

commit 2869a919222e825a6672583b24bd905b774af735
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:35 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ab0d5ff..1e6dfad 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Invoker](https://maven.apache.org/shared/maven-inv
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-invoker.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-invoker)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-invoker/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-invoker/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-invoker/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-invoker/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-invoker/job/master.svg)][test-results]
 



(maven-file-management) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-file-management.git


The following commit(s) were added to refs/heads/master by this push:
 new a293b2f  use new Reproducible Central badge endpoint
a293b2f is described below

commit a293b2fd91488e76d0cc872c6888d93aac686db4
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:33 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b185aaf..3f18063 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven File Management 
API](https://maven.apache.org/shar
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/file-management.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/file-management)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/file-management/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/file-management/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/file-management/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-file-management/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-file-management/job/master.svg)][test-results]
 



(maven-filtering) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git


The following commit(s) were added to refs/heads/master by this push:
 new 0ca6006  use new Reproducible Central badge endpoint
0ca6006 is described below

commit 0ca600694fc5a484f711a742141a87d5ee0c5324
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:34 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index bded378..06f9044 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Filtering](https://maven.apache.org/shared/maven-f
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-filtering.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-filtering)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-filtering/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-filtering/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-filtering/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-filtering/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-filtering/job/master.svg)][test-results]
 



(maven-dependency-analyzer) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git


The following commit(s) were added to refs/heads/master by this push:
 new fbf917c  use new Reproducible Central badge endpoint
fbf917c is described below

commit fbf917c132bb554b83e7afac0593400d14c74607
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:31 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 297ed4f..7e4e843 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Dependency 
Analyzer](https://maven.apache.org/shar
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-dependency-analyzer.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-analyzer)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-dependency-analyzer/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-dependency-analyzer/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-dependency-analyzer/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-analyzer/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-dependency-analyzer/job/master.svg)][test-results]
 



(maven-common-artifact-filters) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/maven-common-artifact-filters.git


The following commit(s) were added to refs/heads/master by this push:
 new a35b8fd  use new Reproducible Central badge endpoint
a35b8fd is described below

commit a35b8fd11b6522fd01804ad6fa4b0eb9625aab6e
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:30 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index e8eecfe..b24c119 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Common Artifact 
Filters](https://maven.apache.org/
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.shared/maven-common-artifact-filters.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.shared/maven-common-artifact-filters)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-common-artifact-filters/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/maven-common-artifact-filters/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/maven-common-artifact-filters/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-common-artifact-filters/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-common-artifact-filters/job/master.svg)][test-results]
 



(maven-archiver) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-archiver.git


The following commit(s) were added to refs/heads/master by this push:
 new 62ac326  use new Reproducible Central badge endpoint
62ac326 is described below

commit 62ac3260704dd3a2ce8c688bd38fc46eda9797ca
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 23:10:29 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1ef7faa..4d06be9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Archiver](https://maven.apache.org/shared/maven-ar
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSHARED.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven/maven-archiver.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven/maven-archiver)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/archiver/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/shared/archiver/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/shared/archiver/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-archiver/job/master.svg)][test-results]
 



(maven-fluido-skin) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-fluido-skin.git


The following commit(s) were added to refs/heads/master by this push:
 new 85da1de  use new Reproducible Central badge endpoint
85da1de is described below

commit 85da1de45c085ccc826dd91152bec54e4cf576b1
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 22:44:04 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 402cb54..d1de7a9 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven Fluido 
Skin](https://maven.apache.org/skins/maven-
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MSKINS.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.skins/maven-fluido-skin.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.skins/maven-fluido-skin)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/skins/fluido/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/skins/fluido/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/skins/fluido/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-fluido-skin/job/master.svg)][build]
 
 



(maven-wagon) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wagon.git


The following commit(s) were added to refs/heads/master by this push:
 new cb232f49 use new Reproducible Central badge endpoint
cb232f49 is described below

commit cb232f49d1207c7f3a3c11e94fa68ab0f55f859f
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 22:43:59 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ec0d46df..1340ed1e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Wagon](https://maven.apache.org/wagon/)
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-WAGON.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.wagon/wagon.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.wagon/wagon)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/wagon/wagon/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/wagon/wagon/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/wagon/wagon/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-wagon/job/master.svg)][test-results]
 



(maven-indexer) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-indexer.git


The following commit(s) were added to refs/heads/master by this push:
 new 827b398  use new Reproducible Central badge endpoint
827b398 is described below

commit 827b398bc8adefa48e826fc2aec907cd05128a67
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 22:43:57 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index af67f87..a4df036 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ Contributing to [Apache Maven 
Indexer](https://maven.apache.org/maven-indexer/)
 [![ASF 
Jira](https://img.shields.io/endpoint?url=https%3A%2F%2Fmaven.apache.org%2Fbadges%2Fasf_jira-MINDEXER.json)][jira]
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.indexer/maven-indexer.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.indexer/maven-indexer)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/indexer/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/indexer/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/indexer/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-indexer/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-indexer/job/master.svg)][test-results]
 



(maven-doxia-sitetools) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
 new 8b5ccce  use new Reproducible Central badge endpoint
8b5ccce is described below

commit 8b5ccce202fd9342cf904e71cba742cafac539b4
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 22:42:53 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 8cc9d60..8bb7157 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Contributing to [Apache Maven Doxia 
Sitetools](https://maven.apache.org/doxia/do
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.doxia/doxia-sitetools.svg?label=Maven%20Central&versionPrefix=1.)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.doxia/doxia-sitetools.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/doxia/doxia-sitetools/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/doxia/doxia-sitetools/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/doxia/doxia-sitetools/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-sitetools/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia-sitetools/job/master.svg)][test-results]
 



(maven-doxia) branch master updated: use new Reproducible Central badge endpoint

2024-08-18 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git


The following commit(s) were added to refs/heads/master by this push:
 new 0527ed3f use new Reproducible Central badge endpoint
0527ed3f is described below

commit 0527ed3f4348f054d99a24a57340451a749e0f12
Author: Hervé Boutemy 
AuthorDate: Sun Aug 18 22:40:48 2024 +0200

use new Reproducible Central badge endpoint
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2468d744..48f31081 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ Contributing to [Apache Maven Doxia 
base](https://maven.apache.org/doxia/doxia/)
 [![Apache License, Version 2.0, January 
2004](https://img.shields.io/github/license/apache/maven.svg?label=License)][license]
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.doxia/doxia.svg?label=Maven%20Central&versionPrefix=1.)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.maven.doxia/doxia.svg?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.maven.doxia/doxia)
-[![Reproducible 
Builds](https://img.shields.io/badge/Reproducible_Builds-ok-green?labelColor=blue)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/doxia/doxia/README.md)
+[![Reproducible 
Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/org/apache/maven/doxia/doxia/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/org/apache/maven/doxia/doxia/README.md)
 [![Jenkins 
Status](https://img.shields.io/jenkins/s/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia/job/master.svg)][build]
 [![Jenkins 
tests](https://img.shields.io/jenkins/t/https/ci-maven.apache.org/job/Maven/job/maven-box/job/maven-doxia/job/master.svg)][test-results]
 



(maven-site) branch master updated: fix typo: went from 42 to 44 instead of 43

2024-07-21 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 8a79c4bf fix typo: went from 42 to 44 instead of 43
8a79c4bf is described below

commit 8a79c4bf35fbd4e34ac6b7d857fee03e6ab1dd5f
Author: Hervé Boutemy 
AuthorDate: Mon Jul 22 08:19:08 2024 +0200

fix typo: went from 42 to 44 instead of 43
---
 content/apt/pom/index.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/pom/index.apt.vm b/content/apt/pom/index.apt.vm
index f0cc1ac7..436cd920 100644
--- a/content/apt/pom/index.apt.vm
+++ b/content/apt/pom/index.apt.vm
@@ -37,7 +37,7 @@ Parent POMs
 
*+--+++++
 | {{{./asf/} <<>>}} | 33   | 2024-07-04 | ASF 
wide configuration.| 
{{{http://gitbox.apache.org/repos/asf/maven-apache-parent/}Git}} / 
{{{https://github.com/apache/maven-apache-parent/}GitHub}} | 
{{{https://github.com/apache/maven-apache-parent/issues}GitHub}}
 
*+--+++++
-|| <> | 44   | 2024-07-04 | 
   | 
{{{http://gitbox.apache.org/repos/asf/maven-parent/}Git}} / 
{{{https://github.com/apache/maven-parent/}GitHub}} |
+|| <> | 43   | 2024-07-04 | 
   | 
{{{http://gitbox.apache.org/repos/asf/maven-parent/}Git}} / 
{{{https://github.com/apache/maven-parent/}GitHub}} |
 
*+--+++++
 | {{{./maven/} <<>>}} |  || 
Maven wide configuration.  || 
{{{https://github.com/apache/maven-parent/issues}GitHub}}
 
*+--+++++



(maven-dist-tool) branch master updated: ignore Maven 4-specific beta releases

2024-07-02 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
 new 24974c8  ignore Maven 4-specific beta releases
24974c8 is described below

commit 24974c8a745bf656a8b03d640dd0f9768a5eb9d3
Author: Hervé Boutemy 
AuthorDate: Tue Jul 2 16:36:27 2024 +0200

ignore Maven 4-specific beta releases
---
 src/main/resources/dist-tool.conf | 24 
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/main/resources/dist-tool.conf 
b/src/main/resources/dist-tool.conf
index adf01fe..5e8e372 100644
--- a/src/main/resources/dist-tool.conf
+++ b/src/main/resources/dist-tool.conf
@@ -88,7 +88,7 @@
   maven-plugin-testing
 
 /plugin-tools: org.apache.maven.plugin-tools
-  maven-plugin-tools
+  maven-plugin-tools [3,3.99]
 
 ## when adding a plugin, don't forget 
org.apache.maven.dist.tools.prerequisites.GetPrerequisite
 /plugins: org.apache.maven.plugins https://maven.apache.org/plugins/
@@ -100,10 +100,10 @@
   maven-changelog-plugin
   maven-changes-plugin
   maven-checkstyle-plugin
-  maven-clean-plugin
-  maven-compiler-plugin
+  maven-clean-plugin [3,3.99]
+  maven-compiler-plugin [3,3.99]
   maven-dependency-plugin
-  maven-deploy-plugin
+  maven-deploy-plugin [3,3.99]
   maven-doap-plugin
   maven-ear-plugin
   maven-ejb-plugin
@@ -111,9 +111,9 @@
   * maven-failsafe-plugin
   maven-gpg-plugin
   maven-help-plugin
-  maven-install-plugin
+  maven-install-plugin [3,3.99]
   maven-invoker-plugin
-  maven-jar-plugin
+  maven-jar-plugin [3,3.99]
   maven-jarsigner-plugin
   maven-javadoc-plugin
   maven-jdeprscan-plugin
@@ -124,20 +124,20 @@
   maven-linkcheck-plugin
   maven-patch-plugin
   maven-pdf-plugin
-  * maven-plugin-plugin
-  * maven-plugin-report-plugin
+  * maven-plugin-plugin [3,3.99]
+  * maven-plugin-report-plugin [3,3.99]
   maven-pmd-plugin
   maven-project-info-reports-plugin
   maven-rar-plugin
   * maven-release-plugin  
   maven-remote-resources-plugin
-  maven-resources-plugin
+  maven-resources-plugin [3,3.99]
   * maven-scm-plugin
   maven-scm-publish-plugin
   maven-scripting-plugin
   maven-shade-plugin
   maven-site-plugin
-  maven-source-plugin
+  maven-source-plugin [3,3.99]
   maven-stage-plugin
   * maven-surefire-plugin
   * maven-surefire-report-plugin
@@ -194,7 +194,7 @@
   maven-common-artifact-filters
   maven-dependency-analyzer
   maven-dependency-tree
-  maven-filtering
+  maven-filtering [3,3.99]
   maven-invoker
   maven-jarsigner
   maven-mapping
@@ -214,7 +214,7 @@
 ##  maven-runtime
 
 /shared: org.apache.maven https://maven.apache.org/shared/
-  maven-archiver
+  maven-archiver [3,3.99]
 
 > maven-skins index-path = /skins/
 /skins: org.apache.maven.skins https://maven.apache.org/skins/



(maven-site) branch master updated: use current releases properties

2024-06-27 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 1e508c43 use current releases properties
1e508c43 is described below

commit 1e508c438f614046882800072cf2c86dd508ca41
Author: Hervé Boutemy 
AuthorDate: Fri Jun 28 07:25:12 2024 +0200

use current releases properties
---
 content/markdown/docs/history.md.vm | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/markdown/docs/history.md.vm 
b/content/markdown/docs/history.md.vm
index 51f76233..198a4649 100644
--- a/content/markdown/docs/history.md.vm
+++ b/content/markdown/docs/history.md.vm
@@ -56,12 +56,12 @@ $b_
 #end
 
 The Apache Maven team maintains the last version of the last two series of GA 
releases.
-If the last release is 3.9.6, the Apache Maven team project will maintain core 
versions:
-- 3.9.6
-- 3.8.8
+The last release is ${current39xVersion}, the Apache Maven team project will 
maintain core versions:
+- ${current39xVersion}
+- ${current38xVersion}
 
 Currently, plugins provide Maven API compatibility down to **3.2.5**. 
-New plugin releases will require Maven **3.6.3** or later.
+New plugin releases will require Maven **3.6.3** or later. See [Maven Plugins 
Compatibility Plan](/developers/compatibility-plan.html) for more details.
 
 Date format is -MM-DD
 



(maven-site) branch master updated: new releases

2024-06-26 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new ede0b2e3 new releases
ede0b2e3 is described below

commit ede0b2e33f70e3b47f184a48ce2d4cd5b5cf8d95
Author: Hervé Boutemy 
AuthorDate: Thu Jun 27 08:13:26 2024 +0200

new releases
---
 content/apt/plugins/index.apt | 2 +-
 content/apt/shared/index.apt  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index 2c11fbf3..a58e7bad 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -129,7 +129,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugin-tools/maven-plugin-report-plugin/} <<>>}} | R   | 
3.13.1   | 2024-05-31 | Create a plugin documentation for any mojos found 
in the source tree. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
 
*--++--++--+++
-| {{{/plugins/maven-project-info-reports-plugin/} <<>>}} 
| R | 3.6.0 | 2024-06-13 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
+| {{{/plugins/maven-project-info-reports-plugin/} <<>>}} 
| R | 3.6.1 | 2024-06-23 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
 
*--++--++--+++
 | {{{/surefire/maven-surefire-report-plugin/} <<>>}} | R   | 
3.3.0| 2024-06-11 | Generate a report based on the results of unit 
tests. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++--+++
diff --git a/content/apt/shared/index.apt b/content/apt/shared/index.apt
index 45a08406..d8c6b6f8 100644
--- a/content/apt/shared/index.apt
+++ b/content/apt/shared/index.apt
@@ -67,7 +67,7 @@ Shared Components
 
*+--+---+--++-+
 | {{{/shared/maven-shared-incremental/} <<>>}} | 
1.1  | 2013-04-08| Various utility classes and plexus 
components for supporting incremental build functionality in Maven plugins. | 
{{{https://gitbox.apache.org/repos/asf/maven-shared-incremental.git}Git}} / 
{{{https://github.com/apache/maven-shared-incremental/}GitHub}} | 
{{{https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != 
Closed AND component = maven-shared-increment [...]
 
*+--+---+--++-+
-| {{{/shared/maven-shared-jar/} <<>>}} | 
3.1.0| 2024-06-01| Utilities which help identify the contents 
of a JAR, including Java class analysis and Maven metadata analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-shared-jar.git}Git}} / 
{{{https://github.com/apache/maven-shared-jar/}GitHub}} | 
{{{https://issues.apache.org/jira/issues/?jql=project = MSHARED AND status != 
Closed AND component = maven-shared-jar}JIRA}}
+| {{{/shared/maven-shared-jar/} <<>>}} | 
3.1.1| 2024-06-20| Utilities which help identify the contents 
of a JAR, including Java class analysis and Maven metadata analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-shared-jar.git}Git}} / 
{{{https://github.com/apache/maven-shared-jar/}GitHub}} | 
{{{https://issues.apache.org/jira/issue

(maven-site) 01/02: fix newlines

2024-06-16 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 8ad2215255ed76a8a841b135c21bf40e18d70a81
Author: Hervé Boutemy 
AuthorDate: Mon Jun 17 08:31:04 2024 +0200

fix newlines
---
 src/main/java/org/apache/maven/site/update/Update.java | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index 61be9122..fc1509b7 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -37,6 +37,7 @@ public class Update {
 public static void main(String[] args) throws IOException {
 for (String dir : args) {
 new Update().doUpdate(Paths.get("content/apt/" + dir + 
"/index.apt"));
+System.out.println("\r\33[2K");
 }
 }
 
@@ -75,8 +76,8 @@ public class Update {
 
 if ((result != null) && (!result[0].equals(version))) {
 // found an updated version
-System.out.println(
-"  " + component + "  " + version + " => " + result[0] + " 
on " + result[1] + " from " + url);
+System.out.println("\r\33[2K  " + component + "  " + version + " 
=> " + result[0] + " on " + result[1]
++ " from " + url);
 cols[column] = String.format(" %-" + (cols[column].length() - 2) + 
"s ", result[0]);
 cols[column + 1] = String.format(" %-" + (cols[column + 
1].length() - 2) + "s ", result[1]);
 line = String.join("|", cols);
@@ -92,8 +93,9 @@ public class Update {
 try {
 doc = Jsoup.connect(url).get();
 } catch (IOException e) {
-System.out.println();
+System.out.print("\r\33[2K");
 e.printStackTrace();
+System.out.println();
 return null;
 }
 



(maven-site) 02/02: plugins released

2024-06-16 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit a4ad339591bd090d7925e89c73b4b57c7d0f0cda
Author: Hervé Boutemy 
AuthorDate: Mon Jun 17 08:31:18 2024 +0200

plugins released
---
 content/apt/plugins/index.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index b9ffd2d2..445cd51c 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -81,7 +81,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-site-plugin/} <<>>}} | B  | 
4.0.0-M15| 2024-06-01 | Generate a site for the current project. | 
{{{https://gitbox.apache.org/repos/asf/maven-site-plugin.git}Git}} / 
{{{https://github.com/apache/maven-site-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MSITE}Jira MSITE}}
 
*--++--++--+++
-| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.3.3| 2024-06-11 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
+| {{{/surefire/maven-surefire-plugin/} <<>>}}| B  | 
3.3.0| 2024-06-11 | Run the JUnit unit tests in an isolated 
classloader. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} 
/ {{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++--+++
 | {{{/plugins/maven-verifier-plugin/} <<>>}} | B  | 
1.1  | 2015-04-14 | Useful for integration tests - verifies the 
existence of certain conditions. | 
{{{https://gitbox.apache.org/repos/asf/maven-verifier-plugin.git}Git}} / 
{{{https://github.com/apache/maven-verifier-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MVERIFIER}Jira MVERIFIER}}
 
*--++--++--+++
@@ -129,7 +129,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugin-tools/maven-plugin-report-plugin/} <<>>}} | R   | 
3.13.1   | 2024-05-31 | Create a plugin documentation for any mojos found 
in the source tree. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
 
*--++--++--+++
-| {{{/plugins/maven-project-info-reports-plugin/} <<>>}} 
| R | 3.5.0 | 2023-11-17 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
+| {{{/plugins/maven-project-info-reports-plugin/} <<>>}} 
| R | 3.6.0 | 2024-06-13 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
 
*--++--++--+++
 | {{{/surefire/maven-surefire-report-plugin/} <<>>}} | R   | 
3.3.0| 2024-06-11 | Generate a report based on the results of unit 
tests. | {{{https://gitbox.apache.org/repos/asf/maven-surefire.git}Git}} / 
{{{https://github.com/apache/maven-surefire/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/SUREFIRE}Jira SUREFIRE}}
 
*--++--++---

(maven-site) branch master updated (b5414f40 -> a4ad3395)

2024-06-16 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


from b5414f40 Document Surefire 3.3.0
 new 8ad22152 fix newlines
 new a4ad3395 plugins released

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/apt/plugins/index.apt  | 6 +++---
 src/main/java/org/apache/maven/site/update/Update.java | 8 +---
 2 files changed, 8 insertions(+), 6 deletions(-)



(maven-site) branch master updated: m-dependency-p and m-pmd-p released

2024-06-12 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new c7b0d454 m-dependency-p and m-pmd-p released
c7b0d454 is described below

commit c7b0d4540ccfa82c68f56e9ac7462ad12d9ee818
Author: Hervé Boutemy 
AuthorDate: Thu Jun 13 07:47:28 2024 +0200

m-dependency-p and m-pmd-p released
---
 content/apt/plugins/index.apt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index b8a854c5..11a30c70 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -125,7 +125,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-linkcheck-plugin/} <<>>}}   | R  | 
1.2  | 2014-10-08 | Generate a Linkcheck report of your project's 
documentation. | 
{{{https://gitbox.apache.org/repos/asf/maven-linkcheck-plugin.git}Git}} / 
{{{https://github.com/apache/maven-linkcheck-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MLINKCHECK}Jira MLINKCHECK}}
 
*--++--++--+++
-| {{{/plugins/maven-pmd-plugin/} <<>>}}   | B+R| 
3.22.0   | 2024-04-18 | Generate a PMD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPMD}Jira MPMD}}
+| {{{/plugins/maven-pmd-plugin/} <<>>}}   | B+R| 
3.23.0   | 2024-06-08 | Generate a PMD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPMD}Jira MPMD}}
 
*--++--++--+++
 | {{{/plugin-tools/maven-plugin-report-plugin/} <<>>}} | R   | 
3.13.1   | 2024-05-31 | Create a plugin documentation for any mojos found 
in the source tree. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
 
*--++--++--+++
@@ -143,7 +143,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-assembly-plugin/} <<>>}} | B  | 
3.7.1| 2024-03-15 | Build an assembly (distribution) of sources and/or 
binaries. | 
{{{https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git}Git}} / 
{{{https://github.com/apache/maven-assembly-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MASSEMBLY}Jira MASSEMBLY}}
 
*--++--++--+++
-| {{{/plugins/maven-dependency-plugin/} <<>>}} | B+R| 
3.6.1| 2023-10-20 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}Git}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEP}Jira MDEP}}
+| {{{/plugins/maven-dependency-plugin/} <<>>}} | B+R| 
3.7.0| 2024-06-09 | Dependency manipulation (copy, unpack) and 
analysis. | 
{{{https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git}Git}} / 
{{{https://github.com/apache/maven-dependency-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MDEP}Jira MDEP}}
 
*--++--++--+++
 | {{{/enforcer/maven-enforcer-plugin/} <<>>}}| B  | 
3.5.0| 2024-05-26 | Environmental constraint checking (Maven Version, 
JDK etc), User Custom Rule Execution. | 
{{{https://gitbox.apache.org/repos/asf/maven-enforcer.git}Git}} / 
{{{https://github.com/apache/maven-enforcer/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MENFORCER}Jira MENFORCER}}
 
*--++--++--+++



(maven-dist-tool) branch master updated: add maven-report-plugin-plugin

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git


The following commit(s) were added to refs/heads/master by this push:
 new 1845908  add maven-report-plugin-plugin
1845908 is described below

commit 18459080e0859234fb01f5e3326ad45150059c14
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:57:47 2024 +0200

add maven-report-plugin-plugin
---
 src/main/resources/dist-tool.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main/resources/dist-tool.conf 
b/src/main/resources/dist-tool.conf
index 6ff38c0..adf01fe 100644
--- a/src/main/resources/dist-tool.conf
+++ b/src/main/resources/dist-tool.conf
@@ -125,6 +125,7 @@
   maven-patch-plugin
   maven-pdf-plugin
   * maven-plugin-plugin
+  * maven-plugin-report-plugin
   maven-pmd-plugin
   maven-project-info-reports-plugin
   maven-rar-plugin



(maven-site) branch master updated: fix line display

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new 426f9f4c fix line display
426f9f4c is described below

commit 426f9f4c92675479eed9b230d180366c06b31017
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:43:22 2024 +0200

fix line display
---
 src/main/java/org/apache/maven/site/update/Update.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index dcd8b4b9..61be9122 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -70,7 +70,7 @@ public class Update {
 version = versionCol.trim();
 }
 
-System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+System.out.print("\r\33[2K  " + component + "  " + version + " => 
checking against " + url);
 String[] result = lookupRelease(url);
 
 if ((result != null) && (!result[0].equals(version))) {



(maven-site) branch master updated: plugin-report released with plugin

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new dedd37ab plugin-report released with plugin
dedd37ab is described below

commit dedd37ab18d5386f3c2d0468b58898012a35007d
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:27:09 2024 +0200

plugin-report released with plugin
---
 content/apt/plugins/index.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/content/apt/plugins/index.apt b/content/apt/plugins/index.apt
index d1eb0ba2..b8a854c5 100644
--- a/content/apt/plugins/index.apt
+++ b/content/apt/plugins/index.apt
@@ -127,7 +127,7 @@ Available Plugins
 
*--++--++--+++
 | {{{/plugins/maven-pmd-plugin/} <<>>}}   | B+R| 
3.22.0   | 2024-04-18 | Generate a PMD report. | 
{{{https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git}Git}} / 
{{{https://github.com/apache/maven-pmd-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPMD}Jira MPMD}}
 
*--++--++--+++
-| {{{/plugin-tools/maven-plugin-report-plugin/} <<>>}} | R   | 
3.13.0   | 2024-05-05 | Create a plugin documentation for any mojos found 
in the source tree. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
+| {{{/plugin-tools/maven-plugin-report-plugin/} <<>>}} | R   | 
3.13.1   | 2024-05-31 | Create a plugin documentation for any mojos found 
in the source tree. | 
{{{https://gitbox.apache.org/repos/asf/maven-plugin-tools.git}Git}} / 
{{{https://github.com/apache/maven-plugin-tools/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPLUGIN}Jira MPLUGIN}}
 
*--++--++--+++
 | {{{/plugins/maven-project-info-reports-plugin/} <<>>}} 
| R | 3.5.0 | 2023-11-17 | Generate standard project reports. | 
{{{https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git}Git}}
 / {{{https://github.com/apache/maven-project-info-reports-plugin/}GitHub}} | 
{{{https://issues.apache.org/jira/browse/MPIR}Jira MPIR}}
 
*--++--++--+++



(maven-site) branch master updated: fix newline case...

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/master by this push:
 new dc0c1e01 fix newline case...
dc0c1e01 is described below

commit dc0c1e011ebba34a5896a2dd1d7401c74701d98e
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:25:26 2024 +0200

fix newline case...
---
 src/main/java/org/apache/maven/site/update/Update.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index b02a269b..dcd8b4b9 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -90,9 +90,9 @@ public class Update {
 private String[] lookupRelease(String url) {
 Document doc;
 try {
-System.out.println();
 doc = Jsoup.connect(url).get();
 } catch (IOException e) {
+System.out.println();
 e.printStackTrace();
 return null;
 }



(maven-site) branch update deleted (was f7209113)

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git


 was f7209113 add instructions to release procedure

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(maven-site) 01/03: mvn -Pupdate package to update plugins and shared index.apt

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 6cd9a95e7f603c8541c2218eb7978a7dd8e8495e
Author: Hervé Boutemy 
AuthorDate: Sat Jun 8 18:27:06 2024 +0200

mvn -Pupdate package to update plugins and shared index.apt
---
 pom.xml| 34 ++-
 .../java/org/apache/maven/site/update/Update.java  | 71 ++
 2 files changed, 104 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af5f9a3d..26e86750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,6 @@
 
   maven-site
   1.0
-  pom
 
   Apache Maven Site
   https://maven.apache.org/
@@ -391,5 +390,38 @@
 
   
 
+
+  update
+  
+
+  update
+
+  
+  
+
+  
+org.codehaus.mojo
+exec-maven-plugin
+3.3.0
+
+  org.apache.maven.site.update.Update
+  
+plugins
+shared
+  
+
+
+  
+update-releases
+
+  java
+
+test
+  
+
+  
+
+  
+
   
 
diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
new file mode 100644
index ..aebbabcb
--- /dev/null
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.maven.site.update;
+
+import java.io.IOException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.List;
+import java.util.stream.Collectors;
+
+/**
+ * Updater for /plugins/index.apt and /shared/index.apt release numbers 
against effective site content.
+ */
+public class Update {
+public static void main(String[] args) throws IOException {
+for (String dir : args) {
+new Update().doUpdate(Paths.get("content/apt/" + dir + 
"/index.apt"));
+}
+}
+
+private void doUpdate(Path index) throws IOException {
+System.out.println("updating " + index);
+List lines = Files.readAllLines(index);
+
+lines = lines.stream()
+.map(line -> line.startsWith("| {{{/") ? update(line) : line)
+.collect(Collectors.toList());
+
+Files.write(index, lines);
+}
+
+private String update(String line) {
+String[] cols = line.split("\\|");
+
+String description = cols[1];
+String url = "https://maven.apache.org/"; + description.substring(5, 
description.indexOf('}'));
+String component = description.substring(description.indexOf("<<<") + 
3, description.indexOf(">>>"));
+
+int column = 2;
+String versionCol = cols[2];
+String version = versionCol.trim();
+if ("".equals(version)) {
+return line;
+} else if (!Character.isDigit(version.charAt(0))) {
+// plugin index has an additional column (build or report)
+column++;
+versionCol = cols[column];
+version = versionCol.trim();
+}
+
+System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+return line;
+}
+}



(maven-site) 03/03: add instructions to release procedure

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 9542ad712cac1cf023fcd91b11e04e43a70a
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:20:09 2024 +0200

add instructions to release procedure
---
 content/apt/developers/release/maven-project-release-procedure.apt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/apt/developers/release/maven-project-release-procedure.apt 
b/content/apt/developers/release/maven-project-release-procedure.apt
index 4295545d..1821abe3 100644
--- a/content/apt/developers/release/maven-project-release-procedure.apt
+++ b/content/apt/developers/release/maven-project-release-procedure.apt
@@ -298,7 +298,9 @@ wagon/wagon-2.2-source-release.zip.sha512
for explanations.
Note that not all projects follow these conventions exactly.
 
-  In case there's an overview table with version (e.g. 
{{{/plugins/index.html}plugins}} and {{{/shared/index.html}shared}}) you can 
directly edit it on the github page.
+  In case there's an overview table with version (e.g. 
{{{/plugins/index.html}plugins}}, {{{/shared/index.html}shared}}, 
{{{/skins/index.html}skins}}), update the table: you can directly edit it on 
the github page.
+
+  For plugins and shared, you can also run <<>> of the 
site, then review and commit proposed <<>> updates.
 
  [[3]] Update the version tracking in JIRA
 



(maven-site) 02/03: lookup component html page, update index table

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 23b474175071074fe331bcb739987e0a0d452aad
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:13:08 2024 +0200

lookup component html page, update index table
---
 pom.xml|  8 +++
 .../java/org/apache/maven/site/update/Update.java  | 63 +-
 2 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26e86750..66e7e5bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,14 @@
 ${project.basedir}/content
   
 
+  
+
+  org.jsoup
+  jsoup
+  1.15.3
+
+  
+
   
 
   
diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index aebbabcb..b02a269b 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -25,8 +25,13 @@ import java.nio.file.Paths;
 import java.util.List;
 import java.util.stream.Collectors;
 
+import org.jsoup.Jsoup;
+import org.jsoup.nodes.Document;
+import org.jsoup.nodes.Element;
+
 /**
- * Updater for /plugins/index.apt and /shared/index.apt release numbers 
against effective site content.
+ * Updater for /plugins/index.apt and /shared/index.apt release numbers against
+ * effective site content.
  */
 public class Update {
 public static void main(String[] args) throws IOException {
@@ -66,6 +71,62 @@ public class Update {
 }
 
 System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+String[] result = lookupRelease(url);
+
+if ((result != null) && (!result[0].equals(version))) {
+// found an updated version
+System.out.println(
+"  " + component + "  " + version + " => " + result[0] + " 
on " + result[1] + " from " + url);
+cols[column] = String.format(" %-" + (cols[column].length() - 2) + 
"s ", result[0]);
+cols[column + 1] = String.format(" %-" + (cols[column + 
1].length() - 2) + "s ", result[1]);
+line = String.join("|", cols);
+}
 return line;
 }
+
+/**
+ * Lookup component page and extract release version and publication date
+ */
+private String[] lookupRelease(String url) {
+Document doc;
+try {
+System.out.println();
+doc = Jsoup.connect(url).get();
+} catch (IOException e) {
+e.printStackTrace();
+return null;
+}
+
+String version;
+String date;
+
+// Fluido skin
+Element links = doc.select("li#projectVersion").first();
+if (links != null) {
+String txt = links.text();
+version = txt.substring(txt.lastIndexOf(' ')).trim();
+txt = doc.select("li#publishDate").first().text();
+date = txt.substring(txt.lastIndexOf(' ')).trim();
+} else {
+// Stylus right or left
+links = doc.select("div.xright").first();
+if (links == null) {
+links = doc.select("div.xleft").first();
+}
+if (links == null) {
+System.out.println("could not find version in " + url);
+return null;
+}
+String txt = links.text();
+version = txt.substring(txt.lastIndexOf(' ')).trim();
+txt = txt.substring(txt.indexOf("Last Published:") + 16);
+date = txt.substring(0, 10);
+}
+
+if (version.endsWith("-SNAPSHOT")) {
+return null;
+}
+
+return new String[] {version, date};
+}
 }



(maven-site) branch master updated (37107c27 -> 9542ad71)

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site.git


from 37107c27 Document Maven SCM 2.1.0 release
 new 6cd9a95e mvn -Pupdate package to update plugins and shared index.apt
 new 23b47417 lookup component html page, update index table
 new 9542ad71 add instructions to release procedure

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../release/maven-project-release-procedure.apt|   4 +-
 pom.xml|  42 ++-
 .../java/org/apache/maven/site/update/Update.java  | 132 +
 3 files changed, 176 insertions(+), 2 deletions(-)
 create mode 100644 src/main/java/org/apache/maven/site/update/Update.java



(maven-site) branch update updated: add instructions to release procedure

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/update by this push:
 new f7209113 add instructions to release procedure
f7209113 is described below

commit f72091131a97b441d12024a74c2e6ae47bed06ba
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:20:09 2024 +0200

add instructions to release procedure
---
 content/apt/developers/release/maven-project-release-procedure.apt | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/content/apt/developers/release/maven-project-release-procedure.apt 
b/content/apt/developers/release/maven-project-release-procedure.apt
index 4295545d..1821abe3 100644
--- a/content/apt/developers/release/maven-project-release-procedure.apt
+++ b/content/apt/developers/release/maven-project-release-procedure.apt
@@ -298,7 +298,9 @@ wagon/wagon-2.2-source-release.zip.sha512
for explanations.
Note that not all projects follow these conventions exactly.
 
-  In case there's an overview table with version (e.g. 
{{{/plugins/index.html}plugins}} and {{{/shared/index.html}shared}}) you can 
directly edit it on the github page.
+  In case there's an overview table with version (e.g. 
{{{/plugins/index.html}plugins}}, {{{/shared/index.html}shared}}, 
{{{/skins/index.html}skins}}), update the table: you can directly edit it on 
the github page.
+
+  For plugins and shared, you can also run <<>> of the 
site, then review and commit proposed <<>> updates.
 
  [[3]] Update the version tracking in JIRA
 



(maven-site) branch update updated: lookup component html page, update index table

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git


The following commit(s) were added to refs/heads/update by this push:
 new d8db34e0 lookup component html page, update index table
d8db34e0 is described below

commit d8db34e0b44063fab39aa42161837e62907503c7
Author: Hervé Boutemy 
AuthorDate: Sun Jun 9 19:13:08 2024 +0200

lookup component html page, update index table
---
 pom.xml|  8 +++
 .../java/org/apache/maven/site/update/Update.java  | 63 +-
 2 files changed, 70 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 26e86750..66e7e5bc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,14 @@
 ${project.basedir}/content
   
 
+  
+
+  org.jsoup
+  jsoup
+  1.15.3
+
+  
+
   
 
   
diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
index aebbabcb..b02a269b 100644
--- a/src/main/java/org/apache/maven/site/update/Update.java
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -25,8 +25,13 @@ import java.nio.file.Paths;
 import java.util.List;
 import java.util.stream.Collectors;
 
+import org.jsoup.Jsoup;
+import org.jsoup.nodes.Document;
+import org.jsoup.nodes.Element;
+
 /**
- * Updater for /plugins/index.apt and /shared/index.apt release numbers 
against effective site content.
+ * Updater for /plugins/index.apt and /shared/index.apt release numbers against
+ * effective site content.
  */
 public class Update {
 public static void main(String[] args) throws IOException {
@@ -66,6 +71,62 @@ public class Update {
 }
 
 System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+String[] result = lookupRelease(url);
+
+if ((result != null) && (!result[0].equals(version))) {
+// found an updated version
+System.out.println(
+"  " + component + "  " + version + " => " + result[0] + " 
on " + result[1] + " from " + url);
+cols[column] = String.format(" %-" + (cols[column].length() - 2) + 
"s ", result[0]);
+cols[column + 1] = String.format(" %-" + (cols[column + 
1].length() - 2) + "s ", result[1]);
+line = String.join("|", cols);
+}
 return line;
 }
+
+/**
+ * Lookup component page and extract release version and publication date
+ */
+private String[] lookupRelease(String url) {
+Document doc;
+try {
+System.out.println();
+doc = Jsoup.connect(url).get();
+} catch (IOException e) {
+e.printStackTrace();
+return null;
+}
+
+String version;
+String date;
+
+// Fluido skin
+Element links = doc.select("li#projectVersion").first();
+if (links != null) {
+String txt = links.text();
+version = txt.substring(txt.lastIndexOf(' ')).trim();
+txt = doc.select("li#publishDate").first().text();
+date = txt.substring(txt.lastIndexOf(' ')).trim();
+} else {
+// Stylus right or left
+links = doc.select("div.xright").first();
+if (links == null) {
+links = doc.select("div.xleft").first();
+}
+if (links == null) {
+System.out.println("could not find version in " + url);
+return null;
+}
+String txt = links.text();
+version = txt.substring(txt.lastIndexOf(' ')).trim();
+txt = txt.substring(txt.indexOf("Last Published:") + 16);
+date = txt.substring(0, 10);
+}
+
+if (version.endsWith("-SNAPSHOT")) {
+return null;
+}
+
+return new String[] {version, date};
+}
 }



(maven-site) 01/01: mvn -Pupdate package to update plugins and shared index.apt

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 694ec6209b1ec68cd32a5fedfecffe10f20ab755
Author: Hervé Boutemy 
AuthorDate: Sat Jun 8 18:27:06 2024 +0200

mvn -Pupdate package to update plugins and shared index.apt
---
 pom.xml| 34 ++-
 .../java/org/apache/maven/site/update/Update.java  | 71 ++
 2 files changed, 104 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af5f9a3d..26e86750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,6 @@
 
   maven-site
   1.0
-  pom
 
   Apache Maven Site
   https://maven.apache.org/
@@ -391,5 +390,38 @@
 
   
 
+
+  update
+  
+
+  update
+
+  
+  
+
+  
+org.codehaus.mojo
+exec-maven-plugin
+3.3.0
+
+  org.apache.maven.site.update.Update
+  
+plugins
+shared
+  
+
+
+  
+update-releases
+
+  java
+
+test
+  
+
+  
+
+  
+
   
 
diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
new file mode 100644
index ..aebbabcb
--- /dev/null
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -0,0 +1,71 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.maven.site.update;
+
+import java.io.IOException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.List;
+import java.util.stream.Collectors;
+
+/**
+ * Updater for /plugins/index.apt and /shared/index.apt release numbers 
against effective site content.
+ */
+public class Update {
+public static void main(String[] args) throws IOException {
+for (String dir : args) {
+new Update().doUpdate(Paths.get("content/apt/" + dir + 
"/index.apt"));
+}
+}
+
+private void doUpdate(Path index) throws IOException {
+System.out.println("updating " + index);
+List lines = Files.readAllLines(index);
+
+lines = lines.stream()
+.map(line -> line.startsWith("| {{{/") ? update(line) : line)
+.collect(Collectors.toList());
+
+Files.write(index, lines);
+}
+
+private String update(String line) {
+String[] cols = line.split("\\|");
+
+String description = cols[1];
+String url = "https://maven.apache.org/"; + description.substring(5, 
description.indexOf('}'));
+String component = description.substring(description.indexOf("<<<") + 
3, description.indexOf(">>>"));
+
+int column = 2;
+String versionCol = cols[2];
+String version = versionCol.trim();
+if ("".equals(version)) {
+return line;
+} else if (!Character.isDigit(version.charAt(0))) {
+// plugin index has an additional column (build or report)
+column++;
+versionCol = cols[column];
+version = versionCol.trim();
+}
+
+System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+return line;
+}
+}



(maven-site) branch update updated (8200d508 -> 694ec620)

2024-06-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git


 discard 8200d508 mvn -Pupdate package to update plugins and shared index.apt
 new 694ec620 mvn -Pupdate package to update plugins and shared index.apt

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8200d508)
\
 N -- N -- N   refs/heads/update (694ec620)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/main/java/org/apache/maven/site/update/Update.java | 12 +---
 1 file changed, 5 insertions(+), 7 deletions(-)



(maven-site) 01/01: mvn -Pupdate package to update plugins and shared index.apt

2024-06-08 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch update
in repository https://gitbox.apache.org/repos/asf/maven-site.git

commit 8200d508ee1ec4b2442e49fbcd5f6fcc09e3a538
Author: Hervé Boutemy 
AuthorDate: Sat Jun 8 18:27:06 2024 +0200

mvn -Pupdate package to update plugins and shared index.apt
---
 pom.xml| 34 +-
 .../java/org/apache/maven/site/update/Update.java  | 73 ++
 2 files changed, 106 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af5f9a3d..26e86750 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,6 @@
 
   maven-site
   1.0
-  pom
 
   Apache Maven Site
   https://maven.apache.org/
@@ -391,5 +390,38 @@
 
   
 
+
+  update
+  
+
+  update
+
+  
+  
+
+  
+org.codehaus.mojo
+exec-maven-plugin
+3.3.0
+
+  org.apache.maven.site.update.Update
+  
+plugins
+shared
+  
+
+
+  
+update-releases
+
+  java
+
+test
+  
+
+  
+
+  
+
   
 
diff --git a/src/main/java/org/apache/maven/site/update/Update.java 
b/src/main/java/org/apache/maven/site/update/Update.java
new file mode 100644
index ..d3837559
--- /dev/null
+++ b/src/main/java/org/apache/maven/site/update/Update.java
@@ -0,0 +1,73 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+package org.apache.maven.site.update;
+
+import java.io.IOException;
+import java.nio.file.Files;
+import java.nio.file.Path;
+import java.nio.file.Paths;
+import java.util.List;
+
+/**
+ * Updater for /plugins/index.apt and /shared/index.apt release numbers 
against effective site content.
+ */
+public class Update {
+public static void main(String[] args) throws IOException {
+for (String dir : args) {
+new Update().doUpdate(Paths.get("content/apt/" + dir + 
"/index.apt"));
+}
+}
+
+private void doUpdate(Path index) throws IOException {
+System.out.println("updating " + index);
+List lines = Files.readAllLines(index);
+
+for (int i = lines.size() - 1; i > 0; i--) {
+String line = lines.get(i);
+if (line.startsWith("| {{{/")) {
+line = update(line);
+lines.set(i, line);
+}
+}
+
+Files.write(index, lines);
+}
+
+private String update(String line) {
+String[] cols = line.split("\\|");
+String description = cols[1];
+String url = "https://maven.apache.org/"; + description.substring(5, 
description.indexOf('}'));
+String component = description.substring(description.indexOf("<<<") + 
3, description.indexOf(">>>"));
+
+int column = 2;
+String versionCol = cols[2];
+String version = versionCol.trim();
+if ("".equals(version)) {
+return line;
+} else if (!Character.isDigit(version.charAt(0))) {
+// plugin index has an additional column (build or report)
+column++;
+versionCol = cols[column];
+version = versionCol.trim();
+}
+
+System.out.print("  " + component + "  " + version + " => checking 
against " + url + "\33[2K\r");
+return line;
+}
+}



  1   2   3   4   5   6   7   8   9   10   >