Skip to content

Commit fc9957a

Browse files
committed
[maven-release-plugin] prepare release base-parent-43
1 parent c6544b0 commit fc9957a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<groupId>com.github.hazendaz</groupId>
2222
<artifactId>base-parent</artifactId>
23-
<version>43-SNAPSHOT</version>
23+
<version>43</version>
2424
<packaging>pom</packaging>
2525

2626
<name>base-parent</name>
@@ -78,7 +78,7 @@
7878
<scm>
7979
<connection>scm:git:ssh://[email protected]/hazendaz/base-parent.git</connection>
8080
<developerConnection>scm:git:ssh://[email protected]/hazendaz/base-parent.git</developerConnection>
81-
<tag>HEAD</tag>
81+
<tag>base-parent-43</tag>
8282
<url>https://github.com/hazendaz/base-parent</url>
8383
</scm>
8484
<issueManagement>
@@ -188,7 +188,7 @@
188188
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
189189

190190
<!-- Reproducible Builds -->
191-
<project.build.outputTimestamp>1699330556</project.build.outputTimestamp>
191+
<project.build.outputTimestamp>1703566565</project.build.outputTimestamp>
192192

193193
<!-- Due to maven bug, fix timestamp -->
194194
<timestamp>${maven.build.timestamp}</timestamp>
@@ -206,7 +206,7 @@
206206
<spotbugs.version>4.8.3</spotbugs.version>
207207

208208
<!-- Parent Tracking on site -->
209-
<base-parent.version>43-SNAPSHOT</base-parent.version>
209+
<base-parent.version>43</base-parent.version>
210210

211211
<!-- Checkstyle -->
212212
<checkstyle.config>checkstyle.xml</checkstyle.config>

0 commit comments

Comments
 (0)