[java-shib-profile] branch main updated: Add standard scm elements to submodules.

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 14:45:43 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-shib-profile.

View the commit online:
http://git.shibboleth.net/view/?p=java-shib-profile.git;a=commit;h=cee0979fc09e5fb80d8fc8d173ecbaba385a490b

The following commit(s) were added to refs/heads/main by this push:
     new cee0979  Add standard scm elements to submodules.
cee0979 is described below

commit cee0979fc09e5fb80d8fc8d173ecbaba385a490b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 09:45:40 2024 -0500

    Add standard scm elements to submodules.
---
 shib-profile-api/pom.xml      | 6 ++++++
 shib-profile-bom/pom.xml      | 6 ++++++
 shib-profile-impl/pom.xml     | 6 ++++++
 shib-profile-testing/pom.xml  | 6 ++++++
 shib-saml-profile-api/pom.xml | 6 ++++++
 5 files changed, 30 insertions(+)

diff --git a/shib-profile-api/pom.xml b/shib-profile-api/pom.xml
index 077aec0..df8361e 100644
--- a/shib-profile-api/pom.xml
+++ b/shib-profile-api/pom.xml
@@ -139,4 +139,10 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
+
 </project>
diff --git a/shib-profile-bom/pom.xml b/shib-profile-bom/pom.xml
index f122128..226e20c 100644
--- a/shib-profile-bom/pom.xml
+++ b/shib-profile-bom/pom.xml
@@ -54,5 +54,11 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
+
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
     
 </project>
diff --git a/shib-profile-impl/pom.xml b/shib-profile-impl/pom.xml
index b5241d9..4d4b6ee 100644
--- a/shib-profile-impl/pom.xml
+++ b/shib-profile-impl/pom.xml
@@ -98,4 +98,10 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
+
 </project>
diff --git a/shib-profile-testing/pom.xml b/shib-profile-testing/pom.xml
index 24ba77b..6bb27f7 100644
--- a/shib-profile-testing/pom.xml
+++ b/shib-profile-testing/pom.xml
@@ -43,4 +43,10 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
+
 </project>
diff --git a/shib-saml-profile-api/pom.xml b/shib-saml-profile-api/pom.xml
index a8a366d..e159d0b 100644
--- a/shib-saml-profile-api/pom.xml
+++ b/shib-saml-profile-api/pom.xml
@@ -109,4 +109,10 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}${shibboleth.projectName}</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}${shibboleth.projectName}</developerConnection>
+        <url>${shibboleth.scm.url}${shibboleth.projectName}.git</url>
+    </scm>
+
 </project>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list