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/03/27 09:30:58 UTC

[santuario-xml-security-java] branch 2.3.x-fixes 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 2.3.x-fixes
in repository https://gitbox.apache.org/repos/asf/santuario-xml-security-java.git


The following commit(s) were added to refs/heads/2.3.x-fixes by this push:
     new 8427f71f [maven-release-plugin] prepare for next development iteration
8427f71f is described below

commit 8427f71fc88ce398aea1753d9e0c0823c161d1b8
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 10:30:49 2023 +0100

    [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 3ff9fc07..aa7f822f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>xmlsec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache XML Security for Java</name>
-    <version>2.3.3</version>
+    <version>2.3.4-SNAPSHOT</version>
     <description>
         Apache XML Security for Java supports XML-Signature Syntax and Processing,
         W3C Recommendation 12 February 2002, and XML Encryption Syntax and
@@ -59,7 +59,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-2.3.3</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <organization>
@@ -559,7 +559,7 @@
 
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
-        <project.build.outputTimestamp>2023-03-27T09:20:26Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-03-27T09:30:49Z</project.build.outputTimestamp>
     </properties>
     
     <dependencies>