Skip to content

Commit

Permalink
[maven-release-plugin] prepare release base-parent-41
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Sep 23, 2023
1 parent 23851a1 commit 450b193
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>com.github.hazendaz</groupId>
<artifactId>base-parent</artifactId>
<version>41-SNAPSHOT</version>
<version>41</version>
<packaging>pom</packaging>

<name>base-parent</name>
Expand Down Expand Up @@ -78,7 +78,7 @@
<scm>
<connection>scm:git:ssh://[email protected]/hazendaz/base-parent.git</connection>
<developerConnection>scm:git:ssh://[email protected]/hazendaz/base-parent.git</developerConnection>
<tag>HEAD</tag>
<tag>base-parent-41</tag>
<url>https://github.com/hazendaz/base-parent</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -188,7 +188,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1685401571</project.build.outputTimestamp>
<project.build.outputTimestamp>1695507736</project.build.outputTimestamp>

<!-- Due to maven bug, fix timestamp -->
<timestamp>${maven.build.timestamp}</timestamp>
Expand All @@ -206,7 +206,7 @@
<spotbugs.version>4.7.3</spotbugs.version>

<!-- Parent Tracking on site -->
<base-parent.version>41-SNAPSHOT</base-parent.version>
<base-parent.version>41</base-parent.version>

<!-- Checkstyle -->
<checkstyle.config>checkstyle.xml</checkstyle.config>
Expand Down

0 comments on commit 450b193

Please sign in to comment.