Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add logging-parent 11.3.0 #210

Merged
merged 2 commits into from
Sep 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/org/apache/logging/parent/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@

Source code: [https://github.com/apache/logging-parent.git](https://github.com/apache/logging-parent.git)

rebuilding **16 releases** of org.apache.logging:logging-parent:
- **15** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
rebuilding **17 releases** of org.apache.logging:logging-parent:
- **16** releases were found successfully **fully reproducible** (100% reproducible artifacts :white_check_mark:),
- 1 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 |
| -- | --------- | ------ | -- |
| [11.3.0](https://central.sonatype.com/artifact/org.apache.logging/logging-parent/11.3.0/pom) | | | |
| [11.3.0](https://central.sonatype.com/artifact/org.apache.logging/logging-parent/11.3.0/pom) | [mvn jdk17](logging-parent-11.3.0.buildspec) | [result](logging-parent-11.3.0.buildinfo): [2 :white_check_mark: ](logging-parent-11.3.0.buildcompare) | 56K |
| [11.2.0](https://central.sonatype.com/artifact/org.apache.logging/logging-parent/11.2.0/pom) | [mvn jdk17](logging-parent-11.2.0.buildspec) | [result](logging-parent-11.2.0.buildinfo): [2 :white_check_mark: ](logging-parent-11.2.0.buildcompare) | 56K |
| [11.1.0](https://central.sonatype.com/artifact/org.apache.logging/logging-parent/11.1.0/pom) | [mvn jdk17](logging-parent-11.1.0.buildspec) | [result](logging-parent-11.1.0.buildinfo): [2 :white_check_mark: ](logging-parent-11.1.0.buildcompare) | 55K |
| [11.0.0](https://central.sonatype.com/artifact/org.apache.logging/logging-parent/11.0.0/pom) | [mvn jdk17](logging-parent-11.0.0.buildspec) | [result](logging-parent-11.0.0.buildinfo): [2 :white_check_mark: ](logging-parent-11.0.0.buildcompare) | 55K |
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version=11.3.0
ok=2
ko=0
ignored=0
okFiles="logging-parent-11.3.0.pom logging-parent-11.3.0-cyclonedx.xml"
koFiles=""
ignoredFiles=""
32 changes: 32 additions & 0 deletions content/org/apache/logging/parent/logging-parent-11.3.0.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# https://reproducible-builds.org/docs/jvm/
buildinfo.version=1.0-SNAPSHOT

name=Apache Logging Parent
group-id=org.apache.logging
artifact-id=logging-parent
version=11.3.0

# source information
source.scm.uri=scm:git:git@github.com:apache/logging-parent.git
source.scm.tag=HEAD

# build instructions
build-tool=mvn

# build environment information (simplified for reproducibility)
java.version=17
os.name=Unix

# Maven rebuild instructions and effective environment

# output

outputs.0.groupId=org.apache.logging
outputs.0.filename=logging-parent-11.3.0.pom
outputs.0.length=53247
outputs.0.checksums.sha512=b04e926221d11008535d0fb3c30408ede1cb1f0e0841c2fca0a79081c1730f3c838c7ae824a635a4f07227ca9e7a4e565423399a2e86f22d78c356fab726af02

outputs.1.groupId=org.apache.logging
outputs.1.filename=logging-parent-11.3.0-cyclonedx.xml
outputs.1.length=3522
outputs.1.checksums.sha512=0d1e4d69b156bf573b8c9e94c4a4570a0aeae92dff92402cfe4c7328fa138de62ce7fc283d1431644d2252df27f035256a1c33ffb926c9bd4e1851f2a35177e8
16 changes: 16 additions & 0 deletions content/org/apache/logging/parent/logging-parent-11.3.0.buildspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
groupId=org.apache.logging
artifactId=logging-parent
display=${groupId}:${artifactId}
version=11.3.0

gitRepo=https://github.com/apache/${artifactId}.git
gitTag=rel/${version}

tool=mvn-3.9.5
jdk=17
newline=lf

command="mvn clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
buildinfo=target/${artifactId}-${version}.buildinfo

issue=
1 change: 0 additions & 1 deletion doc/add.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ New Releases To Add
<!-- BEGIN GENERATED ADD OK -->
| artifactId | from | to | command |
| ---------- | ---- | -- | ------- |
| <!-- 20240921183111 --> [logging-parent](../content/org/apache/logging/parent/README.md) | [11.2.0](../content/org/apache/logging/parent/logging-parent-11.2.0.buildspec) :white_check_mark: | [11.3.0](../content/org/apache/logging/parent/logging-parent-11.3.0.buildspec) | `bin/add-new-release.sh content/org/apache/logging/parent/logging-parent-11.2.0.buildspec 11.3.0` |
| <!-- 20240921061227 --> [spotbugs-maven-plugin](../content/com/github/spotbugs/spotbugs-maven-plugin/README.md) | [4.8.6.3](../content/com/github/spotbugs/spotbugs-maven-plugin/spotbugs-maven-plugin-4.8.6.3.buildspec) :white_check_mark: | [4.8.6.4](../content/com/github/spotbugs/spotbugs-maven-plugin/spotbugs-maven-plugin-4.8.6.4.buildspec) | `bin/add-new-release.sh content/com/github/spotbugs/spotbugs-maven-plugin/spotbugs-maven-plugin-4.8.6.3.buildspec 4.8.6.4` |
| <!-- 20240920173411 --> [airbase](../content/io/airlift/airbase/README.md) | [175](../content/io/airlift/airbase/airbase-175.buildspec) :white_check_mark: | [176](../content/io/airlift/airbase/airbase-176.buildspec) | `bin/add-new-release.sh content/io/airlift/airbase/airbase-175.buildspec 176` |
| <!-- 20240920152020 --> [extra-enforcer-rules](../content/org/codehaus/mojo/extra-enforcer-rules/README.md) | [1.8.0](../content/org/codehaus/mojo/extra-enforcer-rules/extra-enforcer-rules-1.8.0.buildspec) :white_check_mark: | [1.9.0](../content/org/codehaus/mojo/extra-enforcer-rules/extra-enforcer-rules-1.9.0.buildspec) | `bin/add-new-release.sh content/org/codehaus/mojo/extra-enforcer-rules/extra-enforcer-rules-1.8.0.buildspec 1.9.0` |
Expand Down