Skip to content

Commit 959fb44

Browse files
committed
Release: Version v1.0.8
1 parent ef793ea commit 959fb44

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.8-SNAPSHOT</version>
24+
<version>1.0.8</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>2024-07-17T10:17:09Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-06-15T13:10:46Z</project.build.outputTimestamp>
4545

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

@@ -736,7 +736,7 @@
736736
<url>https://github.com/nielsbasjes/conventional-commits-maven-release</url>
737737
<connection>scm:git:https://github.com/nielsbasjes/conventional-commits-maven-release.git</connection>
738738
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
739-
<tag>HEAD</tag>
739+
<tag>v1.0.8</tag>
740740
</scm>
741741

742742
</project>

0 commit comments

Comments
 (0)