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 05:45:16 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 2aaf00b4 [maven-release-plugin] prepare for next development iteration
2aaf00b4 is described below

commit 2aaf00b4c4741b2acab16dc5dc01db183039abcc
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Mar 27 06:45:07 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 4ed5d986..984c10f2 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>3.0.2</version>
+    <version>3.0.3-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-3.0.2</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <organization>
@@ -529,7 +529,7 @@
         <clirr.version>2.8</clirr.version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
-        <project.build.outputTimestamp>2023-03-27T05:38:00Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2023-03-27T05:45:07Z</project.build.outputTimestamp>
     </properties>
     
     <dependencies>