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/05/19 13:20:17 UTC

[sling-org-apache-sling-auth-saml2] branch master updated: added scm to the pom.xml properties

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 0486f51  added scm to the pom.xml properties
0486f51 is described below

commit 0486f519650c28c587d3f97d0810800635cd9c34
Author: Cris Rockwell <cm...@umich.edu>
AuthorDate: Wed May 19 09:19:56 2021 -0400

    added scm to the pom.xml properties
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 71baa3c..a681b04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,6 +45,13 @@ which is licensed under the Apache-2.0 license.
 [1]: https://bitbucket.org/srasmusson/webprofile-ref-project-v3</noticeStatement>
   </properties>
 
+  <scm>
+    <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>
+ </scm>
+ 
   <build>
     <plugins>
       <plugin>