Skip to content

Commit e30a93c

Browse files
[maven-release-plugin] prepare release cyclonedx-core-java-11.0.0
1 parent 24ad6ef commit e30a93c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<groupId>org.cyclonedx</groupId>
2424
<artifactId>cyclonedx-core-java</artifactId>
2525
<packaging>jar</packaging>
26-
<version>11.0.0-SNAPSHOT</version>
26+
<version>11.0.0</version>
2727

2828
<name>CycloneDX Core (Java)</name>
2929
<description>The CycloneDX core module provides a model representation of the BOM along with utilities to assist in creating, parsing, and validating BOMs.</description>
@@ -82,7 +82,7 @@
8282
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
8383
<maven.jar.plugin.version>3.4.2</maven.jar.plugin.version>
8484
<maven.github.release.plugin.version>1.6.0</maven.github.release.plugin.version>
85-
<project.build.outputTimestamp>2025-03-12T01:44:22Z</project.build.outputTimestamp>
85+
<project.build.outputTimestamp>2025-09-29T07:16:35Z</project.build.outputTimestamp>
8686

8787
<!-- Default SCM Properties -->
8888
<scm.connection>scm:git:https://github.com/CycloneDX/cyclonedx-core-java.git</scm.connection>
@@ -93,7 +93,7 @@
9393
<scm>
9494
<connection>${scm.connection}</connection>
9595
<developerConnection>${scm.developerConnection}</developerConnection>
96-
<tag>HEAD</tag>
96+
<tag>cyclonedx-core-java-11.0.0</tag>
9797
<url>${scm.url}</url>
9898
</scm>
9999

0 commit comments

Comments
 (0)