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 2022/09/12 09:20:53 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 e5a5c776 [maven-release-plugin] prepare for next development iteration
e5a5c776 is described below

commit e5a5c776b8fbc741ce4837af97e03164dc0785de
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Sep 12 10:20:49 2022 +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 19ac4f69..f0e3ea6f 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.1</version>
+    <version>3.0.2-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.1</tag>
+      <tag>HEAD</tag>
   </scm>
 
     <organization>
@@ -541,7 +541,7 @@
         <maven-owasp-plugin-version>6.5.2</maven-owasp-plugin-version>
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
-        <project.build.outputTimestamp>2022-09-12T09:12:22Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-09-12T09:20:48Z</project.build.outputTimestamp>
     </properties>
     
     <dependencies>