Skip to content

Commit 46e0f63

Browse files
[maven-release-plugin] prepare for next development iteration
1 parent 38e6fd3 commit 46e0f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
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>9.0.5</version>
26+
<version>9.0.6-SNAPSHOT</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,14 +82,14 @@
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>2024-08-06T14:07:40Z</project.build.outputTimestamp>
85+
<project.build.outputTimestamp>2024-08-06T14:08:19Z</project.build.outputTimestamp>
8686
</properties>
8787

8888
<scm>
8989
<connection>scm:git:git@github.com:CycloneDX/cyclonedx-core-java.git</connection>
9090
<url>https://github.com/CycloneDX/cyclonedx-core-java.git</url>
9191
<developerConnection>scm:git:git@github.com:CycloneDX/cyclonedx-core-java.git</developerConnection>
92-
<tag>cyclonedx-core-java-9.0.5</tag>
92+
<tag>HEAD</tag>
9393
</scm>
9494

9595
<issueManagement>

0 commit comments

Comments
 (0)