Skip to content

Commit 580ae3b

Browse files
committed
Release: Version v1.0.0
1 parent 82c9ab1 commit 580ae3b

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>0.0.1-SNAPSHOT</version>
24+
<version>1.0.0</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>2023-03-02T21:02:34Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2023-03-20T14:28:42Z</project.build.outputTimestamp>
4545

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

@@ -795,7 +795,7 @@
795795
<url>https://github.com/nielsbasjes/conventional-commits-maven-release</url>
796796
<connection>scm:git:https://github.com/nielsbasjes/conventional-commits-maven-release.git</connection>
797797
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
798-
<tag>HEAD</tag>
798+
<tag>v1.0.0</tag>
799799
</scm>
800800

801801
</project>

0 commit comments

Comments
 (0)