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/04/28 06:42:33 UTC

[santuario-xml-security-java] branch master updated: [maven-release-plugin] prepare release xmlsec-3.0.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 67e8f17e [maven-release-plugin] prepare release xmlsec-3.0.0
67e8f17e is described below

commit 67e8f17e0e4ac6d89d8da3f33586b79fef3b6056
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Thu Apr 28 07:41:09 2022 +0100

    [maven-release-plugin] prepare release xmlsec-3.0.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 418f0aa7..62c0aed1 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.0-SNAPSHOT</version>
+    <version>3.0.0</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>HEAD</tag>
+      <tag>xmlsec-3.0.0</tag>
   </scm>
 
     <organization>
@@ -542,7 +542,7 @@
 
         <!-- Allow Clirr severity to be overriden by the command-line option -DminSeverity=level -->
         <minSeverity>info</minSeverity>
-        <project.build.outputTimestamp>${maven.build.timestamp}</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-04-28T06:33:25Z</project.build.outputTimestamp>
     </properties>
     
     <dependencies>