We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8aa599b commit 5c3ec90Copy full SHA for 5c3ec90
1 file changed
pom.xml
@@ -25,7 +25,7 @@
25
</parent>
26
<artifactId>commons-build-plugin</artifactId>
27
<packaging>maven-plugin</packaging>
28
- <version>1.16.1-SNAPSHOT</version>
+ <version>1.16.1</version>
29
<name>Apache Commons Build Plugin Maven Mojo</name>
30
<description>
31
Apache Maven Mojo for Apache Commons Build tasks.
@@ -90,7 +90,7 @@
90
<!-- Not available until version 0.7.1 -->
91
<spdx.skip>true</spdx.skip>
92
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
93
- <project.build.outputTimestamp>2025-07-22T18:46:13Z</project.build.outputTimestamp>
+ <project.build.outputTimestamp>2026-01-25T14:50:15Z</project.build.outputTimestamp>
94
</properties>
95
<dependencies>
96
<dependency>
0 commit comments