Skip to content

Commit a60e4c7

Browse files
committed
Release: Version v1.0.9
1 parent da0208c commit a60e4c7

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
@@ -21,7 +21,7 @@
2121
<artifactId>conventional-commits-version-policy</artifactId>
2222
<packaging>jar</packaging>
2323
<groupId>nl.basjes.maven.release</groupId>
24-
<version>1.0.9-SNAPSHOT</version>
24+
<version>1.0.9</version>
2525

2626
<name>Conventional Commits Version Policy for the maven-release-plugin</name>
2727
<description>A version policy for the maven-release plugin to calculate the next version using the conventional commits.</description>
@@ -41,7 +41,7 @@
4141
<maven.minimal.version>3.5.2</maven.minimal.version>
4242

4343
<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
44-
<project.build.outputTimestamp>2025-06-15T13:11:26Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-12-14T09:09:24Z</project.build.outputTimestamp>
4545

4646
<!-- ============================================== -->
4747

@@ -715,7 +715,7 @@
715715
<url>https://github.com/nielsbasjes/conventional-commits-maven-release</url>
716716
<connection>scm:git:https://github.com/nielsbasjes/conventional-commits-maven-release.git</connection>
717717
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
718-
<tag>HEAD</tag>
718+
<tag>v1.0.9</tag>
719719
</scm>
720720

721721
</project>

0 commit comments

Comments
 (0)