File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
<artifactId >conventional-commits-version-policy</artifactId >
22
22
<packaging >jar</packaging >
23
23
<groupId >nl.basjes.maven.release</groupId >
24
- <version >0 .0.1-SNAPSHOT </version >
24
+ <version >1 .0.0 </version >
25
25
26
26
<name >Conventional Commits Version Policy for the maven-release-plugin</name >
27
27
<description >A version policy for the maven-release plugin to calculate the next version using the conventional commits.</description >
41
41
<maven .minimal.version>3.5.2</maven .minimal.version>
42
42
43
43
<!-- 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>
45
45
46
46
<!-- ============================================== -->
47
47
795
795
<url >https://github.com/nielsbasjes/conventional-commits-maven-release</url >
796
796
<connection >scm:git:https://github.com/nielsbasjes/conventional-commits-maven-release.git</connection >
797
797
<developerConnection >scm:git:file:///${project.basedir} </developerConnection >
798
- <tag >HEAD </tag >
798
+ <tag >v1.0.0 </tag >
799
799
</scm >
800
800
801
801
</project >
You can’t perform that action at this time.
0 commit comments