-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #777 from fpapon/yupiik-fusion
[projects] Fix Yupiik Fusion groupId
- Loading branch information
Showing
4 changed files
with
70 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,40 @@ | ||
rebuilding **0 releases** of :: | ||
- **0** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:), | ||
[io.yupiik.fusion:fusion](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion/versions) RB check | ||
======= | ||
|
||
[![Reproducible Builds](https://reproducible-builds.org/images/logos/rb.svg) an independently-verifiable path from source to binary code](https://reproducible-builds.org/) | ||
|
||
## Project: [io.yupiik.fusion:fusion](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion/versions) [![Reproducible Builds](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jvm-repo-rebuild/reproducible-central/master/content/io/yupiik/fusion/badge.json)](https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/io/yupiik/fusion/README.md) | ||
|
||
Source code: [https://github.com/yupiik/fusion.git](https://github.com/yupiik/fusion.git) | ||
|
||
<details><summary>This project defines 18 modules:</summary> | ||
|
||
* [io.yupiik.fusion:fusion](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion/overview) | ||
* [io.yupiik.fusion:fusion-api](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-api/overview) | ||
* [io.yupiik.fusion:fusion-build-api](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-build-api/overview) | ||
* [io.yupiik.fusion:fusion-cli](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-cli/overview) | ||
* [io.yupiik.fusion:fusion-handlebars](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-handlebars/overview) | ||
* [io.yupiik.fusion:fusion-http-server](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-http-server/overview) | ||
* [io.yupiik.fusion:fusion-httpclient](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-httpclient/overview) | ||
* [io.yupiik.fusion:fusion-httpclient-parent](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-httpclient-parent/overview) | ||
* [io.yupiik.fusion:fusion-json](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-json/overview) | ||
* [io.yupiik.fusion:fusion-jsonrpc](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-jsonrpc/overview) | ||
* [io.yupiik.fusion:fusion-jwt](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-jwt/overview) | ||
* [io.yupiik.fusion:fusion-kubernetes-client](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-kubernetes-client/overview) | ||
* [io.yupiik.fusion:fusion-kubernetes-operator-base](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-kubernetes-operator-base/overview) | ||
* [io.yupiik.fusion:fusion-observability](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-observability/overview) | ||
* [io.yupiik.fusion:fusion-persistence](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-persistence/overview) | ||
* [io.yupiik.fusion:fusion-processor](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-processor/overview) | ||
* [io.yupiik.fusion:fusion-testing](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-testing/overview) | ||
* [io.yupiik.fusion:fusion-tracing](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion-tracing/overview) | ||
</details> | ||
|
||
rebuilding **1 releases** of io.yupiik.fusion:fusion: | ||
- **1** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:), | ||
- 0 had issues (some unreproducible artifacts :warning:, see eventual :mag: diffoscope and/or :memo: issue tracker links): | ||
|
||
| version | [build spec](/BUILDSPEC.md) | [result](https://reproducible-builds.org/docs/jvm/): reproducible? | size | | ||
| -- | --------- | ------ | -- | | ||
| [1.0.21](https://central.sonatype.com/artifact/io.yupiik.fusion/fusion/1.0.21/pom) | [mvn jdk17](fusion-1.0.21.buildspec) | [result](fusion-1.0.21.buildinfo): [50 :white_check_mark: ](fusion-1.0.21.buildcompare) | 1.9M | | ||
|
||
<i>(size is calculated without javadoc, that has been excluded from reproducibility checks)</i> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ "schemaVersion": 1, | ||
"label": "Reproducible Builds", | ||
"labelColor": "1e5b96", | ||
"message": "X", | ||
"color": "red", | ||
"message": "50/50", | ||
"color": "green", | ||
"isError": "true" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
groupId=io.yupiik | ||
groupId=io.yupiik.fusion | ||
artifactId=fusion | ||
display=${groupId}:${artifactId} | ||
version=1.0.21 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
<html> | ||
<head><title>404 Not Found</title></head> | ||
<body bgcolor="white"> | ||
<center><h1>404 Not Found</h1></center> | ||
<hr><center>nginx</center> | ||
</body> | ||
</html> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
<!-- a padding to disable MSIE and Chrome friendly error page --> | ||
|
||
|
||
|
||
<?xml version="1.0" encoding="UTF-8"?> | ||
<metadata> | ||
<groupId>io.yupiik.fusion</groupId> | ||
<artifactId>fusion</artifactId> | ||
<versioning> | ||
<latest>1.0.21</latest> | ||
<release>1.0.21</release> | ||
<versions> | ||
<version>1.0.0</version> | ||
<version>1.0.1</version> | ||
<version>1.0.2</version> | ||
<version>1.0.3</version> | ||
<version>1.0.4</version> | ||
<version>1.0.5</version> | ||
<version>1.0.6</version> | ||
<version>1.0.7</version> | ||
<version>1.0.8</version> | ||
<version>1.0.9</version> | ||
<version>1.0.10</version> | ||
<version>1.0.11</version> | ||
<version>1.0.12</version> | ||
<version>1.0.13</version> | ||
<version>1.0.14</version> | ||
<version>1.0.15</version> | ||
<version>1.0.16</version> | ||
<version>1.0.17</version> | ||
<version>1.0.18</version> | ||
<version>1.0.20</version> | ||
<version>1.0.21</version> | ||
</versions> | ||
<lastUpdated>20240929155552</lastUpdated> | ||
</versioning> | ||
</metadata> |