# reproducible-central **Repository Path**: mirrors_DataDog/reproducible-central ## Basic Information - **Project Name**: reproducible-central - **Description**: Reproducible Central: rebuild instructions for artifacts published to (Maven) Central Repository - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-19 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Rebuilding artifacts from (Maven) Central Repository ==================================================== [![Reproducible Builds](https://reproducible-builds.org/images/logos/rb.svg) an independently-verifiable path from source to binary code](https://reproducible-builds.org/) As part of [Reproducible Builds efforts for the JVM](https://reproducible-builds.org/docs/jvm/), this "**Reproducible Central**" project is an attempt at: 1. writing [`.buildspec`rebuild instructions](BUILDSPEC.md) for the artifacts available in the [Central Repository](https://search.maven.org/), equivalent to the packaging instructions that are maintained by every Linux distribution (for example Debian's [debian/rules](https://www.debian.org/doc/debian-policy/ch-source#s-debianrules) or ArchLinux's PKGBUILD), whatever the build tool used (Central Repository is not used by Maven only) 2. show the level of reproducibility obtained using previous instructions: how many output files from the rebuild are strictly equal to reference in Central Repository, how many output files are not yet reproducible and should be improved before the next release? ## What Can I Do?
Rebuild Yourself To Check Results -
Prerequisites * [Docker](https://www.docker.com) * `dos2unix` - DOS to MAC/UNIX text file format converter. Can be installed via [homebrew](https://brew.sh) on MAC via: `brew install dos2unix`.
You can rebuild a project release by running: ``` ./rebuild.sh content//-.buildspec ``` `rebuild.sh` script will use the build specification file (= [`.buildspec` file](BUILDSPEC.md)) to choose a Docker image to rebuild the project and check output against Central Repository reference binaries.
Contribute A New `.buildspec` If you know a project released to Central Repository that is expected to provide Reproducible Builds, please tell us by opening an issue with details. You can also choose one from our [list of projects waiting for a `.buildspec`](https://github.com/jvm-repo-rebuild/reproducible-central/labels/buildspec): follow our [instructions to write a new `.buildspec`)](BUILDSPEC.md#writing-a-new-buildspec) that you can contribute back with a PR.
Improve Reproducibility Score Of A Project Release If a rebuild published here is not fully reproducible (it has some :warning:), there is an issue: please help to improve the situation. You'll need to rebuild the release yourself (see previous instructions), then use [diffoscope](https://diffoscope.org/) to easily explore precise difference between reference file from Central Repository and effective rebuild file, then debug up to the root cause of this unwanted difference: - rebuilder bug: if the improvement has to happen at [buildspec](BUILDSPEC.md) or [rebuild script](rebuild.sh) level, don't hesitate to open an issue or a PR here, - upstream project reproducibility issue :beetle:: please contact the upstream project and help them improve the reproducibility for their next release, creating an issue in their issue tracker and adding it to Reproducible Central buildspec as `issue` parameter that will link to it with a :beetle:.
Add Reproducible Builds Badge to a Project With Reproducible Releases If a project has listed here at least one release with proven reproducibility success, it can add a badge like ![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96) pointing to its entries here: ``` [![Reproducible Builds](https://img.shields.io/badge/Reproducible_Builds-ok-success?labelColor=1e5b96)](https://github.com/jvm-repo-rebuild/reproducible-central#...groupId...:...artifactId...) ``` Notice the anchor in the link.
## Rebuild Results Nightly Rebuild: [![CircleCI](https://circleci.com/gh/jvm-repo-rebuild/reproducible-central/tree/master.svg?style=shield)](https://circleci.com/gh/jvm-repo-rebuild/reproducible-central/tree/master) rebuilding **764 releases** of **249 projects**: - **518** releases were found successfully **fully reproducible** (100% reproducible artifacts :heavy_check_mark:), - 246 had issues (some unreproducible artifacts :warning:): | [Central Repository](https://search.maven.org/) groupId:artifactId(s) | version | [build spec](BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/):
reproducible? | | -------------------------------- | -- | --------- | ------ | | [biz.aQute.bnd:maven-plugins](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent) | [5.2.0](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent/5.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-plugins-5.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-5.2.0.buildinfo): [17 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-5.2.0.buildcompare) | | | [5.3.0](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent/5.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-plugins-5.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-5.3.0.buildinfo): [17 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-5.3.0.buildcompare) | | | [6.0.0](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent/6.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-plugins-6.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.0.0.buildinfo): [25 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.0.0.buildcompare) | | | [6.1.0](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent/6.1.0/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-plugins-6.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.1.0.buildinfo): [25 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.1.0.buildcompare) | | | [6.2.0](https://search.maven.org/artifact/biz.aQute.bnd/bnd-plugin-parent/6.2.0/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-plugins-6.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.2.0.buildinfo): [25 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/biz/aQute/bnd/plugins/bnd-reporter-maven-plugin-6.2.0.buildcompare) | | [ch.qos.logback:logback-parent](https://search.maven.org/artifact/ch.qos.logback/logback-parent) | [1.2.11](https://search.maven.org/artifact/ch.qos.logback/logback-parent/1.2.11/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-1.2.11.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.2.11.buildinfo): [18 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.2.11.buildcompare)[:mag:](content/ch/qos/logback/logback-parent-1.2.11.diffoscope) | | | [1.3.0-alpha13](https://search.maven.org/artifact/ch.qos.logback/logback-parent/1.3.0-alpha13/pom) | [mvn j18 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-1.3.0-alpha13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.3.0-alpha13.buildinfo): [16 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.3.0-alpha13.buildcompare) | | | [1.3.0-alpha14](https://search.maven.org/artifact/ch.qos.logback/logback-parent/1.3.0-alpha14/pom) | [mvn j17 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-1.3.0-alpha14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.3.0-alpha14.buildinfo): [13 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/logback/logback-parent-1.3.0-alpha14.buildcompare)[:mag:](content/ch/qos/logback/logback-parent-1.3.0-alpha14.diffoscope) | | [ch.qos.reload4j:reload4j](https://search.maven.org/artifact/ch.qos.reload4j/reload4j) | [1.2.18.5](https://search.maven.org/artifact/ch.qos.reload4j/reload4j/1.2.18.5/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.18.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.18.5.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.18.5.buildcompare)[:mag:](content/ch/qos/reload4j/reload4j-1.2.18.5.diffoscope) | | | [1.2.19](https://search.maven.org/artifact/ch.qos.reload4j/reload4j/1.2.19/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.19.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.19.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/ch/qos/reload4j/reload4j-1.2.19.buildcompare)[:mag:](content/ch/qos/reload4j/reload4j-1.2.19.diffoscope) | | [com.adobe.acs:acs-aem-commons](https://search.maven.org/artifact/com.adobe.acs/acs-aem-commons) | [5.2.0](https://search.maven.org/artifact/com.adobe.acs/acs-aem-commons/5.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/adobe/acs/aem-commons/acs-aem-commons-5.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/adobe/acs/aem-commons/acs-aem-commons-5.2.0.buildinfo): [9 :heavy_check_mark: 11 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/adobe/acs/aem-commons/acs-aem-commons-5.2.0.buildcompare)[:mag:](content/com/adobe/acs/aem-commons/acs-aem-commons-5.2.0.diffoscope) | | [com.github.adangel.liquibase.ext:.-percona](https://search.maven.org/artifact/com.github.adangel.liquibase.ext/liquibase-percona) | [2.0.0](https://search.maven.org/artifact/com.github.adangel.liquibase.ext/liquibase-percona/2.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/adangel/liquibase/ext/liquibase-percona/liquibase-percona-2.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/adangel/liquibase/ext/liquibase-percona/liquibase-percona-2.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/adangel/liquibase/ext/liquibase-percona/liquibase-percona-2.0.0.buildcompare) | | [com.github.ldapchai:ldapchai](https://search.maven.org/artifact/com.github.ldapchai/ldapchai) | [0.7.6](https://search.maven.org/artifact/com.github.ldapchai/ldapchai/0.7.6/pom) | [mvn j14](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.7.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.7.6.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.7.6.buildcompare) | | | [0.8.0](https://search.maven.org/artifact/com.github.ldapchai/ldapchai/0.8.0/pom) | [mvn j15](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.0.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.0.buildcompare)[:mag:](https://github.com/ldapchai/ldapchai/pull/24) | | | [0.8.1](https://search.maven.org/artifact/com.github.ldapchai/ldapchai/0.8.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.1.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.1.buildcompare)[:mag:](content/com/github/ldapchai/ldapchai-0.8.1.diffoscope) | | | [0.8.2](https://search.maven.org/artifact/com.github.ldapchai/ldapchai/0.8.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.2.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/ldapchai/ldapchai-0.8.2.buildcompare)[:mag:](content/com/github/ldapchai/ldapchai-0.8.2.diffoscope) | | [com.github.package-url:packageurl-java](https://search.maven.org/artifact/com.github.package-url/packageurl-java) | [1.3.1](https://search.maven.org/artifact/com.github.package-url/packageurl-java/1.3.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.3.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.3.1.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/com.github.package-url/packageurl-java/1.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.0.buildcompare) | | | [1.4.1](https://search.maven.org/artifact/com.github.package-url/packageurl-java/1.4.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/package-url/packageurl-java/packageurl-java-1.4.1.buildcompare) | | [com.github.veithen.maven:java-format-maven-plugin](https://search.maven.org/artifact/com.github.veithen.maven/java-format-maven-plugin) | [0.2.0](https://search.maven.org/artifact/com.github.veithen.maven/java-format-maven-plugin/0.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/maven/java-format-maven-plugin/java-format-maven-plugin-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/maven/java-format-maven-plugin/java-format-maven-plugin-0.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/maven/java-format-maven-plugin/java-format-maven-plugin-0.2.0.buildcompare) | | [com.github.veithen:parent](https://search.maven.org/artifact/com.github.veithen/parent) | [37](https://search.maven.org/artifact/com.github.veithen/parent/37/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/veithen-parent-37.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/parent-37.buildinfo): [1 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/parent-37.buildcompare)[:mag:](content/com/github/veithen/parent/parent-37.diffoscope) | | | [41](https://search.maven.org/artifact/com.github.veithen/parent/41/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/veithen-parent-41.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/parent-41.buildinfo): [1 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/github/veithen/parent/parent-41.buildcompare) | | [com.io7m.jade:com.io7m.jade](https://search.maven.org/artifact/com.io7m.jade/com.io7m.jade) | [1.0.1](https://search.maven.org/artifact/com.io7m.jade/com.io7m.jade/1.0.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/io7m/jade/com.io7m.jade-1.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/io7m/jade/com.io7m.jade.documentation-1.0.1.buildinfo): [18 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/io7m/jade/com.io7m.jade.documentation-1.0.1.buildcompare) | | [com.ongres:stringprep](https://search.maven.org/artifact/com.ongres.stringprep/parent) | [2.0](https://search.maven.org/artifact/com.ongres.stringprep/parent/2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/ongres/stringprep/stringprep-2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/ongres/stringprep/parent-2.0.buildinfo): [7 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/ongres/stringprep/parent-2.0.buildcompare)[:mag:](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/ongres/stringprep/parent-2.0.diffoscope) | | [com.scalapenos:stamina](https://search.maven.org/artifact/com.scalapenos/stamina_2.11) | [0.1.5](https://search.maven.org/artifact/com.scalapenos/stamina_2.11/0.1.5/pom) | [sbt j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/scalapenos/stamina/stamina-0.1.5.buildspec) | [24 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/scalapenos/stamina/stamina-0.1.5.buildcompare) | | | [0.1.6](https://search.maven.org/artifact/com.scalapenos/stamina_2.11/0.1.6/pom) | [sbt j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/scalapenos/stamina/stamina-0.1.6.buildspec) | [24 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/scalapenos/stamina/stamina-0.1.6.buildcompare) | | [com.taobao.arthas:arthas-all](https://search.maven.org/artifact/com.taobao.arthas/arthas-all) | [3.3.7](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.3.7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.3.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.7.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.7.buildcompare)[:mag:](https://github.com/alibaba/arthas/commit/20f31d47f23b2ac79ea7cb335e335d5e7b1a552a) | | | [3.3.8](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.3.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.3.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.8.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.8.buildcompare) | | | [3.3.9](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.3.9/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.3.9.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.9.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.3.9.buildcompare) | | | [3.4.0](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.0.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.0.buildcompare) | | | [3.4.1](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.1.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.1.buildcompare) | | | [3.4.2](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.2.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.2.buildcompare) | | | [3.4.3](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.3.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-tunnel-server-3.4.3.buildcompare) | | | [3.4.4](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.4.buildinfo): [30 :heavy_check_mark: 23 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.4.buildcompare)[:mag:](https://github.com/alibaba/arthas/pull/1604) | | | [3.4.5](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.5.buildinfo): [31 :heavy_check_mark: 22 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.5.buildcompare)[:mag:](https://github.com/alibaba/arthas/pull/1604) | | | [3.4.6](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.6.buildinfo): [48 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.6.buildcompare)[:mag:](content/com/taobao/arthas/arthas-all-3.4.6.diffoscope) | | | [3.4.8](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.4.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.4.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.8.buildinfo): [48 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.4.8.buildcompare)[:mag:](content/com/taobao/arthas/arthas-all-3.4.8.diffoscope) | | | [3.5.0](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.5.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.5.0.buildinfo): [48 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.5.0.buildcompare)[:mag:](content/com/taobao/arthas/arthas-all-3.5.0.diffoscope) | | | [3.5.1](https://search.maven.org/artifact/com.taobao.arthas/arthas-all/3.5.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-3.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.5.1.buildinfo): [48 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/com/taobao/arthas/arthas-all-3.5.1.buildcompare)[:mag:](content/com/taobao/arthas/arthas-all-3.5.1.diffoscope) | | [fr.vidal.oss:atom-jaxb](https://search.maven.org/artifact/fr.vidal.oss/atom-jaxb) | [1.0.0](https://search.maven.org/artifact/fr.vidal.oss/atom-jaxb/1.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.0.buildcompare)[:mag:](https://github.com/vidal-community/atom-jaxb/issues/54) | | | [1.0.1](https://search.maven.org/artifact/fr.vidal.oss/atom-jaxb/1.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/fr/vidal/oss/atom-jaxb-1.0.1.buildcompare) | | [io.dropwizard:dropwizard-project](https://search.maven.org/artifact/io.dropwizard/dropwizard-project) | [2.0.10](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.10/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.10.buildinfo): [87 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.10.buildcompare) | | | [2.0.11](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.11/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.11.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.11.buildinfo): [87 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.11.buildcompare) | | | [2.0.12](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.12/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.12.buildinfo): [87 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.12.buildcompare) | | | [2.0.13](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.13/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.13.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.13.buildcompare) | | | [2.0.14](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.14/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.14.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.14.buildcompare) | | | [2.0.15](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.15/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.15.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.15.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.15.buildcompare) | | | [2.0.16](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.16/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.16.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.16.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.16.buildcompare) | | | [2.0.17](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.17/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.17.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.17.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.17.buildcompare) | | | [2.0.18](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.18/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.18.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.18.buildcompare) | | | [2.0.19](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.19/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.19.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.19.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.19.buildcompare) | | | [2.0.20](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.20/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.20.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.20.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.20.buildcompare) | | | [2.0.21](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.21/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.21.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.21.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.21.buildcompare) | | | [2.0.22](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.22/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.22.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.22.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.22.buildcompare) | | | [2.0.23](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.23/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.23.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.23.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.23.buildcompare) | | | [2.0.24](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.24/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.24.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.24.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.24.buildcompare) | | | [2.0.25](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.25/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.25.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.25.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.25.buildcompare) | | | [2.0.26](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.26/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.26.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.26.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.26.buildcompare) | | | [2.0.27](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.27/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.27.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.27.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.27.buildcompare) | | | [2.0.28](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.0.28/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.0.28.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.28.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.0.28.buildcompare) | | | [2.1.0-beta.1](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.1.buildinfo): [88 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.1.buildcompare) | | | [2.1.0-beta.2](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.2.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.2.buildcompare) | | | [2.1.0-beta.3](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.3.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.3.buildcompare) | | | [2.1.0-beta.4](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.4.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.4.buildcompare) | | | [2.1.0-beta.5](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.5.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.5.buildcompare) | | | [2.1.0-beta.6](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.6.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.6.buildcompare) | | | [2.1.0-beta.7](https://search.maven.org/artifact/io.dropwizard/dropwizard-project/2.1.0-beta.7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-2.1.0-beta.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.7.buildinfo): [91 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/core/dropwizard-project-2.1.0-beta.7.buildcompare) | | [io.dropwizard.metrics:metrics](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent) | [4.1.11](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.11/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.11.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.11.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.11.buildcompare) | | | [4.1.12](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.12/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.12.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.12.buildcompare) | | | [4.1.13](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.13/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.13.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.13.buildcompare) | | | [4.1.14](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.14/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.14.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.14.buildcompare) | | | [4.1.15](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.15/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.15.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.15.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.15.buildcompare) | | | [4.1.16](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.16/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.16.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.16.buildinfo): [68 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.16.buildcompare) | | | [4.1.17](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.17/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.17.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.17.buildinfo): [46 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.17.buildcompare) | | | [4.1.18](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.18/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.18.buildinfo): [46 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.18.buildcompare) | | | [4.1.19](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.19/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.19.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.19.buildinfo): [24 :heavy_check_mark: 22 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.19.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [4.1.22](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.22/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.22.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.22.buildinfo): [24 :heavy_check_mark: 22 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.22.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [4.1.23](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.23/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.23.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.23.buildinfo): [46 :heavy_check_mark: 22 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.1.23.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [4.1.28](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.28/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.28.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.28.buildinfo): [65 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.28.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.1.28.diffoscope) | | | [4.1.29](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.29/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.29.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.29.buildinfo): [67 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.29.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.1.29.diffoscope) | | | [4.1.30](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.1.30/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.1.30.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.30.buildinfo): [66 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.1.30.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.1.30.diffoscope) | | | [4.2.0-beta.1](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.0-beta.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.0-beta.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.1.buildinfo): [56 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.1.buildcompare) | | | [4.2.0-beta.2](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.0-beta.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.0-beta.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.2.buildinfo): [58 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.2.buildcompare) | | | [4.2.0-beta.3](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.0-beta.3/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.0-beta.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.3.buildinfo): [58 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-servlets-4.2.0-beta.3.buildcompare) | | | [4.2.0-beta.4](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.0-beta.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.0-beta.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.0-beta.4.buildinfo): [30 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.0-beta.4.buildcompare) | | | [4.2.0](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.0.buildinfo): [30 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.0.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.2.0.diffoscope) | | | [4.2.1](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.1.buildinfo): [30 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.1.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.2.1.diffoscope) | | | [4.2.4](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.4.buildinfo): [58 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.4.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [4.2.5](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.5/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.5.buildinfo): [58 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.5.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [4.2.6](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.6.buildinfo): [83 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.6.buildcompare)[:mag:](content/io/dropwizard/metrics/metrics-parent-4.2.6.diffoscope) | | | [4.2.7](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.7/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.7.buildinfo): [85 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.7.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6496) | | | [4.2.8](https://search.maven.org/artifact/io.dropwizard.metrics/metrics-parent/4.2.8/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/dropwizard-metrics-4.2.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.8.buildinfo): [85 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics/metrics-parent-4.2.8.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6496) | | [io.dropwizard.metrics5:metrics](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent) | [5.0.0-rc10](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0-rc10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0-rc10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc10.buildinfo): [94 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc10.buildcompare)[:mag:](content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc10.diffoscope) | | | [5.0.0-rc11](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0-rc11/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0-rc11.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc11.buildinfo): [93 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc11.buildcompare)[:mag:](content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc11.diffoscope) | | | [5.0.0-rc4](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0-rc4/pom) | [mvn j15](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0-rc4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc4.buildinfo): [86 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc4.buildcompare) | | | [5.0.0-rc5](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0-rc5/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0-rc5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc5.buildinfo): [66 :heavy_check_mark: 29 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc5.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | | [5.0.0-rc9](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0-rc9/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0-rc9.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc9.buildinfo): [94 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc9.buildcompare)[:mag:](content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc9.diffoscope) | | | [5.0.0](https://search.maven.org/artifact/io.dropwizard.metrics5/metrics-parent/5.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/dropwizard-metrics-5.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc8.buildinfo): [66 :heavy_check_mark: 29 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/dropwizard/metrics5/metrics-parent-5.0.0-rc8.buildcompare)[:mag:](https://issues.apache.org/jira/browse/FELIX-6404) | | [io.fabric8:docker-maven-plugin](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin) | [0.35.0](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.35.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.35.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.35.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.35.0.buildcompare) | | | [0.36.0](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.36.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.0.buildcompare) | | | [0.36.1](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.36.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.1.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.1.buildcompare)[:mag:](content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.36.1.diffoscope) | | | [0.37.0](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.37.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.37.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.37.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.37.0.buildcompare) | | | [0.38.0](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.38.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.0.buildcompare) | | | [0.38.1](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.38.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.38.1.buildcompare) | | | [0.39.0](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.39.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.0.buildcompare) | | | [0.39.1](https://search.maven.org/artifact/io.fabric8/docker-maven-plugin/0.39.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/docker-maven-plugin/docker-maven-plugin-0.39.1.buildcompare) | | [io.fabric8:kubernetes-client](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project) | [5.1.0](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.0.buildinfo): [175 :heavy_check_mark: 54 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.0.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.0.diffoscope) | | | [5.1.1](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.1.buildinfo): [175 :heavy_check_mark: 54 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.1.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.1.1.diffoscope) | | | [5.11.1](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.11.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.11.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.11.1.buildinfo): [287 :heavy_check_mark: 73 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.11.1.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.11.1.diffoscope) | | | [5.2.0](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.0.buildinfo): [174 :heavy_check_mark: 59 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.0.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.0.diffoscope) | | | [5.2.1](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.2.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.1.buildinfo): [180 :heavy_check_mark: 53 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.1.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.2.1.diffoscope) | | | [5.4.0](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.0.buildinfo): [186 :heavy_check_mark: 66 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.0.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.0.diffoscope) | | | [5.4.1](https://search.maven.org/artifact/io.fabric8/kubernetes-client-project/5.4.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-5.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.1.buildinfo): [186 :heavy_check_mark: 66 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.1.buildcompare)[:mag:](content/io/fabric8/kubernetes-client/kubernetes-client-project-5.4.1.diffoscope) | | [io.github.albertus82:jface-utils](https://search.maven.org/artifact/io.github.albertus82/jface-utils) | [19.0.0](https://search.maven.org/artifact/io.github.albertus82/jface-utils/19.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.0.buildcompare) | | | [19.0.1](https://search.maven.org/artifact/io.github.albertus82/jface-utils/19.0.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.1.buildinfo): [ 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/jface-utils/jface-utils-19.0.1.buildcompare)[:mag:](content/io/github/albertus82/jface-utils/jface-utils-19.0.1.diffoscope) | | [io.github.albertus82:unexepack](https://search.maven.org/artifact/io.github.albertus82/unexepack) | [0.1.1](https://search.maven.org/artifact/io.github.albertus82/unexepack/0.1.1/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.1.1.buildinfo): [4 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.1.1.buildcompare)[:mag:](content/io/github/albertus82/unexepack/unexepack-0.1.1.diffoscope) | | | [0.2.0](https://search.maven.org/artifact/io.github.albertus82/unexepack/0.2.0/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.0.buildinfo): [4 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.0.buildcompare)[:mag:](content/io/github/albertus82/unexepack/unexepack-0.2.0.diffoscope) | | | [0.2.1](https://search.maven.org/artifact/io.github.albertus82/unexepack/0.2.1/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.1.buildinfo): [4 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/albertus82/unexepack/unexepack-0.2.1.buildcompare)[:mag:](content/io/github/albertus82/unexepack/unexepack-0.2.1.diffoscope) | | [io.github.derkrischan:jpdftest](https://search.maven.org/artifact/io.github.derkrischan/jpdftest) | [0.10.0](https://search.maven.org/artifact/io.github.derkrischan/jpdftest/0.10.0/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.10.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.10.0.buildcompare) | | | [0.8.0](https://search.maven.org/artifact/io.github.derkrischan/jpdftest/0.8.0/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.8.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.8.0.buildcompare) | | | [0.9.0](https://search.maven.org/artifact/io.github.derkrischan/jpdftest/0.9.0/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.9.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/github/derkrischan/jpdftest/jpdftest-0.9.0.buildcompare) | | [io.liftwizard:liftwizard](https://search.maven.org/artifact/io.liftwizard/liftwizard) | [0.1.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.1.0.buildinfo): [259 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.1.0.buildcompare) | | | [0.10.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.10.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.10.0.buildinfo): [309 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.10.0.buildcompare) | | | [0.11.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.11.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.11.0.buildinfo): [309 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.11.0.buildcompare) | | | [0.12.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.12.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.12.0.buildinfo): [324 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.12.0.buildcompare) | | | [0.13.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.13.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.13.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.13.0.buildinfo): [339 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.13.0.buildcompare) | | | [0.14.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.14.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.14.0.buildinfo): [339 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.14.0.buildcompare) | | | [0.15.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.15.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.15.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.15.0.buildinfo): [339 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.15.0.buildcompare) | | | [0.16.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.16.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.16.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.16.0.buildinfo): [339 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.16.0.buildcompare) | | | [0.17.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.17.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.17.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.17.0.buildinfo): [342 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.17.0.buildcompare) | | | [0.18.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.18.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.18.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.18.0.buildinfo): [351 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.18.0.buildcompare) | | | [0.19.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.19.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.19.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.19.0.buildinfo): [375 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.19.0.buildcompare) | | | [0.2.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.2.0.buildinfo): [267 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.2.0.buildcompare) | | | [0.20.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.20.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.20.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.20.0.buildinfo): [375 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.20.0.buildcompare) | | | [0.22.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.22.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.22.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.22.0.buildinfo): [375 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.22.0.buildcompare) | | | [0.23.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.23.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.23.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.23.0.buildinfo): [375 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.23.0.buildcompare) | | | [0.3.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.3.0.buildinfo): [276 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.3.0.buildcompare) | | | [0.4.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.4.0.buildinfo): [285 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.4.0.buildcompare) | | | [0.5.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.5.0.buildinfo): [285 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.5.0.buildcompare) | | | [0.6.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.6.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.6.0.buildinfo): [297 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.6.0.buildcompare) | | | [0.7.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.7.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.7.0.buildinfo): [297 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.7.0.buildcompare) | | | [0.8.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.8.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.8.0.buildinfo): [306 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.8.0.buildcompare) | | | [0.9.0](https://search.maven.org/artifact/io.liftwizard/liftwizard/0.9.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.9.0.buildinfo): [306 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/liftwizard/liftwizard-0.9.0.buildcompare) | | [io.micronaut.build:micronaut-maven-plugin](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin) | [1.0.0.RC4](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.0.0.RC4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.RC4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.RC4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.RC4.buildcompare) | | | [1.0.0](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.0.0.buildcompare) | | | [1.1.0.M1](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.0.M1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.M1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.M1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.M1.buildcompare) | | | [1.1.0](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.0.buildcompare) | | | [1.1.1](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.1.buildcompare) | | | [1.1.2](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.2.buildcompare) | | | [1.1.3](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.3.buildcompare) | | | [1.1.4](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.4.buildcompare) | | | [1.1.5](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.5.buildcompare) | | | [1.1.6](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.6.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.6.buildcompare) | | | [1.1.7](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.7.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.7.buildcompare) | | | [1.1.8](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/1.1.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.8.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-1.1.8.buildcompare) | | | [2.0.0](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/2.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-2.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-2.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-2.0.0.buildcompare) | | | [3.0.0](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/3.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.0.buildcompare) | | | [3.0.1](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/3.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.1.buildcompare) | | | [3.0.2](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/3.0.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.0.2.buildcompare) | | | [3.1.0](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.0.buildcompare) | | | [3.1.1](https://search.maven.org/artifact/io.micronaut.build/micronaut-maven-plugin/3.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/micronaut/build/micronaut-maven-plugin/micronaut-maven-plugin-3.1.1.buildcompare) | | [io.wcm-caconfig:editor](https://search.maven.org/artifact/io.wcm/io.wcm.caconfig.editor.parent) | [1.7.2](https://search.maven.org/artifact/io.wcm/io.wcm.caconfig.editor.parent/1.7.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/wcm-caconfig-editor-1.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.2.buildinfo): [3 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.2.buildcompare) | | | [1.7.4](https://search.maven.org/artifact/io.wcm/io.wcm.caconfig.editor.parent/1.7.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/wcm-caconfig-editor-1.7.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.4.buildinfo): [3 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.4.buildcompare) | | | [1.7.6](https://search.maven.org/artifact/io.wcm/io.wcm.caconfig.editor.parent/1.7.6/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/wcm-caconfig-editor-1.7.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.6.buildinfo): [3 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.6.buildcompare)[:mag:](content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.7.6.diffoscope) | | | [1.8.0](https://search.maven.org/artifact/io.wcm/io.wcm.caconfig.editor.parent/1.8.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/wcm-caconfig-editor-1.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.8.0.buildinfo): [3 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.8.0.buildcompare)[:mag:](content/io/wcm/caconfig/io.wcm.caconfig.editor.parent-1.8.0.diffoscope) | | [io.wcm-handler:link](https://search.maven.org/artifact/io.wcm/io.wcm.handler.link) | [1.5.2](https://search.maven.org/artifact/io.wcm/io.wcm.handler.link/1.5.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-link-1.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.5.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.5.2.buildcompare) | | | [1.5.4](https://search.maven.org/artifact/io.wcm/io.wcm.handler.link/1.5.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-link-1.5.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.5.4.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.5.4.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/io.wcm/io.wcm.handler.link/1.6.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-link-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.6.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.6.0.buildcompare)[:mag:](content/io/wcm/handler/io.wcm.handler.link-1.6.0.diffoscope) | | | [1.6.2](https://search.maven.org/artifact/io.wcm/io.wcm.handler.link/1.6.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-link-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.6.2.buildinfo): [2 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.link-1.6.2.buildcompare)[:mag:](content/io/wcm/handler/io.wcm.handler.link-1.6.2.diffoscope) | | [io.wcm-handler:media](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media) | [1.10.0](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media/1.10.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-media-1.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.10.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.10.0.buildcompare) | | | [1.11.0](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media/1.11.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-media-1.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.11.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.11.0.buildcompare) | | | [1.9.2](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media/1.9.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-media-1.9.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.2.buildcompare) | | | [1.9.4](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media/1.9.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-media-1.9.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.4.buildcompare) | | | [1.9.6](https://search.maven.org/artifact/io.wcm/io.wcm.handler.media/1.9.6/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-media-1.9.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.6.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.media-1.9.6.buildcompare) | | [io.wcm-handler:richtext](https://search.maven.org/artifact/io.wcm/io.wcm.handler.richtext) | [1.4.0](https://search.maven.org/artifact/io.wcm/io.wcm.handler.richtext/1.4.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-richtext-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.4.0.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.4.0.buildcompare) | | | [1.5.0](https://search.maven.org/artifact/io.wcm/io.wcm.handler.richtext/1.5.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-richtext-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.5.0.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.5.0.buildcompare) | | | [1.5.2](https://search.maven.org/artifact/io.wcm/io.wcm.handler.richtext/1.5.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/wcm-richtext-1.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.5.2.buildinfo): [1 :heavy_check_mark: 4 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/handler/io.wcm.handler.richtext-1.5.2.buildcompare) | | [io.wcm.maven.plugins-tooling:parent_toplevel](https://search.maven.org/artifact/io.wcm.maven.plugins/nodejs-maven-plugin) | [3.0.2](https://search.maven.org/artifact/io.wcm.maven.plugins/nodejs-maven-plugin/3.0.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/maven/plugins/nodejs-maven-plugin/nodejs-maven-plugin-3.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/maven/plugins/nodejs-maven-plugin/nodejs-maven-plugin-3.0.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/maven/plugins/nodejs-maven-plugin/nodejs-maven-plugin-3.0.2.buildcompare)[:mag:](content/io/wcm/maven/plugins/nodejs-maven-plugin/nodejs-maven-plugin-3.0.2.diffoscope) | | [io.wcm-tooling:content-package-builder](https://search.maven.org/artifact/io.wcm.tooling.commons/io.wcm.tooling.commons.content-package-builder) | [1.5.4](https://search.maven.org/artifact/io.wcm.tooling.commons/io.wcm.tooling.commons.content-package-builder/1.5.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-content-package-builder-1.5.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.content-package-builder-1.5.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.content-package-builder-1.5.4.buildcompare) | | [io.wcm-tooling:crx-packmgr-helper](https://search.maven.org/artifact/io.wcm.tooling.commons/io.wcm.tooling.commons.crx-packmgr-helper) | [1.7.2](https://search.maven.org/artifact/io.wcm.tooling.commons/io.wcm.tooling.commons.crx-packmgr-helper/1.7.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-crx-packmgr-helper-1.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.crx-packmgr-helper-1.7.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.crx-packmgr-helper-1.7.2.buildcompare) | | | [1.7.4](https://search.maven.org/artifact/io.wcm.tooling.commons/io.wcm.tooling.commons.crx-packmgr-helper/1.7.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-crx-packmgr-helper-1.7.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.crx-packmgr-helper-1.7.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.tooling.commons.crx-packmgr-helper-1.7.4.buildcompare) | | [io.wcm-tooling:parent_toplevel](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel) | [1.5.8](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel/1.5.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-parent_toplevel-1.5.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.5.8.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.5.8.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel/1.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-parent_toplevel-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.0.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.0.buildcompare) | | | [1.6.2](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel/1.6.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-parent_toplevel-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.2.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.2.buildcompare) | | | [1.6.4](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel/1.6.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-parent_toplevel-1.6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.4.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.4.buildcompare) | | | [1.6.6](https://search.maven.org/artifact/io.wcm/io.wcm.parent_toplevel/1.6.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/wcm-parent_toplevel-1.6.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.6.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/tooling/io.wcm.parent_toplevel-1.6.6.buildcompare) | | [io.wcm-WCM:commons](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.commons) | [1.7.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.commons/1.7.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-commons-1.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.commons-1.7.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.commons-1.7.0.buildcompare) | | | [1.8.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.commons/1.8.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-commons-1.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.commons-1.8.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.commons-1.8.0.buildcompare) | | [io.wcm-WCM:parsys](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.parsys) | [1.5.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.parsys/1.5.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-parsys-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.5.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.5.0.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.parsys/1.6.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-parsys-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.0.buildcompare) | | | [1.6.2](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.parsys/1.6.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-parsys-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.2.buildcompare) | | | [1.6.4](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.parsys/1.6.4/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-parsys-1.6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.4.buildinfo): [3 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.parsys-1.6.4.buildcompare) | | [io.wcm-WCM:ui.clientlibs](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.clientlibs) | [1.1.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.clientlibs/1.1.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-clientlibs-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.1.0.buildcompare) | | | [1.1.2](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.clientlibs/1.1.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-clientlibs-1.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.1.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.1.2.buildcompare) | | | [1.2.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.clientlibs/1.2.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-clientlibs-1.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.2.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.clientlibs-1.2.0.buildcompare) | | [io.wcm-WCM:ui.granite](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.granite) | [1.6.2](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.granite/1.6.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-granite-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.6.2.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.6.2.buildcompare) | | | [1.6.4](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.granite/1.6.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-granite-1.6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.6.4.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.6.4.buildcompare) | | | [1.7.0](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.granite/1.7.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-granite-1.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.7.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.7.0.buildcompare) | | | [1.7.2](https://search.maven.org/artifact/io.wcm/io.wcm.wcm.ui.granite/1.7.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/wcm-ui-granite-1.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.7.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/io/wcm/wcm/io.wcm.wcm.ui.granite-1.7.2.buildcompare) | | [net.nicoulaj.maven.plugins:checksum-maven-plugin](https://search.maven.org/artifact/net.nicoulaj.maven.plugins/checksum-maven-plugin) | [1.11](https://search.maven.org/artifact/net.nicoulaj.maven.plugins/checksum-maven-plugin/1.11/pom) | [mvn j16](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/nicoulaj/maven/plugins/checksum-maven-plugin/checksum-maven-plugin-1.11.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/nicoulaj/maven/plugins/checksum-maven-plugin/checksum-maven-plugin-1.11.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/nicoulaj/maven/plugins/checksum-maven-plugin/checksum-maven-plugin-1.11.buildcompare) | | [net.sourceforge.pmd:pmd](https://search.maven.org/artifact/net.sourceforge.pmd/pmd) | [6.24.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.24.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.24.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.24.0.buildinfo): [95 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.24.0.buildcompare) | | | [6.25.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.25.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.25.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.25.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.25.0.buildcompare) | | | [6.26.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.26.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.26.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.26.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-doc-6.26.0.buildcompare) | | | [6.27.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.27.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.27.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.27.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.27.0.buildcompare) | | | [6.28.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.28.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.28.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.28.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.28.0.buildcompare) | | | [6.29.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.29.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.29.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.29.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.29.0.buildcompare) | | | [6.30.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.30.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.30.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.30.0.buildinfo): [96 :heavy_check_mark: 4 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-scala_2.12-6.30.0.buildcompare)[:mag:](https://github.com/pmd/pmd/issues/2970) | | | [6.31.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.31.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.31.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.31.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.31.0.buildcompare) | | | [6.32.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.32.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.32.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.32.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.32.0.buildcompare) | | | [6.33.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.33.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.33.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.33.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.33.0.buildcompare) | | | [6.34.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.34.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.34.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.34.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.34.0.buildcompare) | | | [6.35.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.35.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.35.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.35.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.35.0.buildcompare) | | | [6.36.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.36.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.36.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.36.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.36.0.buildcompare) | | | [6.37.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.37.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.37.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.37.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.37.0.buildcompare) | | | [6.38.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.38.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.38.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.38.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.38.0.buildcompare) | | | [6.39.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.39.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.39.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.39.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.39.0.buildcompare) | | | [6.40.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.40.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.40.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.40.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.40.0.buildcompare) | | | [6.41.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.41.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.41.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.41.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.41.0.buildcompare) | | | [6.42.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.42.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.42.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.42.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.42.0.buildcompare) | | | [6.43.0](https://search.maven.org/artifact/net.sourceforge.pmd/pmd/6.43.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.43.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.43.0.buildinfo): [100 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/net/sourceforge/pmd/pmd-6.43.0.buildcompare) | | [nl.hsac:hsac-fitnesse-fixtures](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures) | [4.13.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.13.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.13.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.13.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.13.0.buildcompare)[:mag:](https://github.com/fhoeben/hsac-fitnesse-fixtures/issues/316) | | | [4.14.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.14.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.14.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.14.0.buildcompare)[:mag:](https://github.com/fhoeben/hsac-fitnesse-fixtures/issues/316) | | | [4.20.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.20.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.20.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.20.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.20.0.buildcompare)[:mag:](https://github.com/fhoeben/hsac-fitnesse-fixtures/issues/316) | | | [4.21.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.21.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.21.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.21.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.21.0.buildcompare)[:mag:](https://github.com/fhoeben/hsac-fitnesse-fixtures/issues/316) | | | [4.22.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.22.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.0.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.0.buildcompare)[:mag:](https://github.com/fhoeben/hsac-fitnesse-fixtures/issues/316) | | | [4.22.1](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.22.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.22.1.buildcompare) | | | [4.23.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.23.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.0.buildcompare) | | | [4.23.1](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.23.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.1.buildcompare) | | | [4.23.2](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.23.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.23.2.buildcompare) | | | [4.24.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.24.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.0.buildcompare) | | | [4.24.1](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.24.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.24.1.buildcompare) | | | [4.25.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.25.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.25.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.25.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.25.0.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.25.0.diffoscope) | | | [4.26.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.26.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.26.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.26.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.26.0.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.26.0.diffoscope) | | | [4.27.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.27.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.0.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.0.diffoscope) | | | [4.27.1](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.27.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.1.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.1.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.1.diffoscope) | | | [4.27.2](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.27.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.2.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.2.diffoscope) | | | [4.27.3](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.27.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.3.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.3.buildcompare)[:mag:](content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.27.3.diffoscope) | | | [4.28.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.28.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.0.buildcompare) | | | [4.28.1](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.28.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.28.1.buildcompare) | | | [4.29.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.29.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.29.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.29.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.29.0.buildcompare) | | | [4.30.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.30.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.30.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.30.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.30.0.buildcompare) | | | [4.31.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.31.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.31.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.31.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.31.0.buildcompare) | | | [4.32.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/4.32.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.32.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.32.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-4.32.0.buildcompare) | | | [5.0.0](https://search.maven.org/artifact/nl.hsac/hsac-fitnesse-fixtures/5.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-5.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-5.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/nl/hsac/hsac-fitnesse-fixtures/hsac-fitnesse-fixtures-5.0.0.buildcompare) | | [org.apache.accumulo:accumulo](https://search.maven.org/artifact/org.apache.accumulo/accumulo) | [1.10.0](https://search.maven.org/artifact/org.apache.accumulo/accumulo/1.10.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-1.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-maven-plugin-1.10.0.buildinfo): [36 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-maven-plugin-1.10.0.buildcompare) | | | [1.10.1](https://search.maven.org/artifact/org.apache.accumulo/accumulo/1.10.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-1.10.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-maven-plugin-1.10.1.buildinfo): [36 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-maven-plugin-1.10.1.buildcompare) | | | [1.10.2](https://search.maven.org/artifact/org.apache.accumulo/accumulo/1.10.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-1.10.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-project-1.10.2.buildinfo): [57 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/accumulo/accumulo-project-1.10.2.buildcompare)[:mag:](content/org/apache/accumulo/accumulo-project-1.10.2.diffoscope) | | [org.apache.activemq:activemq-parent](https://search.maven.org/artifact/org.apache.activemq/activemq-parent) | [5.16.4](https://search.maven.org/artifact/org.apache.activemq/activemq-parent/5.16.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/activemq/activemq-5.16.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/activemq/activemq-parent-5.16.4.buildinfo): [107 :heavy_check_mark: 28 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/activemq/activemq-parent-5.16.4.buildcompare)[:mag:](content/org/apache/activemq/activemq-parent-5.16.4.diffoscope) | | [org.apache.any23:apache-any23](https://search.maven.org/artifact/org.apache.any23/apache-any23) | [2.7](https://search.maven.org/artifact/org.apache.any23/apache-any23/2.7/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/any23/any23-2.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/any23/apache-any23-2.7.buildinfo): [11 :heavy_check_mark: 20 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/any23/apache-any23-2.7.buildcompare)[:mag:](https://github.com/apache/any23/pull/270) | | [org.apache:apache](https://search.maven.org/artifact/org.apache/apache) | [23](https://search.maven.org/artifact/org.apache/apache/23/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-23.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-23.buildinfo): [1 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-23.buildcompare) | | | [24](https://search.maven.org/artifact/org.apache/apache/24/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-24.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-24.buildinfo): [ 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-24.buildcompare)[:mag:](https://issues.apache.org/jira/browse/MPOM-265) | | | [25](https://search.maven.org/artifact/org.apache/apache/25/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-25.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-25.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/apache/apache-25.buildcompare) | | [org.apache.aries.cdi](https://search.maven.org/artifact/org.apache.aries.cdi/org.apache.aries.cdi) | [1.1.4](https://search.maven.org/artifact/org.apache.aries.cdi/org.apache.aries.cdi/1.1.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/aries/cdi/aries-cdi-1.1.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/aries/cdi/org.apache.aries.cdi-1.1.4.buildinfo): [2 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/aries/cdi/org.apache.aries.cdi-1.1.4.buildcompare)[:mag:](content/org/apache/aries/cdi/org.apache.aries.cdi-1.1.4.diffoscope) | | [org.apache.camel:camel-k-runtime-project](https://search.maven.org/artifact/org.apache.camel/camel-k-runtime-project) | [1.11.0](https://search.maven.org/artifact/org.apache.camel/camel-k-runtime-project/1.11.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-1.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.11.0.buildinfo): [197 :heavy_check_mark: 31 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.11.0.buildcompare)[:mag:](content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.11.0.diffoscope) | | | [1.12.0](https://search.maven.org/artifact/org.apache.camel/camel-k-runtime-project/1.12.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-1.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.12.0.buildinfo): [191 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.12.0.buildcompare)[:mag:](content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.12.0.diffoscope) | | | [1.9.1](https://search.maven.org/artifact/org.apache.camel/camel-k-runtime-project/1.9.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-1.9.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.9.1.buildinfo): [109 :heavy_check_mark: 31 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.9.1.buildcompare)[:mag:](content/org/apache/camel/camel-k-runtime/camel-k-runtime-project-1.9.1.diffoscope) | | [org.apache.camel:camel](https://search.maven.org/artifact/org.apache.camel/camel) | [3.13.0](https://search.maven.org/artifact/org.apache.camel/camel/3.13.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel/camel-3.13.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel/camel-3.13.0.buildinfo): [947 :heavy_check_mark: 631 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/camel/camel/camel-3.13.0.buildcompare)[:mag:](content/org/apache/camel/camel/camel-3.13.0.diffoscope) | | [org.apache.cxf.fediz:fediz](https://search.maven.org/artifact/org.apache.cxf.fediz/fediz) | [1.6.0](https://search.maven.org/artifact/org.apache.cxf.fediz/fediz/1.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/cxf/fediz/fediz-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/cxf/fediz/fediz-1.6.0.buildinfo): [107 :heavy_check_mark: 22 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/cxf/fediz/fediz-1.6.0.buildcompare)[:mag:](https://github.com/apache/cxf-fediz/pull/63) | | [org.apache.drill:drill-root](https://search.maven.org/artifact/org.apache.drill/drill-root) | [1.20.0](https://search.maven.org/artifact/org.apache.drill/drill-root/1.20.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/drill/drill-1.20.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/drill/drill-root-1.20.0.buildinfo): [93 :heavy_check_mark: 101 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/drill/drill-root-1.20.0.buildcompare)[:mag:](https://github.com/apache/drill/pull/2484) | | [org.apache.dubbo:dubbo](https://search.maven.org/artifact/org.apache.dubbo/dubbo) | [2.7.7](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-2.7.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-2.7.7.buildinfo): [148 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-2.7.7.buildcompare)[:mag:](content/org/apache/dubbo/dubbo-parent-2.7.7.diffoscope) | | | [2.7.8](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-2.7.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-metadata-processor-2.7.8.buildinfo): [148 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-metadata-processor-2.7.8.buildcompare) | | | [2.7.9](https://search.maven.org/artifact/org.apache.dubbo/dubbo/2.7.9/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-2.7.9.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-2.7.9.buildinfo): [122 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-2.7.9.buildcompare)[:mag:](content/org/apache/dubbo/dubbo-parent-2.7.9.diffoscope) | | | [3.0.5](https://search.maven.org/artifact/org.apache.dubbo/dubbo/3.0.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-3.0.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-3.0.5.buildinfo): [155 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/dubbo/dubbo-parent-3.0.5.buildcompare)[:mag:](content/org/apache/dubbo/dubbo-parent-3.0.5.diffoscope) | | [org.apache.felix:org.apache.felix.feature](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.feature) | [0.9.0-RC1](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.feature/0.9.0-RC1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/felix-features-0.9.0-RC1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.0-RC1.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.0-RC1.buildcompare) | | | [0.9.2-RC2](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.feature/0.9.2-RC2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/felix-features-0.9.2-RC2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.2-RC2.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.2-RC2.buildcompare) | | | [0.9.4-RC3](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.feature/0.9.4-RC3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/felix-features-0.9.4-RC3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.4-RC3.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/features/org.apache.felix.feature-0.9.4-RC3.buildcompare) | | [org.apache.felix:org.apache.felix.http.parent](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.http.parent) | [13](https://search.maven.org/artifact/org.apache.felix/org.apache.felix.http.parent/13/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/http/parent/felix-http-parent-13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/http/parent/org.apache.felix.http.parent-13.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/http/parent/org.apache.felix.http.parent-13.buildcompare) | | [org.apache.felix:maven-bundle-plugin](https://search.maven.org/artifact/org.apache.felix/maven-bundle-plugin) | [5.1.3](https://search.maven.org/artifact/org.apache.felix/maven-bundle-plugin/5.1.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.3.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.3.buildcompare) | | | [5.1.4](https://search.maven.org/artifact/org.apache.felix/maven-bundle-plugin/5.1.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.4.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/maven-bundle-plugin/maven-bundle-plugin-5.1.4.buildcompare) | | [org.apache.felix:felix-parent](https://search.maven.org/artifact/org.apache.felix/felix-parent) | [7](https://search.maven.org/artifact/org.apache.felix/felix-parent/7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/pom/felix-parent-7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/pom/felix-parent-7.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/felix/pom/felix-parent-7.buildcompare) | | [org.apache.httpcomponents:parent](https://search.maven.org/artifact/org.apache.httpcomponents/httpcomponents-parent) | [12](https://search.maven.org/artifact/org.apache.httpcomponents/httpcomponents-parent/12/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/httpcomponents/parent/httpcomponents-parent-12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/httpcomponents/parent/httpcomponents-parent-12.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/httpcomponents/parent/httpcomponents-parent-12.buildcompare) | | [org.apache.isis:isis-all](https://search.maven.org/artifact/org.apache.isis/isis-all) | [2.0.0-M7](https://search.maven.org/artifact/org.apache.isis/isis-all/2.0.0-M7/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/isis/isis-2.0.0-M7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/isis/isis-all-2.0.0-M7.buildinfo): [360 :heavy_check_mark: 257 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/isis/isis-all-2.0.0-M7.buildcompare)[:mag:](content/org/apache/isis/isis-all-2.0.0-M7.diffoscope) | | [org.apache.jackrabbit:filevault-package-maven-plugin](https://search.maven.org/artifact/org.apache.jackrabbit/filevault-package-maven-plugin) | [1.1.4](https://search.maven.org/artifact/org.apache.jackrabbit/filevault-package-maven-plugin/1.1.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.4.buildcompare) | | | [1.1.6](https://search.maven.org/artifact/org.apache.jackrabbit/filevault-package-maven-plugin/1.1.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.6.buildcompare) | | | [1.1.8](https://search.maven.org/artifact/org.apache.jackrabbit/filevault-package-maven-plugin/1.1.8/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.8.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.1.8.buildcompare) | | | [1.2.2](https://search.maven.org/artifact/org.apache.jackrabbit/filevault-package-maven-plugin/1.2.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault-package-maven-plugin/filevault-package-maven-plugin-1.2.2.buildcompare) | | [org.apache.jackrabbit.vault:jackrabbit-filevault](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault) | [3.4.10](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.4.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.10.buildinfo): [33 :heavy_check_mark: 9 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.10.buildcompare) | | | [3.4.8](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.4.8/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.8.buildinfo): [34 :heavy_check_mark: 8 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.4.8.buildcompare) | | | [3.5.0](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.0.buildinfo): [33 :heavy_check_mark: 7 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.0.buildcompare) | | | [3.5.4](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.5.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.4.buildinfo): [34 :heavy_check_mark: 6 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.4.buildcompare) | | | [3.5.6](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.5.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.6.buildinfo): [34 :heavy_check_mark: 6 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.6.buildcompare) | | | [3.5.8](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.5.8/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.8.buildinfo): [34 :heavy_check_mark: 6 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.8.buildcompare)[:mag:](content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.5.8.diffoscope) | | | [3.6.0](https://search.maven.org/artifact/org.apache.jackrabbit.vault/jackrabbit-filevault/3.6.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.6.0.buildinfo): [34 :heavy_check_mark: 6 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jackrabbit/filevault/jackrabbit-filevault-3.6.0.buildcompare)[:mag:](https://github.com/apache/jackrabbit-filevault/pull/214) | | [org.apache.jdo:jdo](https://search.maven.org/artifact/org.apache.jdo/jdo) | [3.2](https://search.maven.org/artifact/org.apache.jdo/jdo/3.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jdo/jdo-3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jdo/jdo-3.2.buildinfo): [6 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jdo/jdo-3.2.buildcompare)[:mag:](content/org/apache/jdo/jdo-3.2.diffoscope) | | [org.apache.jena:jena](https://search.maven.org/artifact/org.apache.jena/jena) | [3.14.0](https://search.maven.org/artifact/org.apache.jena/jena/3.14.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-3.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.14.0.buildinfo): [107 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.14.0.buildcompare) | | | [3.15.0](https://search.maven.org/artifact/org.apache.jena/jena/3.15.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-3.15.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.15.0.buildinfo): [110 :heavy_check_mark: 29 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.15.0.buildcompare) | | | [3.16.0](https://search.maven.org/artifact/org.apache.jena/jena/3.16.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-3.16.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.16.0.buildinfo): [110 :heavy_check_mark: 29 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.16.0.buildcompare) | | | [3.17.0](https://search.maven.org/artifact/org.apache.jena/jena/3.17.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-3.17.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.17.0.buildinfo): [128 :heavy_check_mark: 12 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-osgi-features-3.17.0.buildcompare) | | | [4.0.0](https://search.maven.org/artifact/org.apache.jena/jena/4.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.0.0.buildinfo): [115 :heavy_check_mark: 7 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.0.0.buildcompare) | | | [4.1.0](https://search.maven.org/artifact/org.apache.jena/jena/4.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.1.0.buildinfo): [106 :heavy_check_mark: 20 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.1.0.buildcompare)[:mag:](content/org/apache/jena/jena/jena-4.1.0.diffoscope) | | | [4.2.0](https://search.maven.org/artifact/org.apache.jena/jena/4.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.2.0.buildinfo): [116 :heavy_check_mark: 14 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.2.0.buildcompare)[:mag:](content/org/apache/jena/jena/jena-4.2.0.diffoscope) | | | [4.3.2](https://search.maven.org/artifact/org.apache.jena/jena/4.3.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.3.2.buildinfo): [154 :heavy_check_mark: 19 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jena/jena/jena-4.3.2.buildcompare)[:mag:](content/org/apache/jena/jena/jena-4.3.2.diffoscope) | | [org.apache.jspwiki:jspwiki-builder](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder) | [2.11.0.M7](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder/2.11.0.M7/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-2.11.0.M7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-it-test-cma-jdbc-2.11.0.M7.buildinfo): [11 :heavy_check_mark: 58 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-it-test-cma-jdbc-2.11.0.M7.buildcompare) | | | [2.11.0.M8](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder/2.11.0.M8/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-2.11.0.M8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-it-test-cma-jdbc-2.11.0.M8.buildinfo): [68 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-it-test-cma-jdbc-2.11.0.M8.buildcompare) | | | [2.11.0](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder/2.11.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-2.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.0.buildinfo): [70 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.0.buildcompare)[:mag:](content/org/apache/jspwiki/jspwiki-builder-2.11.0.diffoscope) | | | [2.11.1](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder/2.11.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-2.11.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.1.buildinfo): [104 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.1.buildcompare)[:mag:](content/org/apache/jspwiki/jspwiki-builder-2.11.1.diffoscope) | | | [2.11.2](https://search.maven.org/artifact/org.apache.jspwiki/jspwiki-builder/2.11.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-2.11.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.2.buildinfo): [107 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/jspwiki/jspwiki-builder-2.11.2.buildcompare)[:mag:](content/org/apache/jspwiki/jspwiki-builder-2.11.2.diffoscope) | | [org.apache.karaf:decanter](https://search.maven.org/artifact/org.apache.karaf/decanter) | [2.9.0](https://search.maven.org/artifact/org.apache.karaf/decanter/2.9.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/decanter/karaf-decanter-2.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/decanter/decanter-2.9.0.buildinfo): [261 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/decanter/decanter-2.9.0.buildcompare)[:mag:](content/org/apache/karaf/decanter/decanter-2.9.0.diffoscope) | | [org.apache.karaf:karaf](https://search.maven.org/artifact/org.apache.karaf/karaf) | [4.2.13](https://search.maven.org/artifact/org.apache.karaf/karaf/4.2.13/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.2.13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.2.13.buildinfo): [460 :heavy_check_mark: 108 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.2.13.buildcompare)[:mag:](content/org/apache/karaf/karaf/karaf-4.2.13.diffoscope) | | | [4.3.6](https://search.maven.org/artifact/org.apache.karaf/karaf/4.3.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.3.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.3.6.buildinfo): [484 :heavy_check_mark: 103 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/karaf/karaf/karaf-4.3.6.buildcompare)[:mag:](content/org/apache/karaf/karaf/karaf-4.3.6.diffoscope) | | [org.apache.logging:logging-parent](https://search.maven.org/artifact/org.apache.logging/logging-parent) | [4](https://search.maven.org/artifact/org.apache.logging/logging-parent/4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-4.buildinfo): [1 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-4.buildcompare)[:mag:](https://github.com/apache/logging-parent/pull/3) | | | [5](https://search.maven.org/artifact/org.apache.logging/logging-parent/5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-5.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/logging/parent/logging-parent-5.buildcompare) | | [org.apache.maven.archetype:maven-archetype](https://search.maven.org/artifact/org.apache.maven.archetype/maven-archetype) | [3.2.0](https://search.maven.org/artifact/org.apache.maven.archetype/maven-archetype/3.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/archetype-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/maven-archetype-plugin-3.2.0.buildinfo): [20 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/maven-archetype-plugin-3.2.0.buildcompare) | | | [3.2.1](https://search.maven.org/artifact/org.apache.maven.archetype/maven-archetype/3.2.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/archetype-3.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/maven-archetype-plugin-3.2.1.buildinfo): [20 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/archetype/maven-archetype-plugin-3.2.1.buildcompare) | | [org.apache.maven.doxia:doxia-sitetools](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools) | [1.10](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools/1.10/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-1.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.10.buildinfo): [18 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.10.buildcompare) | | | [1.11.1](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools/1.11.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-1.11.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.11.1.buildinfo): [18 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.11.1.buildcompare) | | | [1.9.2](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools/1.9.2/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-1.9.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.9.2.buildinfo): [12 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-doc-renderer-1.9.2.buildcompare) | | | [2.0.0-M1](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools/2.0.0-M1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M1.buildinfo): [15 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M1.buildcompare) | | | [2.0.0-M2](https://search.maven.org/artifact/org.apache.maven.doxia/doxia-sitetools/2.0.0-M2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M2.buildinfo): [15 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia-sitetools/doxia-sitetools-2.0.0-M2.buildcompare) | | [org.apache.maven.doxia:doxia](https://search.maven.org/artifact/org.apache.maven.doxia/doxia) | [1.10](https://search.maven.org/artifact/org.apache.maven.doxia/doxia/1.10/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-1.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.10.buildinfo): [57 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.10.buildcompare) | | | [1.11.1](https://search.maven.org/artifact/org.apache.maven.doxia/doxia/1.11.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-1.11.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.11.1.buildinfo): [57 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.11.1.buildcompare) | | | [1.9.1](https://search.maven.org/artifact/org.apache.maven.doxia/doxia/1.9.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-1.9.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.9.1.buildinfo): [38 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-1.9.1.buildcompare) | | | [2.0.0-M1](https://search.maven.org/artifact/org.apache.maven.doxia/doxia/2.0.0-M1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-2.0.0-M1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-2.0.0-M1.buildinfo): [33 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-2.0.0-M1.buildcompare) | | | [2.0.0-M2](https://search.maven.org/artifact/org.apache.maven.doxia/doxia/2.0.0-M2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-2.0.0-M2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-2.0.0-M2.buildinfo): [33 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/doxia/doxia/doxia-module-markdown-2.0.0-M2.buildcompare) | | [org.apache.maven.indexer:maven-indexer](https://search.maven.org/artifact/org.apache.maven.indexer/maven-indexer) | [6.1.1](https://search.maven.org/artifact/org.apache.maven.indexer/maven-indexer/6.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/indexer/maven-indexer-6.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/indexer/maven-indexer-6.1.1.buildinfo): [19 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/indexer/maven-indexer-6.1.1.buildcompare) | | [org.apache.maven.jxr:maven-jxr](https://search.maven.org/artifact/org.apache.maven.jxr/jxr) | [3.1.1](https://search.maven.org/artifact/org.apache.maven.jxr/jxr/3.1.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/jxr/jxr-3.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/jxr/jxr-3.1.1.buildinfo): [9 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/jxr/jxr-3.1.1.buildcompare) | | [org.apache.maven:maven](https://search.maven.org/artifact/org.apache.maven/maven) | [3.6.3](https://search.maven.org/artifact/org.apache.maven/maven/3.6.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.6.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/apache-maven-3.6.3.buildinfo): [2 :heavy_check_mark: 30 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/apache-maven-3.6.3.buildcompare)[:mag:](https://issues.apache.org/jira/browse/MNG-6859) | | | [3.8.1](https://search.maven.org/artifact/org.apache.maven/maven/3.8.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.1.buildinfo): [17 :heavy_check_mark: 15 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.1.buildcompare)[:mag:](https://issues.apache.org/jira/browse/MNG-7155) | | | [3.8.2](https://search.maven.org/artifact/org.apache.maven/maven/3.8.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.2.buildinfo): [47 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.2.buildcompare) | | | [3.8.3](https://search.maven.org/artifact/org.apache.maven/maven/3.8.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.3.buildinfo): [47 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.3.buildcompare) | | | [3.8.4](https://search.maven.org/artifact/org.apache.maven/maven/3.8.4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.4.buildinfo): [47 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.4.buildcompare) | | | [3.8.5](https://search.maven.org/artifact/org.apache.maven/maven/3.8.5/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.5.buildinfo): [43 :heavy_check_mark: 4 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/maven/maven-3.8.5.buildcompare)[:mag:](content/org/apache/maven/maven/maven-3.8.5.diffoscope) | | [org.apache.maven:maven-parent](https://search.maven.org/artifact/org.apache.maven/maven-parent) | [34](https://search.maven.org/artifact/org.apache.maven/maven-parent/34/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-34.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-34.buildinfo): [13 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-34.buildcompare) | | | [35](https://search.maven.org/artifact/org.apache.maven/maven-parent/35/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-35.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-35.buildinfo): [13 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/parent/maven-parent-35.buildcompare) | | [org.apache.maven.plugin-tools:maven-plugin-tools](https://search.maven.org/artifact/org.apache.maven.plugin-tools/maven-plugin-tools) | [3.6.1](https://search.maven.org/artifact/org.apache.maven.plugin-tools/maven-plugin-tools/3.6.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.1.buildinfo): [40 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.1.buildcompare) | | | [3.6.2](https://search.maven.org/artifact/org.apache.maven.plugin-tools/maven-plugin-tools/3.6.2/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.2.buildinfo): [40 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.2.buildcompare) | | | [3.6.4](https://search.maven.org/artifact/org.apache.maven.plugin-tools/maven-plugin-tools/3.6.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.4.buildinfo): [40 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugin-tools/maven-plugin-tools/maven-plugin-tools-3.6.4.buildcompare) | | [org.apache.maven.plugins:maven-antrun-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-antrun-plugin) | [3.0.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-antrun-plugin/3.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-antrun-plugin/maven-antrun-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-antrun-plugin/maven-antrun-plugin-3.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-antrun-plugin/maven-antrun-plugin-3.0.0.buildcompare) | | [org.apache.maven.plugins:maven-artifact-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-artifact-plugin) | [3.0.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-artifact-plugin/3.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.0.0.buildcompare) | | | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-artifact-plugin/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.1.0.buildcompare) | | | [3.2.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-artifact-plugin/3.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-artifact-plugin/maven-artifact-plugin-3.2.0.buildcompare) | | [org.apache.maven.plugins:m-assembly-p](https://search.maven.org/artifact/org.apache.maven.plugins/maven-assembly-plugin) | [3.3.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-assembly-plugin/3.3.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-assembly-plugin/maven-assembly-plugin-3.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-assembly-plugin/maven-assembly-plugin-3.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-assembly-plugin/maven-assembly-plugin-3.3.0.buildcompare) | | [org.apache.maven.plugins:m-checkstyle-p](https://search.maven.org/artifact/org.apache.maven.plugins/maven-checkstyle-plugin) | [3.1.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-checkstyle-plugin/3.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.1.buildcompare) | | | [3.1.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-checkstyle-plugin/3.1.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-checkstyle-plugin/maven-checkstyle-plugin-3.1.2.buildcompare) | | [org.apache.maven.plugins:maven-compiler-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin) | [3.10.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin/3.10.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.0.buildcompare) | | | [3.10.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin/3.10.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.10.1.buildcompare) | | | [3.9.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-compiler-plugin/3.9.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.9.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-compiler-plugin/maven-compiler-plugin-3.9.0.buildcompare) | | [org.apache.maven.plugins:m-dependency-p](https://search.maven.org/artifact/org.apache.maven.plugins/maven-dependency-plugin) | [3.1.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-dependency-plugin/3.1.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.1.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.1.2.buildcompare) | | | [3.2.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-dependency-plugin/3.2.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.2.0.buildcompare) | | | [3.3.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-dependency-plugin/3.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-dependency-plugin/maven-dependency-plugin-3.3.0.buildcompare) | | [org.apache.maven.plugins:maven-deploy-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-deploy-plugin) | [3.0.0-M2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-deploy-plugin/3.0.0-M2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-deploy-plugin/maven-deploy-plugin-3.0.0-M2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-deploy-plugin/maven-deploy-plugin-3.0.0-M2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-deploy-plugin/maven-deploy-plugin-3.0.0-M2.buildcompare) | | [org.apache.maven.plugins:maven-ear-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ear-plugin) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ear-plugin/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.1.0.buildcompare) | | | [3.2.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ear-plugin/3.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ear-plugin/maven-ear-plugin-3.2.0.buildcompare) | | [org.apache.maven.plugins:maven-ejb-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ejb-plugin) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-ejb-plugin/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ejb-plugin/maven-ejb-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ejb-plugin/maven-ejb-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-ejb-plugin/maven-ejb-plugin-3.1.0.buildcompare) | | [org.apache.maven.enforcer:enforcer](https://search.maven.org/artifact/org.apache.maven.enforcer/enforcer) | [3.0.0](https://search.maven.org/artifact/org.apache.maven.enforcer/enforcer/3.0.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-enforcer-plugin/maven-enforcer-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-enforcer-plugin/enforcer-3.0.0.buildinfo): [16 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-enforcer-plugin/enforcer-3.0.0.buildcompare) | | [org.apache.maven.plugins:maven-gpg-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-gpg-plugin) | [3.0.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-gpg-plugin/3.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-gpg-plugin/maven-gpg-plugin-3.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-gpg-plugin/maven-gpg-plugin-3.0.1.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-gpg-plugin/maven-gpg-plugin-3.0.1.buildcompare) | | [org.apache.maven.plugins:maven-invoker-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-invoker-plugin) | [3.2.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-invoker-plugin/3.2.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-invoker-plugin/maven-invoker-plugin-3.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-invoker-plugin/maven-invoker-plugin-3.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-invoker-plugin/maven-invoker-plugin-3.2.2.buildcompare) | | [org.apache.maven.plugins:maven-jar-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jar-plugin) | [3.2.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jar-plugin/3.2.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.1.buildcompare) | | | [3.2.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jar-plugin/3.2.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jar-plugin/maven-jar-plugin-3.2.2.buildcompare) | | [org.apache.maven.plugins:maven-javadoc-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin) | [3.2.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin/3.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.2.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.2.0.buildcompare) | | | [3.3.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin/3.3.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.0.buildcompare) | | | [3.3.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin/3.3.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.1.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.1.buildcompare) | | | [3.3.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-javadoc-plugin/3.3.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-javadoc-plugin/maven-javadoc-plugin-3.3.2.buildcompare) | | [org.apache.maven.plugins:maven-jlink-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jlink-plugin) | [3.0.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jlink-plugin/3.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.0.0.buildcompare) | | | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-jlink-plugin/3.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-jlink-plugin/maven-jlink-plugin-3.1.0.buildcompare) | | [org.apache.maven.plugins:maven-pdf-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pdf-plugin) | [1.5.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pdf-plugin/1.5.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pdf-plugin/maven-pdf-plugin-1.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pdf-plugin/maven-pdf-plugin-1.5.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pdf-plugin/maven-pdf-plugin-1.5.1.buildcompare) | | [org.apache.maven.plugins:maven-pmd-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pmd-plugin) | [3.14.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pmd-plugin/3.14.0/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.14.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.14.0.buildcompare) | | | [3.15.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pmd-plugin/3.15.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.15.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.15.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.15.0.buildcompare) | | | [3.16.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-pmd-plugin/3.16.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.16.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.16.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-pmd-plugin/maven-pmd-plugin-3.16.0.buildcompare) | | [org.apache.maven.plugins:maven-p-i-r-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin/3.1.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.0.buildcompare) | | | [3.1.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin/3.1.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.1.buildcompare) | | | [3.1.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin/3.1.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.1.2.buildcompare) | | | [3.2.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin/3.2.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.1.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.1.buildcompare)[:mag:](content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.1.diffoscope) | | | [3.2.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-project-info-reports-plugin/3.2.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-project-info-reports-plugin/maven-project-info-reports-plugin-3.2.2.buildcompare) | | [org.apache.maven.plugins:maven-release-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-release-plugin) | [3.0.0-M4](https://search.maven.org/artifact/org.apache.maven.plugins/maven-release-plugin/3.0.0-M4/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-plugin-3.0.0-M4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-3.0.0-M4.buildinfo): [18 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-3.0.0-M4.buildcompare) | | | [3.0.0-M5](https://search.maven.org/artifact/org.apache.maven.plugins/maven-release-plugin/3.0.0-M5/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-plugin-3.0.0-M5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-3.0.0-M5.buildinfo): [18 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-release-plugin/maven-release-3.0.0-M5.buildcompare) | | [org.apache.maven.plugins:m-resources-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-resources-plugin) | [3.2.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-resources-plugin/3.2.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-resources-plugin/maven-resources-plugin-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-resources-plugin/maven-resources-plugin-3.2.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-resources-plugin/maven-resources-plugin-3.2.0.buildcompare)[:mag:](content/org/apache/maven/plugins/maven-resources-plugin/maven-resources-plugin-3.2.0.diffoscope) | | [org.apache.maven.plugins:m-scm-publish-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scm-publish-plugin) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scm-publish-plugin/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/maven-scm-publish-plugin-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/maven-scm-publish-plugin-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scm-publish-plugin/maven-scm-publish-plugin-3.1.0.buildcompare) | | [org.apache.maven.plugins:maven-scripting-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scripting-plugin) | [3.0.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-scripting-plugin/3.0.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scripting-plugin/maven-scripting-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scripting-plugin/maven-scripting-plugin-3.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-scripting-plugin/maven-scripting-plugin-3.0.0.buildcompare) | | [org.apache.maven.plugins:maven-shade-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-shade-plugin) | [3.2.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-shade-plugin/3.2.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.2.buildcompare) | | | [3.2.3](https://search.maven.org/artifact/org.apache.maven.plugins/maven-shade-plugin/3.2.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.3.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.3.buildcompare) | | | [3.2.4](https://search.maven.org/artifact/org.apache.maven.plugins/maven-shade-plugin/3.2.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-shade-plugin/maven-shade-plugin-3.2.4.buildcompare) | | [org.apache.maven.plugins:maven-site-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin) | [3.10.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin/3.10.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.10.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.10.0.buildcompare) | | | [3.11.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin/3.11.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.11.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.11.0.buildcompare) | | | [3.9.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin/3.9.0/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.0.buildcompare) | | | [3.9.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-site-plugin/3.9.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.1.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-site-plugin/maven-site-plugin-3.9.1.buildcompare) | | [org.apache.maven.plugins:maven-source-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-source-plugin) | [3.2.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-source-plugin/3.2.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-source-plugin/maven-source-plugin-3.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-source-plugin/maven-source-plugin-3.2.1.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-source-plugin/maven-source-plugin-3.2.1.buildcompare) | | [org.apache.maven.plugins:maven-war-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-war-plugin) | [3.3.0](https://search.maven.org/artifact/org.apache.maven.plugins/maven-war-plugin/3.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.0.buildcompare) | | | [3.3.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-war-plugin/3.3.1/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.1.buildcompare) | | | [3.3.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-war-plugin/3.3.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-war-plugin/maven-war-plugin-3.3.2.buildcompare) | | [org.apache.maven.plugins:maven-wrapper-plugin](https://search.maven.org/artifact/org.apache.maven.plugins/maven-wrapper-plugin) | [3.0.1](https://search.maven.org/artifact/org.apache.maven.plugins/maven-wrapper-plugin/3.0.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.1.buildcompare) | | | [3.0.2](https://search.maven.org/artifact/org.apache.maven.plugins/maven-wrapper-plugin/3.0.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.2.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.2.buildcompare)[:mag:](content/org/apache/maven/plugins/maven-wrapper-plugin/maven-wrapper-plugin-3.0.2.diffoscope) | | [org.apache.maven.reporting:m-reporting-api](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-api) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-api/3.1.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-api/maven-reporting-api-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-api/maven-reporting-api-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-api/maven-reporting-api-3.1.0.buildcompare) | | [org.apache.maven.reporting:m-reporting-exec](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-exec) | [1.5.1](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-exec/1.5.1/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.5.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.5.1.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-exec/1.6.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.6.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-exec/maven-reporting-exec-1.6.0.buildcompare) | | [org.apache.maven.reporting:m-reporting-impl](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-impl) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.reporting/maven-reporting-impl/3.1.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-impl/maven-reporting-impl-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-impl/maven-reporting-impl-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/reporting/maven-reporting-impl/maven-reporting-impl-3.1.0.buildcompare) | | [org.apache.maven.resolver:m-r-ant-tasks](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks) | [1.2.1](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks/1.2.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.2.1.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.2.1.buildcompare) | | | [1.3.0](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks/1.3.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.0.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.0.buildcompare) | | | [1.3.1](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks/1.3.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.1.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.3.1.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver-ant-tasks/1.4.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.4.0.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver-ant-tasks/maven-resolver-ant-tasks-1.4.0.buildcompare) | | [org.apache.maven.resolver:maven-resolver](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver) | [1.4.2](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.4.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-transport-wagon-1.4.2.buildinfo): [23 :heavy_check_mark: 10 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-transport-wagon-1.4.2.buildcompare)[:mag:](https://issues.apache.org/jira/browse/MRESOLVER-137) | | | [1.6.1](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.6.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.1.buildinfo): [39 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.1.buildcompare) | | | [1.6.2](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.6.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.2.buildinfo): [39 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.2.buildcompare) | | | [1.6.3](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.6.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.6.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.3.buildinfo): [39 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-synccontext-redisson-1.6.3.buildcompare) | | | [1.7.0](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.7.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.0.buildinfo): [42 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.0.buildcompare) | | | [1.7.1](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.7.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.1.buildinfo): [42 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.1.buildcompare) | | | [1.7.2](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.7.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.2.buildinfo): [42 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.2.buildcompare) | | | [1.7.3](https://search.maven.org/artifact/org.apache.maven.resolver/maven-resolver/1.7.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.3.buildinfo): [42 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/resolver/maven-resolver/maven-resolver-1.7.3.buildcompare) | | [org.apache.maven.scm:maven-scm](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm) | [1.11.3](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm/1.11.3/pom) | [mvn j7 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.11.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.11.3.buildinfo): [99 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.11.3.buildcompare) | | | [1.12.0](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm/1.12.0/pom) | [mvn j7 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.0.buildinfo): [99 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.0.buildcompare) | | | [1.12.2](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm/1.12.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.2.buildinfo): [99 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-1.12.2.buildcompare) | | | [2.0.0-M1](https://search.maven.org/artifact/org.apache.maven.scm/maven-scm/2.0.0-M1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-2.0.0-M1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-2.0.0-M1.buildinfo): [55 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/scm/maven-scm-2.0.0-M1.buildcompare) | | [org.apache.maven:maven-archiver](https://search.maven.org/artifact/org.apache.maven/maven-archiver) | [3.5.1](https://search.maven.org/artifact/org.apache.maven/maven-archiver/3.5.1/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.1.buildcompare) | | | [3.5.2](https://search.maven.org/artifact/org.apache.maven/maven-archiver/3.5.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-archiver/maven-archiver-3.5.2.buildcompare) | | [org.apache.maven.shared:maven-artifact-transfer](https://search.maven.org/artifact/org.apache.maven.shared/maven-artifact-transfer) | [0.13.1](https://search.maven.org/artifact/org.apache.maven.shared/maven-artifact-transfer/0.13.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-artifact-transfer/maven-artifact-transfer-0.13.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-artifact-transfer/maven-artifact-transfer-0.13.1.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-artifact-transfer/maven-artifact-transfer-0.13.1.buildcompare)[:mag:](https://github.com/apache/maven-artifact-transfer/commit/c2106c0500cc7c70c27581f117bf86e6185073c6) | | [org.apache.m.shared:m-common-artifact-filters](https://search.maven.org/artifact/org.apache.maven.shared/maven-common-artifact-filters) | [3.1.1](https://search.maven.org/artifact/org.apache.maven.shared/maven-common-artifact-filters/3.1.1/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.1.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.1.1.buildcompare) | | | [3.2.0](https://search.maven.org/artifact/org.apache.maven.shared/maven-common-artifact-filters/3.2.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-common-artifact-filters/maven-common-artifact-filters-3.2.0.buildcompare) | | [org.apache.maven.shared:m-dependency-analyzer](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-analyzer) | [1.11.2](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-analyzer/1.11.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.2.buildcompare) | | | [1.11.3](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-analyzer/1.11.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.3.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.11.3.buildcompare) | | | [1.12.0](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-analyzer/1.12.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.12.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-analyzer/maven-dependency-analyzer-1.12.0.buildcompare) | | [org.apache.maven.shared:m-dependency-tree](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-tree) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.shared/maven-dependency-tree/3.1.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-tree/maven-dependency-tree-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-tree/maven-dependency-tree-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-dependency-tree/maven-dependency-tree-3.1.0.buildcompare) | | [org.apache.maven.shared:maven-filtering](https://search.maven.org/artifact/org.apache.maven.shared/maven-filtering) | [3.2.0](https://search.maven.org/artifact/org.apache.maven.shared/maven-filtering/3.2.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-filtering/maven-filtering-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-filtering/maven-filtering-3.2.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-filtering/maven-filtering-3.2.0.buildcompare)[:mag:](content/org/apache/maven/shared/maven-filtering/maven-filtering-3.2.0.diffoscope) | | [org.apache.maven.shared:maven-invoker](https://search.maven.org/artifact/org.apache.maven.shared/maven-invoker) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.shared/maven-invoker/3.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-invoker/maven-invoker-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-invoker/maven-invoker-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-invoker/maven-invoker-3.1.0.buildcompare) | | [org.apache.maven.shared:maven-script-interpreter](https://search.maven.org/artifact/org.apache.maven.shared/maven-script-interpreter) | [1.3](https://search.maven.org/artifact/org.apache.maven.shared/maven-script-interpreter/1.3/pom) | [mvn j15 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-script-interpreter/maven-script-interpreter-1.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-script-interpreter/maven-script-interpreter-1.3.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-script-interpreter/maven-script-interpreter-1.3.buildcompare) | | [org.apache.maven.shared:maven-shared-resources](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-resources) | [3](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-resources/3/pom) | [mvn j17 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-3.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-3.buildcompare) | | | [4](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-resources/4/pom) | [mvn j17 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-resources/maven-shared-resources-4.buildcompare) | | [org.apache.maven.shared:maven-shared-utils](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-utils) | [3.3.4](https://search.maven.org/artifact/org.apache.maven.shared/maven-shared-utils/3.3.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-utils/maven-shared-utils-3.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-utils/maven-shared-utils-3.3.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-shared-utils/maven-shared-utils-3.3.4.buildcompare) | | [org.apache.maven.shared:maven-verifier](https://search.maven.org/artifact/org.apache.maven.shared/maven-verifier) | [1.7.1](https://search.maven.org/artifact/org.apache.maven.shared/maven-verifier/1.7.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.1.buildcompare) | | | [1.7.2](https://search.maven.org/artifact/org.apache.maven.shared/maven-verifier/1.7.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/shared/maven-verifier/maven-verifier-1.7.2.buildcompare) | | [org.apache.maven.skins:maven-fluido-skin](https://search.maven.org/artifact/org.apache.maven.skins/maven-fluido-skin) | [1.10.0](https://search.maven.org/artifact/org.apache.maven.skins/maven-fluido-skin/1.10.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.10.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.10.0.buildcompare) | | | [1.9](https://search.maven.org/artifact/org.apache.maven.skins/maven-fluido-skin/1.9/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.9.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.9.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/skins/fluido/maven-fluido-skin-1.9.buildcompare) | | [org.apache.maven.surefire:surefire](https://search.maven.org/artifact/org.apache.maven.surefire/surefire) | [3.0.0-M5](https://search.maven.org/artifact/org.apache.maven.surefire/surefire/3.0.0-M5/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/surefire/surefire-3.0.0-M5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/surefire/surefire-shared-utils-3.0.0-M5.buildinfo): [45 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/surefire/surefire-shared-utils-3.0.0-M5.buildcompare)[:mag:](https://issues.apache.org/jira/browse/SUREFIRE-1802) | | [org.apache.maven.wagon:wagon](https://search.maven.org/artifact/org.apache.maven.wagon/wagon) | [3.4.0](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.4.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.0.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.0.buildcompare) | | | [3.4.1](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.4.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.1.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.1.buildcompare) | | | [3.4.2](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.4.2/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.2.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-webdav-jackrabbit-3.4.2.buildcompare) | | | [3.4.3](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.4.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.3.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.4.3.buildcompare) | | | [3.5.0](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.5.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.0.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.0.buildcompare) | | | [3.5.1](https://search.maven.org/artifact/org.apache.maven.wagon/wagon/3.5.1/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.1.buildinfo): [50 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wagon/wagon/wagon-3.5.1.buildcompare) | | [org.apache.maven.wrapper:maven-wrapper-parent](https://search.maven.org/artifact/org.apache.maven.wrapper/maven-wrapper-parent) | [3.1.0](https://search.maven.org/artifact/org.apache.maven.wrapper/maven-wrapper-parent/3.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wrapper/wrapper-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wrapper/maven-wrapper-parent-3.1.0.buildinfo): [14 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/maven/wrapper/maven-wrapper-parent-3.1.0.buildcompare) | | [org.apache.ftpserver:ftpserver-parent](https://search.maven.org/artifact/org.apache.ftpserver/ftpserver-parent) | [1.1.3](https://search.maven.org/artifact/org.apache.ftpserver/ftpserver-parent/1.1.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/ftpserver/mina-ftpserver-1.1.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/ftpserver/ftpserver-parent-1.1.3.buildinfo): [18 :heavy_check_mark: 7 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/ftpserver/ftpserver-parent-1.1.3.buildcompare)[:mag:](content/org/apache/mina/ftpserver/ftpserver-parent-1.1.3.diffoscope) | | [org.apache.mina:mina-parent](https://search.maven.org/artifact/org.apache.mina/mina-parent) | [2.1.6](https://search.maven.org/artifact/org.apache.mina/mina-parent/2.1.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/mina-2.1.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/mina-parent-2.1.6.buildinfo): [28 :heavy_check_mark: 10 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/mina/mina-parent-2.1.6.buildcompare)[:mag:](content/org/apache/mina/mina-parent-2.1.6.diffoscope) | | [org.apache.plc4x.plugins:plc4x-code-generation](https://search.maven.org/artifact/org.apache.plc4x.plugins/plc4x-code-generaton) | [1.5.0](https://search.maven.org/artifact/org.apache.plc4x.plugins/plc4x-code-generaton/1.5.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-code-generation/plc4x-code-generaton-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-code-generation/plc4x-code-generaton-1.5.0.buildinfo): [9 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-code-generation/plc4x-code-generaton-1.5.0.buildcompare) | | [org.apache.plc4x:plc4x-site-skin](https://search.maven.org/artifact/org.apache.plc4x/plc4x-site-skin) | [1.1.0](https://search.maven.org/artifact/org.apache.plc4x/plc4x-site-skin/1.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-site-skin/plc4x-site-skin-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-site-skin/plc4x-site-skin-1.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x-site-skin/plc4x-site-skin-1.1.0.buildcompare) | | [org.apache.plc4x:plc4x](https://search.maven.org/artifact/org.apache.plc4x/plc4x-parent) | [0.7.0](https://search.maven.org/artifact/org.apache.plc4x/plc4x-parent/0.7.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x/plc4x-0.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x/plc4x-tools-0.7.0.buildinfo): [16 :heavy_check_mark: 51 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/plc4x/plc4x/plc4x-tools-0.7.0.buildcompare) | | [org.apache.royale.compiler:compiler](https://search.maven.org/artifact/org.apache.royale.compiler/compiler) | [0.9.7](https://search.maven.org/artifact/org.apache.royale.compiler/compiler/0.9.7/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/royale/compiler/royale-compiler-0.9.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/royale/compiler/royale-maven-plugin-0.9.7.buildinfo): [20 :heavy_check_mark: 5 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/royale/compiler/royale-maven-plugin-0.9.7.buildcompare)[:mag:](content/org/apache/royale/compiler/royale-maven-plugin-0.9.7.diffoscope) | | [org.apache.sling:htl-maven-plugin](https://search.maven.org/artifact/org.apache.sling/htl-maven-plugin) | [2.0.4-1.4.0](https://search.maven.org/artifact/org.apache.sling/htl-maven-plugin/2.0.4-1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/htl-maven-plugin/htl-maven-plugin-2.0.4-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/htl-maven-plugin/htl-maven-plugin-2.0.4-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/htl-maven-plugin/htl-maven-plugin-2.0.4-1.4.0.buildcompare) | | [org.apache.sling:jspc-maven-plugin](https://search.maven.org/artifact/org.apache.sling/jspc-maven-plugin) | [2.3.2](https://search.maven.org/artifact/org.apache.sling/jspc-maven-plugin/2.3.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/jspc-maven-plugin/jspc-maven-plugin-2.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/jspc-maven-plugin/jspc-maven-plugin-2.3.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/jspc-maven-plugin/jspc-maven-plugin-2.3.2.buildcompare) | | [org.apache.sling:.adapter](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.adapter) | [2.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.adapter/2.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.adapter/org.apache.sling.adapter-2.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.adapter/org.apache.sling.adapter-2.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.adapter/org.apache.sling.adapter-2.2.0.buildcompare) | | [org.apache.sling:.api](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.api) | [2.23.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.api/2.23.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.0.buildcompare) | | | [2.23.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.api/2.23.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.4.buildcompare) | | | [2.23.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.api/2.23.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.23.6.buildcompare) | | | [2.24.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.api/2.24.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.24.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.24.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.api/org.apache.sling.api-2.24.0.buildcompare) | | [org.apache.sling:.auth.core](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.auth.core) | [1.5.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.auth.core/1.5.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.auth.core/org.apache.sling.auth.core-1.5.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.auth.core/org.apache.sling.auth.core-1.5.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.auth.core/org.apache.sling.auth.core-1.5.6.buildcompare) | | [org.apache.sling:.bundleresource.impl](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.bundleresource.impl) | [2.3.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.bundleresource.impl/2.3.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.bundleresource.impl/org.apache.sling.bundleresource.impl-2.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.bundleresource.impl/org.apache.sling.bundleresource.impl-2.3.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.bundleresource.impl/org.apache.sling.bundleresource.impl-2.3.4.buildcompare) | | [org.apache.sling:.caconfig.api](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.api) | [1.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.api/1.3.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.api/org.apache.sling.caconfig.api-1.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.api/org.apache.sling.caconfig.api-1.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.api/org.apache.sling.caconfig.api-1.3.0.buildcompare) | | [org.apache.sling:.caconfig.impl](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.impl) | [1.6.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.impl/1.6.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.impl/org.apache.sling.caconfig.impl-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.impl/org.apache.sling.caconfig.impl-1.6.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.impl/org.apache.sling.caconfig.impl-1.6.0.buildcompare) | | [org.apache.sling:.caconfig.spi](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.spi) | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.caconfig.spi/1.4.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.spi/org.apache.sling.caconfig.spi-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.spi/org.apache.sling.caconfig.spi-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.caconfig.spi/org.apache.sling.caconfig.spi-1.4.0.buildcompare) | | [org.apache.sling:.commons.content.analyzing](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.content.analyzing) | [1.0.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.content.analyzing/1.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.analyzing/org.apache.sling.commons.content.analyzing-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.analyzing/org.apache.sling.commons.content.analyzing-1.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.analyzing/org.apache.sling.commons.content.analyzing-1.0.0.buildcompare) | | [org.apache.sling:.commons.content.processing](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.content.processing) | [1.0.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.content.processing/1.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.processing/org.apache.sling.commons.content.processing-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.processing/org.apache.sling.commons.content.processing-1.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.content.processing/org.apache.sling.commons.content.processing-1.0.0.buildcompare) | | [org.apache.sling:.commons.crypto](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.crypto) | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.crypto/1.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.crypto/org.apache.sling.commons.crypto-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.crypto/org.apache.sling.commons.crypto-1.1.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.crypto/org.apache.sling.commons.crypto-1.1.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.commons.crypto/org.apache.sling.commons.crypto-1.1.0.diffoscope) | | [org.apache.sling:.commons.johnzon](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon) | [1.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon/1.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.0.buildcompare) | | | [1.2.14](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon/1.2.14/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.14.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.14.buildcompare) | | | [1.2.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon/1.2.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.2.buildcompare) | | | [1.2.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon/1.2.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.4.buildcompare) | | | [1.2.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.johnzon/1.2.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.6.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.johnzon/org.apache.sling.commons.johnzon-1.2.6.buildcompare) | | [org.apache.sling:.commons.log](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.log) | [5.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.log/5.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.3.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.3.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.3.0.diffoscope) | | | [5.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.log/5.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.4.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.4.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.commons.log/org.apache.sling.commons.log-5.4.0.diffoscope) | | [org.apache.sling:.commons.messaging.mail](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.messaging.mail) | [2.0.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.messaging.mail/2.0.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging.mail/org.apache.sling.commons.messaging.mail-2.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging.mail/org.apache.sling.commons.messaging.mail-2.0.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging.mail/org.apache.sling.commons.messaging.mail-2.0.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.commons.messaging.mail/org.apache.sling.commons.messaging.mail-2.0.0.diffoscope) | | [org.apache.sling:.commons.messaging](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.messaging) | [1.0.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.messaging/1.0.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging/org.apache.sling.commons.messaging-1.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging/org.apache.sling.commons.messaging-1.0.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.messaging/org.apache.sling.commons.messaging-1.0.2.buildcompare) | | [org.apache.sling:.commons.metrics](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.metrics) | [1.2.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.commons.metrics/1.2.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.metrics/org.apache.sling.commons.metrics-1.2.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.metrics/org.apache.sling.commons.metrics-1.2.10.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.commons.metrics/org.apache.sling.commons.metrics-1.2.10.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.commons.metrics/org.apache.sling.commons.metrics-1.2.10.diffoscope) | | [org.apache.sling:.distribution.journal.kafka](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.distribution.journal.kafka) | [0.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.distribution.journal.kafka/0.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.distribution.journal.kafka/org.apache.sling.distribution.journal.kafka-0.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.distribution.journal.kafka/org.apache.sling.distribution.journal.kafka-0.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.distribution.journal.kafka/org.apache.sling.distribution.journal.kafka-0.3.0.buildcompare) | | [org.apache.sling:.engine](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.engine) | [2.7.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.engine/2.7.10/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.engine/org.apache.sling.engine-2.7.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.engine/org.apache.sling.engine-2.7.10.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.engine/org.apache.sling.engine-2.7.10.buildcompare) | | [org.apache.sling:.event](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event) | [4.2.18](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event/4.2.18/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.18.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.18.buildcompare) | | | [4.2.20](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event/4.2.20/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.20.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.20.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.20.buildcompare) | | | [4.2.22](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event/4.2.22/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.22.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.22.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.22.buildcompare) | | | [4.2.24](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event/4.2.24/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.24.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.24.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.2.24.buildcompare) | | | [4.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.event/4.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.3.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.3.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.event/org.apache.sling.event-4.3.0.diffoscope) | | [org.apache.sling:.feature.analyser](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.analyser) | [1.3.34](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.analyser/1.3.34/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.analyser/org.apache.sling.feature.analyser-1.3.34.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.analyser/org.apache.sling.feature.analyser-1.3.34.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.analyser/org.apache.sling.feature.analyser-1.3.34.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-feature-analyser/pull/36) | | [org.apache.sling:.feature.cpconverter](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.cpconverter) | [1.1.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.cpconverter/1.1.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.cpconverter/org.apache.sling.feature.cpconverter-1.1.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.cpconverter/org.apache.sling.feature.cpconverter-1.1.10.buildinfo): [4 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.cpconverter/org.apache.sling.feature.cpconverter-1.1.10.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.feature.cpconverter/org.apache.sling.feature.cpconverter-1.1.10.diffoscope) | | [org.apache.sling:.feature.extension.apiregions](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions) | [1.3.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions/1.3.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.3.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.3.10.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.3.10.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions/1.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.0.buildcompare) | | | [1.4.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions/1.4.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.2.buildcompare) | | | [1.4.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions/1.4.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.4.4.buildcompare) | | | [1.5.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.apiregions/1.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.5.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.apiregions/org.apache.sling.feature.extension.apiregions-1.5.0.buildcompare) | | [org.apache.sling:.feature.extension.unpack](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.unpack) | [0.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.extension.unpack/0.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.unpack/org.apache.sling.feature.extension.unpack-0.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.unpack/org.apache.sling.feature.extension.unpack-0.3.0.buildinfo): [4 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.extension.unpack/org.apache.sling.feature.extension.unpack-0.3.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.feature.extension.unpack/org.apache.sling.feature.extension.unpack-0.3.0.diffoscope) | | [org.apache.sling:.feature.launcher](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.launcher) | [1.1.22](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.launcher/1.1.22/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.22.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.22.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.22.buildcompare) | | | [1.1.26](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.launcher/1.1.26/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.26.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.26.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.26.buildcompare) | | | [1.1.28](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.launcher/1.1.28/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.28.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.28.buildinfo): [4 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.28.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.1.28.diffoscope) | | | [1.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature.launcher/1.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.2.0.buildinfo): [4 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.2.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.feature.launcher/org.apache.sling.feature.launcher-1.2.0.diffoscope) | | [org.apache.sling:.feature](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature) | [1.2.30](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.feature/1.2.30/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature/org.apache.sling.feature-1.2.30.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature/org.apache.sling.feature-1.2.30.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.feature/org.apache.sling.feature-1.2.30.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-feature/pull/30) | | [org.apache.sling:.fsresource](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.fsresource) | [2.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.fsresource/2.2.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.fsresource/org.apache.sling.fsresource-2.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.fsresource/org.apache.sling.fsresource-2.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.fsresource/org.apache.sling.fsresource-2.2.0.buildcompare) | | [org.apache.sling:.i18n](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.i18n) | [2.5.18](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.i18n/2.5.18/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.i18n/org.apache.sling.i18n-2.5.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.i18n/org.apache.sling.i18n-2.5.18.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.i18n/org.apache.sling.i18n-2.5.18.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.i18n/org.apache.sling.i18n-2.5.18.diffoscope) | | [org.apache.sling:.installer.console](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.console) | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.console/1.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.console/org.apache.sling.installer.console-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.console/org.apache.sling.installer.console-1.1.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.console/org.apache.sling.installer.console-1.1.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.installer.console/org.apache.sling.installer.console-1.1.0.diffoscope) | | [org.apache.sling:.installer.core](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.core) | [3.11.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.core/3.11.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.0.buildcompare) | | | [3.11.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.core/3.11.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.2.buildcompare) | | | [3.11.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.core/3.11.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.4.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.11.4.buildcompare) | | | [3.12.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.core/3.12.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.12.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.core/org.apache.sling.installer.core-3.12.0.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-installer-core/pull/9) | | [org.apache.sling:.installer.factory.configuration](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration) | [1.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration/1.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.0.diffoscope) | | | [1.3.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration/1.3.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.2.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.2.buildcompare) | | | [1.3.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration/1.3.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.4.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.3.4.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration/1.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.0.buildcompare) | | | [1.4.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.configuration/1.4.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.configuration/org.apache.sling.installer.factory.configuration-1.4.2.buildcompare) | | [org.apache.sling:.installer.factory.packages](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.packages) | [1.0.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.packages/1.0.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.2.buildcompare) | | | [1.0.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.factory.packages/1.0.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.4.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.4.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.installer.factory.packages/org.apache.sling.installer.factory.packages-1.0.4.diffoscope) | | [org.apache.sling:.installer.provider.file](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.file) | [1.2.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.file/1.2.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.2.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.2.2.buildcompare) | | | [1.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.file/1.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.0.buildcompare) | | | [1.3.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.file/1.3.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.file/org.apache.sling.installer.provider.file-1.3.4.buildcompare) | | [org.apache.sling:.installer.provider.jcr](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.jcr) | [3.2.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.jcr/3.2.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.2.2.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.2.2.buildcompare) | | | [3.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.installer.provider.jcr/3.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.3.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.installer.provider.jcr/org.apache.sling.installer.provider.jcr-3.3.0.buildcompare) | | [org.apache.sling:.javax.activation](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.javax.activation) | [0.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.javax.activation/0.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.2.0.buildinfo): [4 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.2.0.buildcompare) | | | [0.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.javax.activation/0.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.3.0.buildinfo): [5 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.javax.activation/org.apache.sling.javax.activation-0.3.0.buildcompare) | | [org.apache.sling:.jcr.contentloader](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.contentloader) | [2.4.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.contentloader/2.4.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.4.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.4.2.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.4.2.diffoscope) | | | [2.5.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.contentloader/2.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.5.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.5.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.jcr.contentloader/org.apache.sling.jcr.contentloader-2.5.0.diffoscope) | | [org.apache.sling:.jcr.jackrabbit.accessmanager](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager) | [3.0.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.accessmanager/3.0.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.accessmanager/org.apache.sling.jcr.jackrabbit.accessmanager-3.0.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.accessmanager/org.apache.sling.jcr.jackrabbit.accessmanager-3.0.10.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.accessmanager/org.apache.sling.jcr.jackrabbit.accessmanager-3.0.10.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.jcr.jackrabbit.accessmanager/org.apache.sling.jcr.jackrabbit.accessmanager-3.0.10.diffoscope) | | [org.apache.sling:.jcr.jackrabbit.usermanager](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager) | [2.2.14](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.14/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.14.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.14.buildcompare) | | | [2.2.16](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.16/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.16.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.16.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.16.buildcompare) | | | [2.2.18](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.jackrabbit.usermanager/2.2.18/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.18.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.18.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.jcr.jackrabbit.usermanager/org.apache.sling.jcr.jackrabbit.usermanager-2.2.18.diffoscope) | | [org.apache.sling:.jcr.maintenance](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.maintenance) | [1.0.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.maintenance/1.0.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.maintenance/org.apache.sling.jcr.maintenance-1.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.maintenance/org.apache.sling.jcr.maintenance-1.0.2.buildinfo): [7 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.maintenance/org.apache.sling.jcr.maintenance-1.0.2.buildcompare) | | [org.apache.sling:.jcr.packageinit](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.packageinit) | [1.0.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.packageinit/1.0.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.packageinit/org.apache.sling.jcr.packageinit-1.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.packageinit/org.apache.sling.jcr.packageinit-1.0.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.packageinit/org.apache.sling.jcr.packageinit-1.0.4.buildcompare) | | [org.apache.sling:.jcr.resource](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.resource) | [3.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.resource/3.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.1.0.buildcompare) | | | [3.2.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.resource/3.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resource/org.apache.sling.jcr.resource-3.2.0.buildcompare) | | [org.apache.sling:.jcr.resourcesecurity](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.resourcesecurity) | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.jcr.resourcesecurity/1.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resourcesecurity/org.apache.sling.jcr.resourcesecurity-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resourcesecurity/org.apache.sling.jcr.resourcesecurity-1.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.jcr.resourcesecurity/org.apache.sling.jcr.resourcesecurity-1.1.0.buildcompare) | | [org.apache.sling:.models.api](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.api) | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.api/1.4.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.api/org.apache.sling.models.api-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.api/org.apache.sling.models.api-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.api/org.apache.sling.models.api-1.4.0.buildcompare) | | [org.apache.sling:.models.caconfig](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.caconfig) | [1.0.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.caconfig/1.0.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.caconfig/org.apache.sling.models.caconfig-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.caconfig/org.apache.sling.models.caconfig-1.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.caconfig/org.apache.sling.models.caconfig-1.0.0.buildcompare) | | [org.apache.sling:.models.impl](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.impl) | [1.5.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.impl/1.5.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.impl/org.apache.sling.models.impl-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.impl/org.apache.sling.models.impl-1.5.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.impl/org.apache.sling.models.impl-1.5.0.buildcompare) | | [org.apache.sling:.models.jacksonexporter](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.jacksonexporter) | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.jacksonexporter/1.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.0.buildcompare) | | | [1.1.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.jacksonexporter/1.1.2/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.jacksonexporter/org.apache.sling.models.jacksonexporter-1.1.2.buildcompare) | | [org.apache.sling:.models.validation-impl](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.validation-impl) | [1.0.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.validation-impl/1.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.0.0.buildcompare) | | | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.models.validation-impl/1.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.models.validation-impl/org.apache.sling.models.validation-impl-1.1.0.buildcompare) | | [org.apache.sling:.pipes](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.pipes) | [4.3.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.pipes/4.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.0.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.0.diffoscope) | | | [4.3.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.pipes/4.3.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.2.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.pipes/org.apache.sling.pipes-4.3.2.diffoscope) | | [org.apache.sling:.repoinit.parser](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.repoinit.parser) | [1.6.8](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.repoinit.parser/1.6.8/pom) | [mvn j14](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.repoinit.parser/org.apache.sling.repoinit.parser-1.6.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.repoinit.parser/org.apache.sling.repoinit.parser-1.6.8.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.repoinit.parser/org.apache.sling.repoinit.parser-1.6.8.buildcompare) | | [org.apache.sling:.resourceaccesssecurity](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceaccesssecurity) | [1.1.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceaccesssecurity/1.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceaccesssecurity/org.apache.sling.resourceaccesssecurity-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceaccesssecurity/org.apache.sling.resourceaccesssecurity-1.1.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceaccesssecurity/org.apache.sling.resourceaccesssecurity-1.1.0.buildcompare) | | [org.apache.sling:.resourcemerger](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourcemerger) | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourcemerger/1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourcemerger/org.apache.sling.resourcemerger-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourcemerger/org.apache.sling.resourcemerger-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourcemerger/org.apache.sling.resourcemerger-1.4.0.buildcompare) | | [org.apache.sling:.resourceresolver](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceresolver) | [1.8.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceresolver/1.8.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.0.buildcompare) | | | [1.8.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceresolver/1.8.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.2.buildcompare) | | | [1.8.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.resourceresolver/1.8.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.resourceresolver/org.apache.sling.resourceresolver-1.8.4.buildcompare) | | [org.apache.sling:.rewriter](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.rewriter) | [1.3.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.rewriter/1.3.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.rewriter/org.apache.sling.rewriter-1.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.rewriter/org.apache.sling.rewriter-1.3.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.rewriter/org.apache.sling.rewriter-1.3.2.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.rewriter/org.apache.sling.rewriter-1.3.2.diffoscope) | | [org.apache.sling:.scripting.core](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.core) | [2.4.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.core/2.4.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.2.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.2.diffoscope) | | | [2.4.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.core/2.4.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.4.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.4.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.scripting.core/org.apache.sling.scripting.core-2.4.4.diffoscope) | | [org.apache.sling:.scripting.sightly.repl](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly.repl) | [1.0.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly.repl/1.0.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.repl/org.apache.sling.scripting.sightly.repl-1.0.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.repl/org.apache.sling.scripting.sightly.repl-1.0.10.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.repl/org.apache.sling.scripting.sightly.repl-1.0.10.buildcompare) | | [org.apache.sling:.scripting.sightly.testing-content](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly.testing-content) | [1.0.30-1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly.testing-content/1.0.30-1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.testing-content/org.apache.sling.scripting.sightly.testing-content-1.0.30-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.testing-content/org.apache.sling.scripting.sightly.testing-content-1.0.30-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly.testing-content/org.apache.sling.scripting.sightly.testing-content-1.0.30-1.4.0.buildcompare) | | [org.apache.sling:.scripting.sightly](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly) | [1.4.12-1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly/1.4.12-1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.12-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.12-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.12-1.4.0.buildcompare) | | | [1.4.14-1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly/1.4.14-1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.14-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.14-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.14-1.4.0.buildcompare) | | | [1.4.16-1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.sightly/1.4.16-1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.16-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.16-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.sightly/org.apache.sling.scripting.sightly-1.4.16-1.4.0.buildcompare) | | [org.apache.sling:.scripting.spi](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.spi) | [1.0.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.scripting.spi/1.0.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.spi/org.apache.sling.scripting.spi-1.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.spi/org.apache.sling.scripting.spi-1.0.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.scripting.spi/org.apache.sling.scripting.spi-1.0.4.buildcompare) | | [org.apache.sling:.security](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.security) | [1.1.22](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.security/1.1.22/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.22.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.22.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.22.buildcompare) | | | [1.1.24](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.security/1.1.24/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.24.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.24.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.security/org.apache.sling.security-1.1.24.buildcompare) | | [org.apache.sling:.servlets.annotations](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.annotations) | [1.2.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.annotations/1.2.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.annotations/org.apache.sling.servlets.annotations-1.2.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.annotations/org.apache.sling.servlets.annotations-1.2.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.annotations/org.apache.sling.servlets.annotations-1.2.6.buildcompare) | | [org.apache.sling:.servlets.post](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.post) | [2.4.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.post/2.4.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.4.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.4.6.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.4.6.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-post/pull/17) | | | [2.5.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.post/2.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.5.0.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.post/org.apache.sling.servlets.post-2.5.0.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-post/pull/17) | | [org.apache.sling:.servlets.resolver](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.resolver) | [2.8.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.resolver/2.8.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.0.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.0.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/28) | | | [2.8.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.resolver/2.8.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.2.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.8.2.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/28) | | | [2.9.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.resolver/2.9.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.0.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.0.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/28) | | | [2.9.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.servlets.resolver/2.9.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.2.buildinfo): [2 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.servlets.resolver/org.apache.sling.servlets.resolver-2.9.2.buildcompare)[:mag:](https://github.com/apache/sling-org-apache-sling-servlets-resolver/pull/28) | | [org.apache.sling:.settings](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.settings) | [1.4.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.settings/1.4.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.settings/org.apache.sling.settings-1.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.settings/org.apache.sling.settings-1.4.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.settings/org.apache.sling.settings-1.4.2.buildcompare) | | [org.apache.sling:.sitemap](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.sitemap) | [1.0.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.sitemap/1.0.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.4.buildcompare) | | | [1.0.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.sitemap/1.0.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.sitemap/org.apache.sling.sitemap-1.0.6.buildcompare) | | [org.apache.sling:.starter.content](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.starter.content) | [1.0.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.starter.content/1.0.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.10.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.10.buildcompare) | | | [1.0.12](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.starter.content/1.0.12/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.12.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.starter.content/org.apache.sling.starter.content-1.0.12.buildcompare) | | [org.apache.sling:.tenant](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.tenant) | [1.1.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.tenant/1.1.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.tenant/org.apache.sling.tenant-1.1.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.tenant/org.apache.sling.tenant-1.1.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.tenant/org.apache.sling.tenant-1.1.6.buildcompare) | | [org.apache.sling:.testing.caconfig-mock-plugin](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.caconfig-mock-plugin) | [1.3.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.caconfig-mock-plugin/1.3.4/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.4.buildcompare) | | | [1.3.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.caconfig-mock-plugin/1.3.6/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.3.6.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.caconfig-mock-plugin/1.4.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.caconfig-mock-plugin/org.apache.sling.testing.caconfig-mock-plugin-1.4.0.buildcompare) | | [org.apache.sling:.testing.clients](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.clients) | [3.0.10](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.clients/3.0.10/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.10.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.10.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.10.buildcompare) | | | [3.0.12](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.clients/3.0.12/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.12.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.12.buildcompare) | | | [3.0.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.clients/3.0.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.4.buildcompare) | | | [3.0.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.clients/3.0.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.clients/org.apache.sling.testing.clients-3.0.6.buildcompare) | | [org.apache.sling:.testing.jcr-mock](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.jcr-mock) | [1.5.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.jcr-mock/1.5.4/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.jcr-mock/org.apache.sling.testing.jcr-mock-1.5.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.jcr-mock/org.apache.sling.testing.jcr-mock-1.5.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.jcr-mock/org.apache.sling.testing.jcr-mock-1.5.4.buildcompare) | | [org.apache.sling:.testing.resourceresolver-mock](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.resourceresolver-mock) | [1.1.26](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/1.1.26/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.1.26.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.1.26.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.1.26.buildcompare)[:mag:](content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.1.26.diffoscope) | | | [1.2.2](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/1.2.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.2.buildcompare) | | | [1.2.4](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/1.2.4/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.4.buildcompare) | | | [1.2.6](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.resourceresolver-mock/1.2.6/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.resourceresolver-mock/org.apache.sling.testing.resourceresolver-mock-1.2.6.buildcompare) | | [org.apache.sling:.testing.sling-mock-oak](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.sling-mock-oak) | [3.0.0-1.16.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.sling-mock-oak/3.0.0-1.16.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.0.0-1.16.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.0.0-1.16.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.0.0-1.16.0.buildcompare) | | | [3.1.0-1.40.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.sling-mock-oak/3.1.0-1.40.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.0-1.40.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.0-1.40.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.0-1.40.0.buildcompare) | | | [3.1.2-1.40.0](https://search.maven.org/artifact/org.apache.sling/org.apache.sling.testing.sling-mock-oak/3.1.2-1.40.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.2-1.40.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.2-1.40.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/org.apache.sling.testing.sling-mock-oak/org.apache.sling.testing.sling-mock-oak-3.1.2-1.40.0.buildcompare) | | [org.apache.sling:scriptingbundle-maven-plugin](https://search.maven.org/artifact/org.apache.sling/scriptingbundle-maven-plugin) | [0.4.0](https://search.maven.org/artifact/org.apache.sling/scriptingbundle-maven-plugin/0.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.4.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.4.0.buildcompare)[:mag:](content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.4.0.diffoscope) | | | [0.5.0](https://search.maven.org/artifact/org.apache.sling/scriptingbundle-maven-plugin/0.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.0.buildcompare)[:mag:](content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.0.diffoscope) | | | [0.5.2](https://search.maven.org/artifact/org.apache.sling/scriptingbundle-maven-plugin/0.5.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.2.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.2.buildcompare)[:mag:](content/org/apache/sling/scriptingbundle-maven-plugin/scriptingbundle-maven-plugin-0.5.2.diffoscope) | | [org.apache.sling:slingfeature-maven-plugin](https://search.maven.org/artifact/org.apache.sling/slingfeature-maven-plugin) | [1.5.14](https://search.maven.org/artifact/org.apache.sling/slingfeature-maven-plugin/1.5.14/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.14.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.14.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.14.buildcompare) | | | [1.5.16](https://search.maven.org/artifact/org.apache.sling/slingfeature-maven-plugin/1.5.16/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.16.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.16.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.16.buildcompare) | | | [1.5.18](https://search.maven.org/artifact/org.apache.sling/slingfeature-maven-plugin/1.5.18/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.18.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.5.18.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/org.apache.sling/slingfeature-maven-plugin/1.6.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.6.0.buildinfo): [1 :heavy_check_mark: 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sling/slingfeature-maven-plugin/slingfeature-maven-plugin-1.6.0.buildcompare) | | [org.apache.sshd:sshd](https://search.maven.org/artifact/org.apache.sshd/sshd) | [2.6.0](https://search.maven.org/artifact/org.apache.sshd/sshd/2.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.6.0.buildinfo): [15 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.6.0.buildcompare)[:mag:](content/org/apache/sshd/sshd-2.6.0.diffoscope) | | | [2.8.0](https://search.maven.org/artifact/org.apache.sshd/sshd/2.8.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.8.0.buildinfo): [31 :heavy_check_mark: 21 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/sshd/sshd-2.8.0.buildcompare)[:mag:](content/org/apache/sshd/sshd-2.8.0.diffoscope) | | [org.apache.struts:struts2-parent](https://search.maven.org/artifact/org.apache.struts/struts2-parent) | [2.5.26](https://search.maven.org/artifact/org.apache.struts/struts2-parent/2.5.26/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/struts/struts2-2.5.26.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/struts/struts2-assembly-2.5.26.buildinfo): [31 :heavy_check_mark: 29 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/struts/struts2-assembly-2.5.26.buildcompare) | | [org.apache.tika:tika](https://search.maven.org/artifact/org.apache.tika/tika) | [2.1.0](https://search.maven.org/artifact/org.apache.tika/tika/2.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.1.0.buildinfo): [91 :heavy_check_mark: 196 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.1.0.buildcompare)[:mag:](content/org/apache/tika/tika-2.1.0.diffoscope) | | | [2.2.0](https://search.maven.org/artifact/org.apache.tika/tika/2.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.0.buildinfo): [91 :heavy_check_mark: 196 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.0.buildcompare)[:mag:](content/org/apache/tika/tika-2.2.0.diffoscope) | | | [2.2.1](https://search.maven.org/artifact/org.apache.tika/tika/2.2.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.1.buildinfo): [91 :heavy_check_mark: 196 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.2.1.buildcompare)[:mag:](content/org/apache/tika/tika-2.2.1.diffoscope) | | | [2.3.0](https://search.maven.org/artifact/org.apache.tika/tika/2.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.3.0.buildinfo): [214 :heavy_check_mark: 74 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/tika/tika-2.3.0.buildcompare)[:mag:](content/org/apache/tika/tika-2.3.0.diffoscope) | | [org.apache.wayang:wayang](https://search.maven.org/artifact/org.apache.wayang/wayang) | [0.6.0](https://search.maven.org/artifact/org.apache.wayang/wayang/0.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wayang/wayang-0.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wayang/wayang-0.6.0.buildinfo): [61 :heavy_check_mark: 26 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wayang/wayang-0.6.0.buildcompare)[:mag:](https://github.com/apache/incubator-wayang/pull/77) | | [org.apache.wss4j:wss4j](https://search.maven.org/artifact/org.apache.wss4j/wss4j) | [2.4.0](https://search.maven.org/artifact/org.apache.wss4j/wss4j/2.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wss4j/wss4j-2.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wss4j/wss4j-2.4.0.buildinfo): [10 :heavy_check_mark: 12 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/apache/wss4j/wss4j-2.4.0.buildcompare)[:mag:](content/org/apache/wss4j/wss4j-2.4.0.diffoscope) | | [org.codehaus.modello:modello](https://search.maven.org/artifact/org.codehaus.modello/modello) | [2.0.0](https://search.maven.org/artifact/org.codehaus.modello/modello/2.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/modello/modello-2.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/modello/modello-2.0.0.buildinfo): [53 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/modello/modello-2.0.0.buildcompare) | | [org.codehaus.mojo:animal-sniffer](https://search.maven.org/artifact/org.codehaus.mojo/animal-sniffer-parent) | [1.20](https://search.maven.org/artifact/org.codehaus.mojo/animal-sniffer-parent/1.20/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-1.20.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-parent-1.20.buildinfo): [20 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-parent-1.20.buildcompare) | | | [1.21](https://search.maven.org/artifact/org.codehaus.mojo/animal-sniffer-parent/1.21/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-1.21.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-parent-1.21.buildinfo): [20 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/animal-sniffer-parent-1.21.buildcompare) | | [org.codehaus.mojo:aspectj-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/aspectj-maven-plugin) | [1.14.0](https://search.maven.org/artifact/org.codehaus.mojo/aspectj-maven-plugin/1.14.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/aspectj-maven-plugin-1.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/aspectj-maven-plugin-1.14.0.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/aspectj-maven-plugin-1.14.0.buildcompare) | | [org.codehaus.mojo:extra-enforcer-rules](https://search.maven.org/artifact/org.codehaus.mojo/extra-enforcer-rules) | [1.4](https://search.maven.org/artifact/org.codehaus.mojo/extra-enforcer-rules/1.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.4.buildcompare) | | | [1.5.1](https://search.maven.org/artifact/org.codehaus.mojo/extra-enforcer-rules/1.5.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.1.buildcompare) | | | [1.5](https://search.maven.org/artifact/org.codehaus.mojo/extra-enforcer-rules/1.5/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/extra-enforcer-rules-1.5.buildcompare) | | [org.codehaus.mojo:flatten-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/flatten-maven-plugin) | [1.2.7](https://search.maven.org/artifact/org.codehaus.mojo/flatten-maven-plugin/1.2.7/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/flatten-maven-plugin-1.2.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/flatten-maven-plugin-1.2.7.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/flatten-maven-plugin-1.2.7.buildcompare) | | [org.codehaus.mojo:mojo-parent](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent) | [60](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent/60/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-60.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-60.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-60.buildcompare) | | | [61](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent/61/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-61.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-61.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-61.buildcompare) | | | [63](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent/63/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-63.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-63.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-63.buildcompare) | | | [64](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent/64/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-64.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-64.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-64.buildcompare) | | | [65](https://search.maven.org/artifact/org.codehaus.mojo/mojo-parent/65/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-65.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-65.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/mojo-parent-65.buildcompare) | | [org.codehaus.mojo:taglist-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/taglist-maven-plugin) | [3.0.0](https://search.maven.org/artifact/org.codehaus.mojo/taglist-maven-plugin/3.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/taglist-maven-plugin-3.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/taglist-maven-plugin-3.0.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/taglist-maven-plugin-3.0.0.buildcompare) | | [org.codehaus.mojo:versions-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/versions-maven-plugin) | [2.8.1](https://search.maven.org/artifact/org.codehaus.mojo/versions-maven-plugin/2.8.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.8.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.8.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.8.1.buildcompare) | | | [2.9.0](https://search.maven.org/artifact/org.codehaus.mojo/versions-maven-plugin/2.9.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.9.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/versions-maven-plugin-2.9.0.buildcompare) | | [org.codehaus.mojo:wagon-maven-plugin](https://search.maven.org/artifact/org.codehaus.mojo/wagon-maven-plugin) | [2.0.1](https://search.maven.org/artifact/org.codehaus.mojo/wagon-maven-plugin/2.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.1.buildinfo): [3 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.1.buildcompare)[:mag:](https://github.com/mojohaus/wagon-maven-plugin/commit/4b5352671f16a0d71d7c84fb33d1e4a0beec1fcc) | | | [2.0.2](https://search.maven.org/artifact/org.codehaus.mojo/wagon-maven-plugin/2.0.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.2.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/mojo/wagon-maven-plugin-2.0.2.buildcompare) | | [org.codehaus.plexus:plexus-archiver](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver) | [4.2.2](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.2/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.2.buildcompare) | | | [4.2.3](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.3/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.3.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.3.buildcompare) | | | [4.2.4](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.4/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.4.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.4.buildcompare) | | | [4.2.5](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.5.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.5.buildcompare) | | | [4.2.6](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.6.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.6.buildcompare) | | | [4.2.7](https://search.maven.org/artifact/org.codehaus.plexus/plexus-archiver/4.2.7/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.7.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-archiver/plexus-archiver-4.2.7.buildcompare) | | [org.codehaus.plexus:plexus-cipher](https://search.maven.org/artifact/org.codehaus.plexus/plexus-cipher) | [2.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-cipher/2.0/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-cipher/plexus-cipher-2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-cipher/plexus-cipher-2.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-cipher/plexus-cipher-2.0.buildcompare) | | [org.codehaus.plexus:plexus-compiler](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler) | [2.10.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.10.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.10.0.buildinfo): [32 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.10.0.buildcompare) | | | [2.11.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.11.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.0.buildinfo): [31 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.0.buildcompare) | | | [2.11.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.11.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.1.buildinfo): [31 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.11.1.buildcompare) | | | [2.8.6](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.8.6/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.8.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-j2objc-2.8.6.buildinfo): [33 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-j2objc-2.8.6.buildcompare) | | | [2.8.7](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.8.7/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.8.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-j2objc-2.8.7.buildinfo): [21 :heavy_check_mark: 13 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-j2objc-2.8.7.buildcompare) | | | [2.8.8](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.8.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.8.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-its-2.8.8.buildinfo): [21 :heavy_check_mark: 14 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-its-2.8.8.buildcompare) | | | [2.9.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-compiler/2.9.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.9.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.9.0.buildinfo): [35 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-compiler/plexus-compiler-2.9.0.buildcompare) | | [org.codehaus.plexus:plexus-components](https://search.maven.org/artifact/org.codehaus.plexus/plexus-components) | [6.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus-components/6.1/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.1.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.1.buildcompare) | | | [6.4](https://search.maven.org/artifact/org.codehaus.plexus/plexus-components/6.4/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.4.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.4.buildcompare) | | | [6.5](https://search.maven.org/artifact/org.codehaus.plexus/plexus-components/6.5/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.5.buildcompare) | | | [6.6](https://search.maven.org/artifact/org.codehaus.plexus/plexus-components/6.6/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.6.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-components/plexus-components-6.6.buildcompare) | | [org.codehaus.plexus:plexus-interactivity](https://search.maven.org/artifact/org.codehaus.plexus/plexus-interactivity) | [1.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus-interactivity/1.1/pom) | [mvn j7 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-interactivity/plexus-interactivity-1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-interactivity/plexus-interactivity-1.1.buildinfo): [9 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-interactivity/plexus-interactivity-1.1.buildcompare) | | [org.codehaus.plexus:plexus-languages](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages) | [1.0.5](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages/1.0.5/pom) | [mvn j9](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-languages-1.0.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.5.buildinfo): [4 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.5.buildcompare) | | | [1.0.6](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages/1.0.6/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-languages-1.0.6.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.6.buildinfo): [5 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.6.buildcompare)[:mag:](https://github.com/codehaus-plexus/plexus-languages/issues/59) | | | [1.0.7](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages/1.0.7/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-languages-1.0.7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.7.buildinfo): [5 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.0.7.buildcompare)[:mag:](https://github.com/codehaus-plexus/plexus-languages/issues/59) | | | [1.1.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages/1.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-languages-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.1.0.buildinfo): [5 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.1.0.buildcompare)[:mag:](https://github.com/codehaus-plexus/plexus-languages/issues/59) | | | [1.1.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus-languages/1.1.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-languages-1.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.1.1.buildinfo): [5 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-languages/plexus-java-1.1.1.buildcompare)[:mag:](https://github.com/codehaus-plexus/plexus-languages/issues/59) | | [org.codehaus.plexus:plexus](https://search.maven.org/artifact/org.codehaus.plexus/plexus) | [6.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus/6.1/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.1.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.1.buildcompare) | | | [6.2](https://search.maven.org/artifact/org.codehaus.plexus/plexus/6.2/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.2.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.2.buildcompare) | | | [6.4](https://search.maven.org/artifact/org.codehaus.plexus/plexus/6.4/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.4.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.4.buildcompare)[:mag:](https://github.com/codehaus-plexus/plexus-pom/issues/23) | | | [6.5](https://search.maven.org/artifact/org.codehaus.plexus/plexus/6.5/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-6.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-6.5.buildcompare) | | | [7](https://search.maven.org/artifact/org.codehaus.plexus/plexus/7/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-7.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-7.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-7.buildcompare) | | | [8](https://search.maven.org/artifact/org.codehaus.plexus/plexus/8/pom) | [mvn j7](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-pom-8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-8.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-pom/plexus-8.buildcompare) | | [org.codehaus.plexus:plexus-utils](https://search.maven.org/artifact/org.codehaus.plexus/plexus-utils) | [3.4.0](https://search.maven.org/artifact/org.codehaus.plexus/plexus-utils/3.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.0.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.0.buildcompare) | | | [3.4.1](https://search.maven.org/artifact/org.codehaus.plexus/plexus-utils/3.4.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-utils/plexus-utils-3.4.1.buildcompare) | | [org.codehaus.plexus:plexus-velocity](https://search.maven.org/artifact/org.codehaus.plexus/plexus-velocity) | [1.3](https://search.maven.org/artifact/org.codehaus.plexus/plexus-velocity/1.3/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-velocity/plexus-velocity-1.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-velocity/plexus-velocity-1.3.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/codehaus/plexus/plexus-velocity/plexus-velocity-1.3.buildcompare) | | [org.complate:complate-core](https://search.maven.org/artifact/org.complate/complate-core) | [0.2.0](https://search.maven.org/artifact/org.complate/complate-core/0.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-core-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-core-0.2.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-core-0.2.0.buildcompare) | | [org.complate:complate-spring-mvc](https://search.maven.org/artifact/org.complate/complate-spring-mvc) | [0.7.0](https://search.maven.org/artifact/org.complate/complate-spring-mvc/0.7.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-spring-mvc-0.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-spring-mvc-0.7.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/complate/complate-spring-mvc-0.7.0.buildcompare) | | [org.cyclonedx:cyclonedx-core-java](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java) | [3.0.8](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/3.0.8/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-3.0.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-3.0.8.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-3.0.8.buildcompare) | | | [4.0.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.0.buildcompare) | | | [4.0.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.1.buildcompare) | | | [4.0.2](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.0.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.2.buildcompare) | | | [4.0.3](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.0.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.0.3.buildcompare) | | | [4.1.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.0.buildcompare) | | | [4.1.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.1.buildcompare) | | | [4.1.2](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/4.1.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-4.1.2.buildcompare) | | | [5.0.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.0.buildcompare) | | | [5.0.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.1.buildcompare) | | | [5.0.2](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.2.buildcompare) | | | [5.0.3](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.3/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.3.buildcompare) | | | [5.0.4](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.4/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.4.buildcompare) | | | [5.0.5](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/5.0.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-5.0.5.buildcompare) | | | [6.0.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/6.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-6.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-6.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-6.0.0.buildcompare) | | | [7.0.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/7.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.0.0.buildcompare) | | | [7.1.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/7.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.0.buildcompare) | | | [7.1.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/7.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.1.buildcompare) | | | [7.1.2](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-core-java/7.1.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-core-java/cyclonedx-core-java-7.1.2.buildcompare) | | [org.cyclonedx:cyclonedx-maven-plugin](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin) | [2.2.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.2.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.2.0.buildcompare) | | | [2.3.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.3.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.3.0.buildcompare) | | | [2.4.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.0.buildcompare) | | | [2.4.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.4.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.4.1.buildcompare) | | | [2.5.0](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.5.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.0.buildcompare) | | | [2.5.1](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.5.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.1.buildcompare) | | | [2.5.2](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.5.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.2.buildcompare) | | | [2.5.3](https://search.maven.org/artifact/org.cyclonedx/cyclonedx-maven-plugin/2.5.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/cyclonedx/cyclonedx-maven-plugin/cyclonedx-maven-plugin-2.5.3.buildcompare) | | [org.eclipse.jkube:jkube](https://search.maven.org/artifact/org.eclipse.jkube/jkube) | [1.1.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.0.buildinfo): [107 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.0.buildcompare) | | | [1.1.1](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.1.buildinfo): [107 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.1.1.buildcompare) | | | [1.2.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.2.0.buildinfo): [107 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.2.0.buildcompare) | | | [1.3.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.3.0.buildinfo): [107 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.3.0.buildcompare) | | | [1.4.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.4.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.4.0.buildinfo): [107 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.4.0.buildcompare) | | | [1.5.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.5.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.0.buildinfo): [118 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.0.buildcompare) | | | [1.5.1](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.5.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.1.buildinfo): [118 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.5.1.buildcompare) | | | [1.6.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.6.0.buildinfo): [113 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.6.0.buildcompare) | | | [1.7.0](https://search.maven.org/artifact/org.eclipse.jkube/jkube/1.7.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.7.0.buildinfo): [113 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/jkube/jkube-1.7.0.buildcompare) | | [org.eclipse.transformer](https://search.maven.org/artifact/org.eclipse.transformer/org.eclipse.transformer.parent) | [0.2.0](https://search.maven.org/artifact/org.eclipse.transformer/org.eclipse.transformer.parent/0.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/transformer/eclipse-transformer-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/transformer/org.eclipse.transformer.parent-0.2.0.buildinfo): [11 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/eclipse/transformer/org.eclipse.transformer.parent-0.2.0.buildcompare) | | [org.fusesource.jansi:jansi](https://search.maven.org/artifact/org.fusesource.jansi/jansi) | [2.1.1](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.1.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.1.1.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.1.1.buildcompare)[:mag:](https://github.com/fusesource/jansi/issues/185) | | | [2.2.0](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.2.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.2.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.2.0.buildcompare)[:mag:](https://github.com/fusesource/jansi/issues/192) | | | [2.3.0](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.0.buildcompare) | | | [2.3.1](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.1.buildcompare) | | | [2.3.2](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.2/pom) | [mvn j15](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.2.buildcompare) | | | [2.3.3](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.3/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.3.buildcompare) | | | [2.3.4](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.3.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.4.buildinfo): [ 3 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.3.4.buildcompare)[:mag:](content/org/fusesource/jansi/jansi/jansi-2.3.4.diffoscope) | | | [2.4.0](https://search.maven.org/artifact/org.fusesource.jansi/jansi/2.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.4.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/fusesource/jansi/jansi/jansi-2.4.0.buildcompare) | | [org.jline:jline-parent](https://search.maven.org/artifact/org.jline/jline-parent) | [3.20.0](https://search.maven.org/artifact/org.jline/jline-parent/3.20.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-3.20.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-parent-3.20.0.buildinfo): [40 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-parent-3.20.0.buildcompare) | | | [3.21.0](https://search.maven.org/artifact/org.jline/jline-parent/3.21.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-3.21.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-parent-3.21.0.buildinfo): [40 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jline/jline/jline-parent-3.21.0.buildcompare) | | [org.jrivard.xmlchai:xmlchai](https://search.maven.org/artifact/org.jrivard.xmlchai/xmlchai) | [0.1.0](https://search.maven.org/artifact/org.jrivard.xmlchai/xmlchai/0.1.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jrivard/xmlchai/xmlchai-0.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jrivard/xmlchai/xmlchai-0.1.0.buildinfo): [1 :heavy_check_mark: 2 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/jrivard/xmlchai/xmlchai-0.1.0.buildcompare)[:mag:](content/org/jrivard/xmlchai/xmlchai-0.1.0.diffoscope) | | [org.liquibase.ext:liquibase-percona](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona) | [4.3.1](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.3.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.1.buildinfo): [1 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.1.buildcompare)[:mag:](content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.1.diffoscope) | | | [4.3.2](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.3.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.2.buildcompare) | | | [4.3.3](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.3.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.3.buildcompare) | | | [4.3.5](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.3.5/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.3.5.buildcompare) | | | [4.4.0](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.0.buildcompare) | | | [4.4.1](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.4.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.1.buildcompare) | | | [4.4.2](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.4.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.2.buildcompare) | | | [4.4.3](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.4.3/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.4.3.buildcompare) | | | [4.5.0](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.5.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.5.0.buildcompare) | | | [4.6.1.1](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.6.1.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.1.buildcompare) | | | [4.6.1](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.6.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.1.buildcompare) | | | [4.6.2](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.6.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.6.2.buildcompare) | | | [4.7.0](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.7.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.0.buildcompare) | | | [4.7.1](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.7.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.7.1.buildcompare) | | | [4.8.0](https://search.maven.org/artifact/org.liquibase.ext/liquibase-percona/4.8.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.8.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/liquibase/ext/liquibase-percona/liquibase-percona-4.8.0.buildcompare) | | [org.mybatis.dynamic-sql:mybatis-dynamic-sql](https://search.maven.org/artifact/org.mybatis.dynamic-sql/mybatis-dynamic-sql) | [1.4.0](https://search.maven.org/artifact/org.mybatis.dynamic-sql/mybatis-dynamic-sql/1.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/dynamic-sql/mybatis-dynamic-sql-1.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/dynamic-sql/mybatis-dynamic-sql-1.4.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/dynamic-sql/mybatis-dynamic-sql-1.4.0.buildcompare)[:mag:](content/org/mybatis/dynamic-sql/mybatis-dynamic-sql-1.4.0.diffoscope) | | [org.mybatis:mybatis-guice](https://search.maven.org/artifact/org.mybatis/mybatis-guice) | [3.17](https://search.maven.org/artifact/org.mybatis/mybatis-guice/3.17/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/guice/mybatis-guice-3.17.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/guice/mybatis-guice-3.17.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/guice/mybatis-guice-3.17.buildcompare) | | [org.mybatis:mybatis-parent](https://search.maven.org/artifact/org.mybatis/mybatis-parent) | [34](https://search.maven.org/artifact/org.mybatis/mybatis-parent/34/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/parent/mybatis-parent-34.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/parent/mybatis-parent-34.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/mybatis/parent/mybatis-parent-34.buildcompare) | | [org.nlpub:watset](https://search.maven.org/artifact/org.nlpub/watset) | [2.2.8](https://search.maven.org/artifact/org.nlpub/watset/2.2.8/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.2.8.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.2.8.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.2.8.buildcompare) | | | [2.3.0](https://search.maven.org/artifact/org.nlpub/watset/2.3.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.0.buildcompare) | | | [2.3.1](https://search.maven.org/artifact/org.nlpub/watset/2.3.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.3.1.buildcompare) | | | [2.4.0](https://search.maven.org/artifact/org.nlpub/watset/2.4.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.4.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.4.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.4.0.buildcompare) | | | [2.5.0](https://search.maven.org/artifact/org.nlpub/watset/2.5.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.0.buildcompare) | | | [2.5.1](https://search.maven.org/artifact/org.nlpub/watset/2.5.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.1.buildcompare) | | | [2.5.3](https://search.maven.org/artifact/org.nlpub/watset/2.5.3/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.5.3.buildcompare) | | | [2.6.0](https://search.maven.org/artifact/org.nlpub/watset/2.6.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.0.buildcompare) | | | [2.6.1](https://search.maven.org/artifact/org.nlpub/watset/2.6.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.6.1.buildcompare) | | | [2.7.0](https://search.maven.org/artifact/org.nlpub/watset/2.7.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.0.buildcompare) | | | [2.7.2](https://search.maven.org/artifact/org.nlpub/watset/2.7.2/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.7.2.buildcompare) | | | [2.8.0](https://search.maven.org/artifact/org.nlpub/watset/2.8.0/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.8.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.8.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/nlpub/watset/watset-2.8.0.buildcompare)[:mag:](content/org/nlpub/watset/watset-2.8.0.diffoscope) | | [org.openapitools.openapidiff:openapi-diff](https://search.maven.org/artifact/org.openapitools.openapidiff/openapi-diff-parent) | [2.0.1](https://search.maven.org/artifact/org.openapitools.openapidiff/openapi-diff-parent/2.0.1/pom) | [mvn j11](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/openapitools/openapidiff/openapi-diff-2.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/openapitools/openapidiff/openapi-diff-parent-2.0.1.buildinfo): [11 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/openapitools/openapidiff/openapi-diff-parent-2.0.1.buildcompare) | | [org.osgi.test](https://search.maven.org/artifact/org.osgi/org.osgi.test.parent) | [0.10.0](https://search.maven.org/artifact/org.osgi/org.osgi.test.parent/0.10.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/osgi-test-0.10.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-0.10.0.buildinfo): [6 :heavy_check_mark: 6 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-0.10.0.buildcompare)[:mag:](content/org/osgi/test/org.osgi.test.parent-0.10.0.diffoscope) | | | [1.0.1](https://search.maven.org/artifact/org.osgi/org.osgi.test.parent/1.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/osgi-test-1.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-1.0.1.buildinfo): [12 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-1.0.1.buildcompare) | | | [1.1.0](https://search.maven.org/artifact/org.osgi/org.osgi.test.parent/1.1.0/pom) | [mvn j17](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/osgi-test-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-1.1.0.buildinfo): [26 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/osgi/test/org.osgi.test.parent-1.1.0.buildcompare) | | [org.owasp.antisamy:antisamy](https://search.maven.org/artifact/org.owasp.antisamy/antisamy) | [1.6.0](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.0.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.0.buildcompare) | | | [1.6.1](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.1.buildcompare) | | | [1.6.2](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.2.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.2.buildcompare) | | | [1.6.3](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.3/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.3.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.3.buildcompare) | | | [1.6.4](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.4/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.4.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.4.buildcompare) | | | [1.6.5](https://search.maven.org/artifact/org.owasp.antisamy/antisamy/1.6.5/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.5.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.5.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/owasp/antisamy/antisamy-1.6.5.buildcompare) | | [org.quickperf:quick-perf](https://search.maven.org/artifact/org.quickperf/quick-perf) | [1.0.0](https://search.maven.org/artifact/org.quickperf/quick-perf/1.0.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-bom-1.0.0.buildinfo): [38 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-bom-1.0.0.buildcompare) | | | [1.0.1](https://search.maven.org/artifact/org.quickperf/quick-perf/1.0.1/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-1.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-bom-1.0.1.buildinfo): [38 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-bom-1.0.1.buildcompare) | | | [1.1.0](https://search.maven.org/artifact/org.quickperf/quick-perf/1.1.0/pom) | [mvn j11 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-1.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-1.1.0.buildinfo): [53 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/quickperf/quick-perf-1.1.0.buildcompare) | | [org.simplify4u:pgp-keys-map](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map) | [2021.03.02](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.03.02/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.03.02.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.03.02.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.03.02.buildcompare) | | | [2021.04.06](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.04.06/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.04.06.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.04.06.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.04.06.buildcompare) | | | [2021.05.15](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.05.15/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.05.15.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.05.15.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.05.15.buildcompare) | | | [2021.06.17](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.06.17/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.06.17.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.06.17.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.06.17.buildcompare) | | | [2021.07.02](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.07.02/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.02.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.02.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.02.buildcompare) | | | [2021.07.12](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.07.12/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.12.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.12.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.12.buildcompare) | | | [2021.07.17](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.07.17/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.17.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.17.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.07.17.buildcompare) | | | [2021.09.18](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.09.18/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.09.18.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.09.18.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.09.18.buildcompare) | | | [2021.10.13](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.10.13/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.10.13.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.10.13.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.10.13.buildcompare) | | | [2021.11.19](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.11.19/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.11.19.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.11.19.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.11.19.buildcompare) | | | [2021.12.28](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2021.12.28/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.12.28.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.12.28.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2021.12.28.buildcompare) | | | [2022.02.05](https://search.maven.org/artifact/org.simplify4u/pgp-keys-map/2022.02.05/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2022.02.05.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2022.02.05.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/pgp-keys-map/pgp-keys-map-2022.02.05.buildcompare) | | [org.simplify4u.plugins:pgpverify-maven-plugin](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin) | [1.11.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.11.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.11.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.11.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.11.0.buildcompare) | | | [1.12.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.12.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.12.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.12.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.12.0.buildcompare) | | | [1.13.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.13.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.13.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.13.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.13.0.buildcompare) | | | [1.14.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.14.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.0.buildcompare) | | | [1.14.1](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.14.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.14.1.buildcompare) | | | [1.15.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.15.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.15.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.15.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.15.0.buildcompare) | | | [1.16.0](https://search.maven.org/artifact/org.simplify4u.plugins/pgpverify-maven-plugin/1.16.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.16.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.16.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/pgpverify-maven-plugin/pgpverify-maven-plugin-1.16.0.buildcompare) | | [org.simplify4u.plugins:sign-maven-plugin](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin) | [0.1.0](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/0.1.0/pom) | [mvn j15](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.1.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.1.0.buildcompare)[:mag:](content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.1.0.diffoscope) | | | [0.2.0](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/0.2.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.0.buildinfo): [2 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.0.buildcompare)[:mag:](https://github.com/s4u/sign-maven-plugin/issues/27) | | | [0.2.1](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/0.2.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.2.1.buildcompare) | | | [0.3.0](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/0.3.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.0.buildcompare) | | | [0.3.1](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/0.3.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-0.3.1.buildcompare) | | | [1.0.0](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/1.0.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.0.buildcompare) | | | [1.0.1](https://search.maven.org/artifact/org.simplify4u.plugins/sign-maven-plugin/1.0.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/plugins/sign-maven-plugin/sign-maven-plugin-1.0.1.buildcompare) | | [org.simplify4u:slf4j-mock](https://search.maven.org/artifact/org.simplify4u/slf4j-mock) | [2.1.0](https://search.maven.org/artifact/org.simplify4u/slf4j-mock/2.1.0/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.0.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.0.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.0.buildcompare) | | | [2.1.1](https://search.maven.org/artifact/org.simplify4u/slf4j-mock/2.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.1.buildinfo): [3 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/simplify4u/slf4j-mock/slf4j-mock-2.1.1.buildcompare) | | [org.slf4j:slf4j](https://search.maven.org/artifact/org.slf4j/slf4j-parent) | [1.7.36](https://search.maven.org/artifact/org.slf4j/slf4j-parent/1.7.36/pom) | [mvn j8 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/slf4j/slf4j-1.7.36.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/slf4j/slf4j-parent-1.7.36.buildinfo): [41 :heavy_check_mark: 4 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/slf4j/slf4j-parent-1.7.36.buildcompare)[:mag:](content/org/slf4j/slf4j-parent-1.7.36.diffoscope) | | [org.sonatype.nexus.archetypes:nexus-format-archetype](https://search.maven.org/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype) | [1.0.56](https://search.maven.org/artifact/org.sonatype.nexus.archetypes/nexus-format-archetype/1.0.56/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.56.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.56.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/sonatype/nexus/archetypes/nexus-format-archetype/nexus-format-archetype-1.0.56.buildcompare) | | [org.tomitribe:org.eclipse.transformer.parent](https://search.maven.org/artifact/org.tomitribe.transformer/org.eclipse.transformer.parent) | [0.1.1](https://search.maven.org/artifact/org.tomitribe.transformer/org.eclipse.transformer.parent/0.1.1/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.parent-0.1.1.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.maven-0.1.1.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.maven-0.1.1.buildcompare) | | | [0.1.1a](https://search.maven.org/artifact/org.tomitribe.transformer/org.eclipse.transformer.parent/0.1.1a/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.parent-0.1.1a.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.maven-0.1.1a.buildinfo): [4 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/tomitribe/transformer/org.eclipse.transformer.maven-0.1.1a.buildcompare) | | [org.webjars:flexmonster](https://search.maven.org/artifact/org.webjars/flexmonster) | [2.9.20](https://search.maven.org/artifact/org.webjars/flexmonster/2.9.20/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/flexmonster/flexmonster-2.9.20.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/flexmonster/flexmonster-2.9.20.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/flexmonster/flexmonster-2.9.20.buildcompare) | | [org.webjars:swagger-ui](https://search.maven.org/artifact/org.webjars/swagger-ui) | [4.5.2](https://search.maven.org/artifact/org.webjars/swagger-ui/4.5.2/pom) | [mvn j8](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/swagger-ui/swagger-ui-4.5.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/swagger-ui/swagger-ui-4.5.2.buildinfo): [2 :heavy_check_mark: ](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/org/webjars/swagger-ui/swagger-ui-4.5.2.buildcompare) | | [world.convex:convex](https://search.maven.org/artifact/world.convex/convex) | [0.7.0-rc2](https://search.maven.org/artifact/world.convex/convex/0.7.0-rc2/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.0-rc2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.0-rc2.buildinfo): [6 :heavy_check_mark: 13 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.0-rc2.buildcompare)[:mag:](content/world/convex/convex-0.7.0-rc2.diffoscope) | | | [0.7.2](https://search.maven.org/artifact/world.convex/convex/0.7.2/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.2.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.2.buildinfo): [6 :heavy_check_mark: 12 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.2.buildcompare)[:mag:](https://github.com/Convex-Dev/convex/pull/348) | | | [0.7.3](https://search.maven.org/artifact/world.convex/convex/0.7.3/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.3.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.3.buildinfo): [6 :heavy_check_mark: 12 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.3.buildcompare)[:mag:](content/world/convex/convex-0.7.3.diffoscope) | | | [0.7.4](https://search.maven.org/artifact/world.convex/convex/0.7.4/pom) | [mvn j16 w](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.4.buildspec) | [result](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.4.buildinfo): [17 :heavy_check_mark: 1 :warning:](https://github.com/jvm-repo-rebuild/reproducible-central/tree/master/content/world/convex/convex-0.7.4.buildcompare)[:mag:](content/world/convex/convex-0.7.4.diffoscope) | | **Count: 249** | **764** | | **518** :heavy_check_mark: **246** :warning: | ## Understanding What Is Behind see [history](HISTORY.md) # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #