Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
marcwrobel committed Nov 13, 2023
1 parent 5d4a9d1 commit a47ff92
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</parent>

<artifactId>jbanking</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<packaging>jar</packaging>

<name>${project.artifactId}</name>
Expand All @@ -29,7 +29,7 @@
<formatter-maven-plugin.version>2.16.0</formatter-maven-plugin.version>

<!-- https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>10</project.build.outputTimestamp>
<project.build.outputTimestamp>1699906827</project.build.outputTimestamp>
</properties>

<dependencies>
Expand Down Expand Up @@ -137,4 +137,8 @@
</plugin>
</plugins>
</build>

<scm>
<tag>v4.2.0</tag>
</scm>
</project>

0 comments on commit a47ff92

Please sign in to comment.