Skip to content

Commit b4d857f

Browse files
committed
Prepare for the release candidate 1.6.0 RC1
1 parent 3694a46 commit b4d857f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ limitations under the License.
2525
<modelVersion>4.0.0</modelVersion>
2626
<name>Apache Commons Exec</name>
2727
<artifactId>commons-exec</artifactId>
28-
<version>1.6.0-SNAPSHOT</version>
28+
<version>1.6.0</version>
2929
<inceptionYear>2005</inceptionYear>
3030
<description>Apache Commons Exec is a library that reliably executes external processes from within the JVM.</description>
3131
<url>https://commons.apache.org/proper/commons-exec/</url>
@@ -64,7 +64,7 @@ limitations under the License.
6464
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
6565
<test>*Test</test>
6666
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
67-
<project.build.outputTimestamp>2025-05-23T14:12:30Z</project.build.outputTimestamp>
67+
<project.build.outputTimestamp>2025-11-25T21:23:37Z</project.build.outputTimestamp>
6868
<!-- JaCoCo: Don't make code coverage worse than: -->
6969
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
7070
<commons.jacoco.classRatio>0.76</commons.jacoco.classRatio>

0 commit comments

Comments
 (0)