upgrade common

This commit is contained in:
Stefan Bodewig 2026-06-19 18:52:52 +02:00
parent 07e56b0e0b
commit 3b1b4e4237
No known key found for this signature in database
GPG Key ID: 23738DFD7C40DE43
4 changed files with 8 additions and 107 deletions

View File

@ -29,6 +29,7 @@ under the License.
resource="org/apache/ant/antunit/antlib.xml"> resource="org/apache/ant/antunit/antlib.xml">
<classpath> <classpath>
<path refid="classpath.test"/> <path refid="classpath.test"/>
<pathelement location="${build.classes}"/>
<pathelement location="${antlib.location}"/> <pathelement location="${antlib.location}"/>
</classpath> </classpath>
</typedef> </typedef>

2
common

@ -1 +1 @@
Subproject commit 4bc0835ac521a9b64a623a94225cfdbcce708193 Subproject commit b24e42f26da431ca6c2a7c793f2fda855f8154d7

View File

@ -19,36 +19,7 @@ under the License.
--> -->
<project name="cyclonedx" xmlns:ivy="antlib:org.apache.ivy.ant"> <project name="cyclonedx" xmlns:ivy="antlib:org.apache.ivy.ant">
<target name="define-cyclonedx-components" depends="fetch-cyclonedx"> <target name="define-cyclonedx-components" depends="define-core-ant-components">
<!-- common definitions for SBOMs -->
<cdx:organization
name="Apache Ant Project Management Committee"
id="ant-pmc"
xmlns:cdx="antlib:org.apache.ant.cyclonedx">
<url url="https://ant.apache.org/"/>
</cdx:organization>
<cdx:license
licenseId="Apache-2.0"
id="apache-2"
xmlns:cdx="antlib:org.apache.ant.cyclonedx">
<url url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
</cdx:license>
<cdx:externalreferenceset
id="ant-common-refs"
xmlns:cdx="antlib:org.apache.ant.cyclonedx">
<externalReference
type="LICENSE"
url="https://www.apache.org/licenses/LICENSE-2.0.txt"/>
<externalReference
type="MAILING_LIST"
url="https://ant.apache.org/mail.html"/>
<externalReference
type="SECURITY_CONTACT"
url="https://www.apache.org/security/"/>
<externalReference
type="rfc-9116"
url="https://ant.apache.org/.well-known/security.txt"/>
</cdx:externalreferenceset>
<cdx:externalreferenceset <cdx:externalreferenceset
id="antlib-ext-refs" id="antlib-ext-refs"
xmlns:cdx="antlib:org.apache.ant.cyclonedx"> xmlns:cdx="antlib:org.apache.ant.cyclonedx">
@ -61,46 +32,6 @@ under the License.
<externalReference <externalReference
type="ISSUE_TRACKER" type="ISSUE_TRACKER"
url="https://bz.apache.org/bugzilla/buglist.cgi?component=AntUnit&amp;product=Ant"/> url="https://bz.apache.org/bugzilla/buglist.cgi?component=AntUnit&amp;product=Ant"/>
<externalReference
type="WEBSITE"
url="https://ant.apache.org/antlibs/antunit/"/>
<externalReference
type="DISTRIBUTION"
url="https://ant.apache.org/antlibs/bindownload.cgi"/>
<externalReference
type="SOURCE_DISTRIBUTION"
url="https://ant.apache.org/antlibs/srcdownload.cgi"/>
</cdx:externalreferenceset>
<cdx:externalreferenceset
id="ant-ext-refs"
xmlns:cdx="antlib:org.apache.ant.cyclonedx">
<externalReference
type="VCS"
url="https://gitbox.apache.org/repos/asf/ant.git"/>
<externalReference
type="BUILD_SYSTEM"
url="https://ci-builds.apache.org/job/Ant/"/>
<externalReference
type="ISSUE_TRACKER"
url="https://bz.apache.org/bugzilla/buglist.cgi?product=Ant"/>
<externalReference
type="WEBSITE"
url="https://ant.apache.org/"/>
<externalReference
type="ADVISORIES"
url="https://ant.apache.org/security.html#Apache%20Ant%20Security%20Vulnerabilities"/>
<externalReference
type="DOCUMENTATION"
url="https://ant.apache.org/manual/"/>
<externalReference
type="DISTRIBUTION"
url="https://ant.apache.org/bindownload.cgi"/>
<externalReference
type="SOURCE_DISTRIBUTION"
url="https://ant.apache.org/srcdownload.cgi"/>
<externalReference
type="RELEASE_NOTES"
url="https://github.com/apache/ant/blob/master/WHATSNEW"/>
</cdx:externalreferenceset> </cdx:externalreferenceset>
</target> </target>
@ -133,33 +64,13 @@ under the License.
<supplier refid="ant-pmc"/> <supplier refid="ant-pmc"/>
<license refid="apache-2"/> <license refid="apache-2"/>
<externalReferenceSet refid="ant-common-refs"/> <externalReferenceSet refid="ant-common-refs"/>
<externalReferenceSet refid="antlibs-common-ext-refs"/>
<externalReferenceSet refid="antlib-ext-refs"/> <externalReferenceSet refid="antlib-ext-refs"/>
<dependency componentRef="ant"/> <dependency componentRef="ant"/>
<dependency componentRef="junit"/> <dependency componentRef="junit"/>
</component> </component>
<additionalComponent <additionalComponent refid="ant"/>
name="ant" <additionalComponent refid="ant-launcher"/>
group="org.apache.ant"
version="1.10.13"
isExternal="true"
id="ant">
<supplier refid="ant-pmc"/>
<license refid="apache-2"/>
<externalReferenceSet refid="ant-common-refs"/>
<externalReferenceSet refid="ant-ext-refs"/>
<dependency componentRef="ant-launcher"/>
</additionalComponent>
<additionalComponent
name="ant-launcher"
group="org.apache.ant"
version="1.10.13"
isExternal="true"
id="ant-launcher">
<supplier refid="ant-pmc"/>
<license refid="apache-2"/>
<externalReferenceSet refid="ant-common-refs"/>
<externalReferenceSet refid="ant-ext-refs"/>
</additionalComponent>
<additionalComponent <additionalComponent
id="junit" id="junit"
name="junit" name="junit"
@ -260,6 +171,7 @@ under the License.
<supplier refid="ant-pmc"/> <supplier refid="ant-pmc"/>
<license refid="apache-2"/> <license refid="apache-2"/>
<externalReferenceSet refid="ant-common-refs"/> <externalReferenceSet refid="ant-common-refs"/>
<externalReferenceSet refid="antlibs-common-ext-refs"/>
<externalReferenceSet refid="antlib-ext-refs"/> <externalReferenceSet refid="antlib-ext-refs"/>
<moreComponentChildren/> <moreComponentChildren/>
</componentChildren> </componentChildren>
@ -337,17 +249,4 @@ under the License.
</component> </component>
</create-tarball-boms> </create-tarball-boms>
</target> </target>
<target name="fetch-cyclonedx" depends="resolve" if="with.ivy">
<ivy:cachepath organisation="org.apache.ant"
module="ant-cyclonedx"
revision="0.1"
inline="true"
conf="default"
pathid="cyclonedx.classpath"
log="download-only"/>
<typedef uri="antlib:org.apache.ant.cyclonedx"
resource="org/apache/ant/cyclonedx/antlib.xml"
classpathref="cyclonedx.classpath"/>
</target>
</project> </project>

View File

@ -13,3 +13,4 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
artifact.version=1.5.1alpha artifact.version=1.5.1alpha
ant.core.version=1.10.13