This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch release
in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
The following commit(s) were added to refs/heads/release by this push:
new f240d75 Prepare for the release candidate 1.0.0 RC2
f240d75 is described below
commit f240d75a9e69b9e89a7791ab6f226cf4a85161e4
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 2 22:11:38 2026 +0000
Prepare for the release candidate 1.0.0 RC2
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index d445a35..43b6f38 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ limitations under the License.
<version>104</version>
</parent>
<artifactId>commons-secure-xml</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0</version>
<name>Apache Commons Secure XML</name>
<url>https://commons.apache.org/proper/commons-secure-xml/</url>
<inceptionYear>2026</inceptionYear>
@@ -62,7 +62,7 @@ limitations under the License.
org.apache.xerces.*;resolution:=optional,
*
</commons.osgi.import>
-
<project.build.outputTimestamp>2026-04-22T00:00:00Z</project.build.outputTimestamp>
+
<project.build.outputTimestamp>2026-09-02T22:09:38Z</project.build.outputTimestamp>
<!-- Java baseline -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>