Skip to content

Commit 17fbe69

Browse files
committed
Prepare for the release candidate 3.18.0 RC1
1 parent 780d34e commit 17fbe69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828
<artifactId>commons-lang3</artifactId>
29-
<version>3.18.0-SNAPSHOT</version>
29+
<version>3.18.0</version>
3030
<name>Apache Commons Lang</name>
3131
<inceptionYear>2001</inceptionYear>
3232
<description>
@@ -111,7 +111,7 @@
111111
<project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
112112
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
113113
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
114-
<project.build.outputTimestamp>2024-08-29T19:40:12Z</project.build.outputTimestamp>
114+
<project.build.outputTimestamp>2025-07-04T22:15:48Z</project.build.outputTimestamp>
115115
<maven.compiler.source>1.8</maven.compiler.source>
116116
<maven.compiler.target>1.8</maven.compiler.target>
117117
<!--

0 commit comments

Comments
 (0)