Skip to content

Commit df44300

Browse files
committed
Next version will be 1.4.0
1 parent fdd6221 commit df44300

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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-SNAPSHOT</version>
30+
<version>1.4.0-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>http://commons.apache.org/proper/commons-jxpath/</url>
3333
<issueManagement>
@@ -47,7 +47,7 @@
4747
<project.build.outputTimestamp>2024-02-01T03:27:02Z</project.build.outputTimestamp>
4848
<commons.componentid>jxpath</commons.componentid>
4949
<commons.module.name>org.apache.commons.jxpath</commons.module.name>
50-
<commons.release.version>1.4</commons.release.version>
50+
<commons.release.version>1.4.0</commons.release.version>
5151
<commons.release.isDistModule>true</commons.release.isDistModule>
5252
<commons.rc.version>RC1</commons.rc.version>
5353
<commons.bc.version>1.3</commons.bc.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
4747
</properties>
4848
<body>
4949
<!-- The release date is the date RC is cut -->
50-
<release version="1.4" date="YYYY-MM-DD" description="New features and bug fixes.">
50+
<release version="1.4.0" date="YYYY-MM-DD" description="New features and bug fixes.">
5151
<!-- FIX -->
5252
<action issue="JXPATH-172" dev="britter" type="fix" due-to="Michele Vivoda">
5353
Clarify Javadoc of JXPathContext#getPointer.

0 commit comments

Comments
 (0)