This is an automated email from the ASF dual-hosted git repository.

asf-gitbox-commits pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ant-antlibs-cyclonedx.git


The following commit(s) were added to refs/heads/main by this push:
     new 64bd25d  fix json-validator URI
64bd25d is described below

commit 64bd25d87b7367f8ce00b7aee1587e341d9bd276
Author: Stefan Bodewig <[email protected]>
AuthorDate: Mon May 11 19:20:52 2026 +0200

    fix json-validator URI
---
 examples/ant-cyclonedx-0.1alpha-cyclonedx.json                      | 6 +++---
 examples/ant-cyclonedx-0.1alpha-cyclonedx.xml                       | 6 +++---
 .../antunit/resources/cyclonedx-core-java-12.2.0-cyclonedx.json     | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/examples/ant-cyclonedx-0.1alpha-cyclonedx.json 
b/examples/ant-cyclonedx-0.1alpha-cyclonedx.json
index bb6d635..b6b6d34 100644
--- a/examples/ant-cyclonedx-0.1alpha-cyclonedx.json
+++ b/examples/ant-cyclonedx-0.1alpha-cyclonedx.json
@@ -1,10 +1,10 @@
 {
   "bomFormat" : "CycloneDX",
   "specVersion" : "1.6",
-  "serialNumber" : "urn:uuid:646a5858-6d5a-41ef-89f2-5640aaf30cdd",
+  "serialNumber" : "urn:uuid:987966fd-cd0e-443f-a27a-17c8398b77a5",
   "version" : 1,
   "metadata" : {
-    "timestamp" : "2026-05-09T08:04:37Z",
+    "timestamp" : "2026-05-11T17:20:21Z",
     "lifecycles" : [
       {
         "phase" : "build"
@@ -469,7 +469,7 @@
         },
         {
           "type" : "vcs",
-          "url" : "https://github.com:networknt/json-schema-validator.git";
+          "url" : "https://github.com/networknt/json-schema-validator.git";
         }
       ]
     },
diff --git a/examples/ant-cyclonedx-0.1alpha-cyclonedx.xml 
b/examples/ant-cyclonedx-0.1alpha-cyclonedx.xml
index 0c60614..d525edf 100644
--- a/examples/ant-cyclonedx-0.1alpha-cyclonedx.xml
+++ b/examples/ant-cyclonedx-0.1alpha-cyclonedx.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<bom serialNumber="urn:uuid:646a5858-6d5a-41ef-89f2-5640aaf30cdd" version="1" 
xmlns="http://cyclonedx.org/schema/bom/1.6";>
+<bom serialNumber="urn:uuid:987966fd-cd0e-443f-a27a-17c8398b77a5" version="1" 
xmlns="http://cyclonedx.org/schema/bom/1.6";>
   <metadata>
-    <timestamp>2026-05-09T08:04:37Z</timestamp>
+    <timestamp>2026-05-11T17:20:21Z</timestamp>
     <lifecycles>
       <lifecycle>
         <phase>build</phase>
@@ -327,7 +327,7 @@
           <url>https://github.com/networknt/json-schema-validator/issues</url>
         </reference>
         <reference type="vcs">
-          <url>https://github.com:networknt/json-schema-validator.git</url>
+          <url>https://github.com/networknt/json-schema-validator.git</url>
         </reference>
       </externalReferences>
     </component>
diff --git 
a/src/tests/antunit/resources/cyclonedx-core-java-12.2.0-cyclonedx.json 
b/src/tests/antunit/resources/cyclonedx-core-java-12.2.0-cyclonedx.json
index 9a0bd47..c102613 100644
--- a/src/tests/antunit/resources/cyclonedx-core-java-12.2.0-cyclonedx.json
+++ b/src/tests/antunit/resources/cyclonedx-core-java-12.2.0-cyclonedx.json
@@ -252,7 +252,7 @@
         },
         {
           "type" : "vcs",
-          "url" : "https://github.com:networknt/json-schema-validator.git";
+          "url" : "https://github.com/networknt/json-schema-validator.git";
         }
       ],
       "type" : "library",

Reply via email to