-
Notifications
You must be signed in to change notification settings - Fork 46
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 #949 from jvm-repo-rebuild/io.wcm.parent_toplevel-…
…2.3.4 add io.wcm.parent_toplevel 2.3.4
- Loading branch information
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
7 changes: 7 additions & 0 deletions
7
content/io/wcm/tooling/io.wcm.parent_toplevel-2.3.4.buildcompare
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version=2.3.4 | ||
ok=2 | ||
ko=0 | ||
ignored=0 | ||
okFiles="io.wcm.parent_toplevel-2.3.4.pom io.wcm.parent_toplevel-2.3.4-site.xml" | ||
koFiles="" | ||
ignoredFiles="" |
32 changes: 32 additions & 0 deletions
32
content/io/wcm/tooling/io.wcm.parent_toplevel-2.3.4.buildinfo
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# https://reproducible-builds.org/docs/jvm/ | ||
buildinfo.version=1.0-SNAPSHOT | ||
|
||
name=Toplevel Parent | ||
group-id=io.wcm | ||
artifact-id=io.wcm.parent_toplevel | ||
version=2.3.4 | ||
|
||
# source information | ||
source.scm.uri=scm:git:https://github.com/wcm-io/wcm-io-tooling.git | ||
source.scm.tag=HEAD | ||
|
||
# build instructions | ||
build-tool=mvn | ||
|
||
# build environment information (simplified for reproducibility) | ||
java.version=11 | ||
os.name=Unix | ||
|
||
# Maven rebuild instructions and effective environment | ||
|
||
# output | ||
|
||
outputs.0.groupId=io.wcm | ||
outputs.0.filename=io.wcm.parent_toplevel-2.3.4.pom | ||
outputs.0.length=17669 | ||
outputs.0.checksums.sha512=796ccc0bbe45eba56d48afa91dac6556d5878bccd05da9ac56da9d1e1fbc0ca078b4048e105afe1aacdacdee26ff5904183f1be8f077e1cfea7a9d9768ca256d | ||
|
||
outputs.1.groupId=io.wcm | ||
outputs.1.filename=io.wcm.parent_toplevel-2.3.4-site.xml | ||
outputs.1.length=5371 | ||
outputs.1.checksums.sha512=363d9c2d0c07399b57aef39a41fa4b317302d0bd506a6cfb8b78fbb29861d82ff76d785cf60a3b28fac2e9d76ad700efed4baaccb6e9f12659e0a59a48c716dd |
14 changes: 14 additions & 0 deletions
14
content/io/wcm/tooling/wcm-parent_toplevel-2.3.4.buildspec
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
groupId=io.wcm | ||
artifactId=io.wcm.parent_toplevel | ||
display=${groupId}-tooling:parent_toplevel | ||
version=2.3.4 | ||
|
||
gitRepo=https://github.com/wcm-io/${artifactId}.git | ||
gitTag=${version} | ||
|
||
tool=mvn-3.9.4 | ||
jdk=11 | ||
newline=lf | ||
|
||
command="mvn -Pio.wcm clean package -DskipTests" | ||
buildinfo=target/${artifactId}-${version}.buildinfo |