Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Apr 6, 2024
1 parent b12da65 commit 6f85963
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 @@ -20,7 +20,7 @@

<groupId>com.github.hazendaz</groupId>
<artifactId>javabean-tester</artifactId>
<version>2.8.0</version>
<version>2.8.1-SNAPSHOT</version>

<name>javabean-tester</name>
<description>Javabean Tester Simplifies POJO Testing and greatly simplifies Lombok Bean Testing!</description>
Expand Down Expand Up @@ -92,7 +92,7 @@
<scm>
<connection>scm:git:ssh://git@github.com/hazendaz/javabean-tester.git</connection>
<developerConnection>scm:git:ssh://git@github.com/hazendaz/javabean-tester.git</developerConnection>
<tag>javabean-tester-2.8.0</tag>
<tag>HEAD</tag>
<url>https://github.com/hazendaz/javabean-tester</url>
</scm>
<issueManagement>
Expand Down Expand Up @@ -145,7 +145,7 @@
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1712420777</project.build.outputTimestamp>
<project.build.outputTimestamp>1712420800</project.build.outputTimestamp>

<!-- Due to maven bug, fix timestamp -->
<timestamp>${maven.build.timestamp}</timestamp>
Expand Down

0 comments on commit 6f85963

Please sign in to comment.