Skip to content

Commit

Permalink
[maven-release-plugin] prepare release base-parent-42
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Nov 7, 2023
1 parent cdd23aa commit 7d8a8e9
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>42-SNAPSHOT</version>
<version>42</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-42</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>1695507756</project.build.outputTimestamp>
<project.build.outputTimestamp>1699330519</project.build.outputTimestamp>

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

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

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

0 comments on commit 7d8a8e9

Please sign in to comment.