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
Zlika committed Sep 6, 2024
1 parent 715f493 commit d4f29db
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 @@ -3,7 +3,7 @@

<groupId>io.github.zlika</groupId>
<artifactId>reproducible-build-maven-plugin</artifactId>
<version>0.17</version>
<version>0.18-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Reproducible Build Maven Plugin</name>
Expand All @@ -30,7 +30,7 @@
<connection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</connection>
<developerConnection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</developerConnection>
<url>https://github.com/Zlika/reproducible-build-maven-plugin</url>
<tag>v0.17</tag>
<tag>HEAD</tag>
</scm>

<issueManagement>
Expand All @@ -57,7 +57,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.build.outputTimestamp>1725638908</project.build.outputTimestamp>
<project.build.outputTimestamp>1725638923</project.build.outputTimestamp>

<!-- Maven plugin versions -->
<apache-source-release-assembly-descriptor.version>1.0.6</apache-source-release-assembly-descriptor.version>
Expand Down

0 comments on commit d4f29db

Please sign in to comment.