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

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 14:44:40 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-metadata.

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

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

commit 042cce6ed40e990b916e78e0c503a41b5ec76340
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 09:44:37 2024 -0500

    Add standard scm elements to submodules.
---
 shib-metadata-api/pom.xml     | 7 ++++++-
 shib-metadata-bom/pom.xml     | 6 ++++++
 shib-metadata-impl/pom.xml    | 6 ++++++
 shib-metadata-spring/pom.xml  | 6 ++++++
 shib-metadata-testing/pom.xml | 6 ++++++
 5 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/shib-metadata-api/pom.xml b/shib-metadata-api/pom.xml
index 04697136..6944e50e 100644
--- a/shib-metadata-api/pom.xml
+++ b/shib-metadata-api/pom.xml
@@ -56,8 +56,13 @@
             <artifactId>opensaml-testing</artifactId>
             <scope>test</scope>
         </dependency>
-        
 
     </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-metadata-bom/pom.xml b/shib-metadata-bom/pom.xml
index 62fa53cb..ea0b75d4 100644
--- a/shib-metadata-bom/pom.xml
+++ b/shib-metadata-bom/pom.xml
@@ -46,5 +46,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-metadata-impl/pom.xml b/shib-metadata-impl/pom.xml
index 93da3c42..4c8980ab 100644
--- a/shib-metadata-impl/pom.xml
+++ b/shib-metadata-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-metadata-spring/pom.xml b/shib-metadata-spring/pom.xml
index b80ef67d..83828722 100644
--- a/shib-metadata-spring/pom.xml
+++ b/shib-metadata-spring/pom.xml
@@ -160,4 +160,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-metadata-testing/pom.xml b/shib-metadata-testing/pom.xml
index 49947b16..2154e500 100644
--- a/shib-metadata-testing/pom.xml
+++ b/shib-metadata-testing/pom.xml
@@ -79,4 +79,10 @@
         <!-- Needed to register various SAML XMLObject providers. -->
     </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