Skip to content

Commit 715f493

Browse files
committed
[maven-release-plugin] prepare release v0.17
1 parent 0d58f2c commit 715f493

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
<groupId>io.github.zlika</groupId>
55
<artifactId>reproducible-build-maven-plugin</artifactId>
6-
<version>0.17-SNAPSHOT</version>
6+
<version>0.17</version>
77
<packaging>maven-plugin</packaging>
88

99
<name>Reproducible Build Maven Plugin</name>
@@ -30,7 +30,7 @@
3030
<connection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</connection>
3131
<developerConnection>scm:git:https://github.com/Zlika/reproducible-build-maven-plugin.git</developerConnection>
3232
<url>https://github.com/Zlika/reproducible-build-maven-plugin</url>
33-
<tag>HEAD</tag>
33+
<tag>v0.17</tag>
3434
</scm>
3535

3636
<issueManagement>
@@ -57,7 +57,7 @@
5757
<maven.compiler.source>1.8</maven.compiler.source>
5858
<maven.compiler.target>1.8</maven.compiler.target>
5959
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
60-
<project.build.outputTimestamp>1666374475</project.build.outputTimestamp>
60+
<project.build.outputTimestamp>1725638908</project.build.outputTimestamp>
6161

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

0 commit comments

Comments
 (0)