You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2023/11/24 14:32:38 UTC

(santuario-xml-security-java) branch main updated: [maven-release-plugin] prepare for next development iteration

This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/main by this push:
     new 2ed75ee6 [maven-release-plugin] prepare for next development iteration
2ed75ee6 is described below

commit 2ed75ee6bee03560faa7c0f593b229f8f710c08b
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Fri Nov 24 14:32:28 2023 +0000

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a97f52b8..0e295628 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
 
     <groupId>org.apache.santuario</groupId>
     <artifactId>xmlsec</artifactId>
-    <version>4.0.1</version>
+    <version>4.0.2-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>Apache XML Security for Java</name>
@@ -67,7 +67,7 @@
         <connection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</connection>
         <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git</developerConnection>
         <url>https://gitbox.apache.org/repos/asf?p=santuario-xml-security-java.git;a=summary</url>
-      <tag>xmlsec-4.0.1</tag>
+      <tag>HEAD</tag>
     </scm>
     <issueManagement>
         <system>JIRA</system>
@@ -104,7 +104,7 @@
         <woodstox.core.version>6.5.1</woodstox.core.version>
 
         <maven.compiler.release>11</maven.compiler.release>
-        <project.build.outputTimestamp>2023-11-24T14:24:54Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-11-24T14:32:28Z</project.build.outputTimestamp>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->