Skip to content

Commit 7e9c86b

Browse files
committed
Bump to next development version
1 parent 146f253 commit 7e9c86b

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
@@ -27,7 +27,7 @@
2727
<name>Apache Commons JXPath</name>
2828
<!-- when cutting a release, be sure to modify the commons.release.version property,
2929
found at /project/properties/commons.release.version in this document -->
30-
<version>1.4.0</version>
30+
<version>1.4.1-SNAPSHOT</version>
3131
<description>A Java-based implementation of XPath 1.0 that, in addition to XML processing, can inspect/modify Java object graphs (the library's explicit purpose) and even mixed Java/XML structures.</description>
3232
<url>https://commons.apache.org/proper/commons-jxpath/</url>
3333
<issueManagement>
@@ -44,7 +44,7 @@
4444
<maven.compiler.source>1.8</maven.compiler.source>
4545
<maven.compiler.target>1.8</maven.compiler.target>
4646
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
47-
<project.build.outputTimestamp>2025-04-13T20:04:44Z</project.build.outputTimestamp>
47+
<project.build.outputTimestamp>2025-04-18T12:24:36Z</project.build.outputTimestamp>
4848
<commons.componentid>jxpath</commons.componentid>
4949
<commons.module.name>org.apache.commons.jxpath</commons.module.name>
5050
<commons.release.version>1.4.0</commons.release.version>

0 commit comments

Comments
 (0)