Skip to content

Commit

Permalink
Release: Version v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nielsbasjes committed Mar 20, 2023
1 parent 82c9ab1 commit 580ae3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<artifactId>conventional-commits-version-policy</artifactId>
<packaging>jar</packaging>
<groupId>nl.basjes.maven.release</groupId>
<version>0.0.1-SNAPSHOT</version>
<version>1.0.0</version>

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

<!-- Needed to make the build reproducible https://reproducible-builds.org/ -->
<project.build.outputTimestamp>2023-03-02T21:02:34Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2023-03-20T14:28:42Z</project.build.outputTimestamp>

<!-- ============================================== -->

Expand Down Expand Up @@ -795,7 +795,7 @@
<url>https://github.com/nielsbasjes/conventional-commits-maven-release</url>
<connection>scm:git:https://github.com/nielsbasjes/conventional-commits-maven-release.git</connection>
<developerConnection>scm:git:file:///${project.basedir}</developerConnection>
<tag>HEAD</tag>
<tag>v1.0.0</tag>
</scm>

</project>

0 comments on commit 580ae3b

Please sign in to comment.