You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cr...@apache.org on 2021/07/02 15:06:23 UTC

[sling-org-apache-sling-auth-saml2] branch master updated: [maven-release-plugin] prepare release org.apache.sling.auth.saml2-0.2.6

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

cris pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git


The following commit(s) were added to refs/heads/master by this push:
     new 334b8e7  [maven-release-plugin] prepare release org.apache.sling.auth.saml2-0.2.6
334b8e7 is described below

commit 334b8e7b7b3f300d4109f00cc61bed5d013d3984
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Fri Jul 2 11:06:20 2021 -0400

    [maven-release-plugin] prepare release org.apache.sling.auth.saml2-0.2.6
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d96a83b..c9322d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
 
   <artifactId>org.apache.sling.auth.saml2</artifactId>
   <name>SAML2 Service Provider</name>
-  <version>0.2.5-SNAPSHOT</version>
+  <version>0.2.6</version>
   <description>A SAML2 Web-profile SSO Service Provider (Sling Authentication) that uses encrypted
     POST Binding for communicating security assertions from an identity provider such as Shibboleth.</description>
 
@@ -49,7 +49,7 @@ which is licensed under the Apache-2.0 license.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/sling-org-apache-sling-auth-saml2.git</developerConnection>
     <url>https://gitbox.apache.org/repos/asf?p=sling-org-apache-sling-auth-saml2.git</url>
-    <tag>HEAD</tag>
+    <tag>org.apache.sling.auth.saml2-0.2.6</tag>
  </scm>
 
   <build>