File tree Expand file tree Collapse file tree 3 files changed +67
-0
lines changed
content/org/apache/sling/org.apache.sling.security Expand file tree Collapse file tree 3 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ version=1.2.0
2
+ ok=4
3
+ ko=0
4
+ okFiles="org.apache.sling.security-1.2.0.pom org.apache.sling.security-1.2.0.jar org.apache.sling.security-1.2.0-source-release.zip org.apache.sling.security-1.2.0-sources.jar"
5
+ koFiles=""
6
+ reference_java_version="11 (from MANIFEST.MF Build-Jdk-Spec)"
7
+ reference_os_name="Unix (from pom.properties newline)"
Original file line number Diff line number Diff line change
1
+ # https://reproducible-builds.org/docs/jvm/
2
+ buildinfo.version=1.0-SNAPSHOT
3
+
4
+ name=Apache Sling Security
5
+ group-id=org.apache.sling
6
+ artifact-id=org.apache.sling.security
7
+ version=1.2.0
8
+
9
+ # source information
10
+ source.scm.uri=scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-security.git
11
+ source.scm.tag=org.apache.sling.security-1.2.0
12
+
13
+ # build instructions
14
+ build-tool=mvn
15
+
16
+ # build environment information (simplified for reproducibility)
17
+ java.version=11
18
+ os.name=Unix
19
+
20
+ # Maven rebuild instructions and effective environment
21
+
22
+ # output
23
+
24
+ outputs.0.filename=org.apache.sling.security-1.2.0.pom
25
+ outputs.0.length=4361
26
+ outputs.0.checksums.sha512=b61ef12a5a4de633d7ec01b3227e1d9ee7f8fe78b84cb8ab7d80c775f41b7d624a936c535dad7ed9d7bd166e423a5d006b87be7570156c777a741638da19daf4
27
+
28
+ outputs.1.filename=org.apache.sling.security-1.2.0.jar
29
+ outputs.1.length=31447
30
+ outputs.1.checksums.sha512=f1edf0baf09f7684fc8cfef0ccc2ddf3f25776584552f98fdec942c223a0deb6aad96e0c85b4414e9cfc93026748f236355c4bab35fb1d951bacdd5d661cfbd5
31
+
32
+ outputs.2.filename=org.apache.sling.security-1.2.0-source-release.zip
33
+ outputs.2.length=32136
34
+ outputs.2.checksums.sha512=3569b5d497c192424014d1797fbae9d14d679280c8734a3fd386cb8a02d90b717c126fc485a27f1ddf05543d83c0903855a3eeeef0b7da3925260950c94b3424
35
+
36
+ outputs.3.filename=org.apache.sling.security-1.2.0-sources.jar
37
+ outputs.3.length=19965
38
+ outputs.3.checksums.sha512=9db4c74c95da59c4b0704b22469fef726ce9c39137c434afa0064506f60a3b9454e0dfeeeccadc5d2e44b2191e58657a6d461cb5cb76f1bfa7a57a6ff85d32b3
39
+
40
+ outputs.4.filename=org.apache.sling.security-1.2.0-sources.jar
41
+ outputs.4.length=19965
42
+ outputs.4.checksums.sha512=9db4c74c95da59c4b0704b22469fef726ce9c39137c434afa0064506f60a3b9454e0dfeeeccadc5d2e44b2191e58657a6d461cb5cb76f1bfa7a57a6ff85d32b3
Original file line number Diff line number Diff line change
1
+ groupId=org.apache.sling
2
+ artifactId=org.apache.sling.security
3
+ display=${groupId}:.security
4
+ version=1.2.0
5
+
6
+ gitRepo=https://github.com/apache/sling-$(echo ${artifactId} | tr '.' '-').git
7
+ gitTag=${artifactId}-${version}
8
+
9
+ tool=mvn
10
+ jdk=11
11
+ newline=lf
12
+ timezone="Etc/GMT+5"
13
+
14
+ command="mvn -Papache-release clean package -DskipTests -Dmaven.javadoc.skip -Dgpg.skip"
15
+ buildinfo=target/${artifactId}-${version}.buildinfo
16
+
17
+ #diffoscope=${artifactId}-${version}.diffoscope
18
+ issue=
You can’t perform that action at this time.
0 commit comments