This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git
The following commit(s) were added to refs/heads/main by this push:
new 51c5b4e Bump version from 0.1.0 to 1.0.0.
51c5b4e is described below
commit 51c5b4e6ca59c06d4db2dd28bc8ee6e3b9f66385
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Aug 26 10:21:21 2026 -0400
Bump version from 0.1.0 to 1.0.0.
---
README.md | 4 ++--
RELEASE-NOTES.txt | 4 ++--
android-tests/build.gradle.kts | 2 +-
pom.xml | 8 ++++----
src/changes/changes.xml | 4 +++-
src/site/xdoc/download_xml.xml | 26 +++++++++++++-------------
6 files changed, 25 insertions(+), 23 deletions(-)
diff --git a/README.md b/README.md
index 1b5c759..ec15fe6 100644
--- a/README.md
+++ b/README.md
@@ -45,7 +45,7 @@ Apache Commons XML
[](https://github.com/apache/commons-xml/actions/workflows/maven.yml)
[](https://search.maven.org/artifact/org.apache.commons/commons-xml)
-[](https://javadoc.io/doc/org.apache.commons/commons-xml/0.1.0)
+[](https://javadoc.io/doc/org.apache.commons/commons-xml/1.0.0)
[](https://github.com/apache/commons-xml/actions/workflows/codeql-analysis.yml)
[](https://api.securityscorecards.dev/projects/github.com/apache/commons-xml)
@@ -70,7 +70,7 @@ Alternatively, you can pull it from the central Maven
repositories:
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-xml</artifactId>
- <version>0.1.0</version>
+ <version>1.0.0</version>
</dependency>
```
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ba4456a..04922b1 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,10 +14,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-Apache Commons XML 0.1.0 Release Notes
+Apache Commons XML 1.0.0 Release Notes
--------------------------------------
-The Apache Commons XML team is pleased to announce the release of Apache
Commons XML 0.1.0.
+The Apache Commons XML team is pleased to announce the release of Apache
Commons XML 1.0.0.
Apache Commons XML provides secure-by-default JAXP factory creation,
abstracting over
implementation-specific XXE hardening differences between the stock JDK and
external JAXP implementations
diff --git a/android-tests/build.gradle.kts b/android-tests/build.gradle.kts
index 7a42244..9a47c92 100644
--- a/android-tests/build.gradle.kts
+++ b/android-tests/build.gradle.kts
@@ -23,7 +23,7 @@ plugins {
id("de.mannodermaus.android-junit5") version "1.14.0.0"
}
-val libraryVersion = "0.1.0-SNAPSHOT"
+val libraryVersion = "1.0.0-SNAPSHOT"
val libraryJar =
rootProject.file("../target/commons-xml-${libraryVersion}.jar")
android {
diff --git a/pom.xml b/pom.xml
index f2992a7..db96027 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<version>104</version>
</parent>
<artifactId>commons-xml</artifactId>
- <version>0.1.0-SNAPSHOT</version>
+ <version>1.0.0-SNAPSHOT</version>
<name>Apache Commons XML</name>
<url>https://commons.apache.org/sandbox/commons-xml/</url>
<inceptionYear>2026</inceptionYear>
@@ -39,13 +39,13 @@ limitations under the License.
</scm>
<properties>
<!-- Release-related properties -->
- <commons.release.version>0.1.0</commons.release.version>
+ <commons.release.version>1.0.0</commons.release.version>
<commons.release.desc>(Java 8+)</commons.release.desc>
<commons.rc.version>RC1</commons.rc.version>
<!-- japicmp baseline: disable for first release
- <commons.bc.version>0.1.1</commons.bc.version> -->
+ <commons.bc.version>1.0.0</commons.bc.version> -->
<japicmp.skip>true</japicmp.skip>
- <commons.release.next>0.1.2</commons.release.next>
+ <commons.release.next>1.0.1</commons.release.next>
<commons.componentid>xml</commons.componentid>
<commons.packageId>xml</commons.packageId>
<commons.module.name>org.apache.commons.xml</commons.module.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a4063f3..a7b57e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -31,7 +31,9 @@ The <action> type attribute can be add, update, fix, or
remove.
<title>Apache Commons XML - Changes</title>
</properties>
<body>
- <release version="0.1.0" date="YYYY-MM-DD" description="First release.">
+ <release version="1.0.0" date="YYYY-MM-DD" description="First release,
requires Java 8 or above.">
+ <!-- SPECIAL -->
+ <action type="add" dev="ggregory" due-to="Piotr P. Karwasz, Gary
Gregory">This is the first release.</action>
<!-- ADD -->
<action type="add" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary
Gregory">Add secure-by-default JAXP factory creation via XmlFactories, donated
from the copernik-xml-factory project
(https://github.com/copernik-eu/copernik-xml-factory) and covering the stock
JDK, Android, Apache Xalan, Apache Xerces, Woodstox, and Saxon-HE.</action>
<action type="add" dev="ppkarwasz" due-to="Piotr P. Karwasz, Gary
Gregory" issue="COMMONSXML-9">Install a non-removable resolver floor on every
resolver channel (EntityResolver, LSResourceResolver, URIResolver, and
XMLResolver), routing caller-supplied resolvers through it as
allow-lists.</action>
diff --git a/src/site/xdoc/download_xml.xml b/src/site/xdoc/download_xml.xml
index d666604..45fab44 100644
--- a/src/site/xdoc/download_xml.xml
+++ b/src/site/xdoc/download_xml.xml
@@ -115,32 +115,32 @@ limitations under the License.
</p>
</subsection>
</section>
- <section name="Apache Commons XML 0.1.0 (Java 8+)">
+ <section name="Apache Commons XML 1.0.0 (Java 8+)">
<subsection name="Binaries">
<table>
<tr>
- <td><a
href="[preferred]/commons/xml/binaries/commons-xml-0.1.0-bin.tar.gz">commons-xml-0.1.0-bin.tar.gz</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-0.1.0-bin.tar.gz.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-0.1.0-bin.tar.gz.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/xml/binaries/commons-xml-1.0.0-bin.tar.gz">commons-xml-1.0.0-bin.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-1.0.0-bin.tar.gz.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-1.0.0-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a
href="[preferred]/commons/xml/binaries/commons-xml-0.1.0-bin.zip">commons-xml-0.1.0-bin.zip</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-0.1.0-bin.zip.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-0.1.0-bin.zip.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/xml/binaries/commons-xml-1.0.0-bin.zip">commons-xml-1.0.0-bin.zip</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-1.0.0-bin.zip.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/binaries/commons-xml-1.0.0-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
- <td><a
href="[preferred]/commons/xml/source/commons-xml-0.1.0-src.tar.gz">commons-xml-0.1.0-src.tar.gz</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-0.1.0-src.tar.gz.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-0.1.0-src.tar.gz.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/xml/source/commons-xml-1.0.0-src.tar.gz">commons-xml-1.0.0-src.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-1.0.0-src.tar.gz.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-1.0.0-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
- <td><a
href="[preferred]/commons/xml/source/commons-xml-0.1.0-src.zip">commons-xml-0.1.0-src.zip</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-0.1.0-src.zip.sha512">sha512</a></td>
- <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-0.1.0-src.zip.asc">pgp</a></td>
+ <td><a
href="[preferred]/commons/xml/source/commons-xml-1.0.0-src.zip">commons-xml-1.0.0-src.zip</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-1.0.0-src.zip.sha512">sha512</a></td>
+ <td><a
href="https://downloads.apache.org/commons/xml/source/commons-xml-1.0.0-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>