[java-shib-attribute] branch main updated: Add standard scm elements to subprojects.

Scott Cantor cantor.2 at osu.edu
Wed Jan 31 14:43:32 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-attribute.

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

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

commit 7526a268026dabd371717a2eed9eba47cb2894ca
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jan 31 09:43:29 2024 -0500

    Add standard scm elements to subprojects.
---
 shib-attribute-api/pom.xml             | 6 ++++++
 shib-attribute-bom/pom.xml             | 6 ++++++
 shib-attribute-filter-api/pom.xml      | 6 ++++++
 shib-attribute-filter-impl/pom.xml     | 6 ++++++
 shib-attribute-filter-spring/pom.xml   | 6 ++++++
 shib-attribute-impl/pom.xml            | 6 ++++++
 shib-attribute-resolver-api/pom.xml    | 6 ++++++
 shib-attribute-resolver-impl/pom.xml   | 6 ++++++
 shib-attribute-resolver-spring/pom.xml | 6 ++++++
 shib-attribute-testing/pom.xml         | 6 ++++++
 shib-saml-attribute-api/pom.xml        | 6 ++++++
 shib-saml-attribute-impl/pom.xml       | 6 ++++++
 12 files changed, 72 insertions(+)

diff --git a/shib-attribute-api/pom.xml b/shib-attribute-api/pom.xml
index 919465426..2e1d0d0da 100644
--- a/shib-attribute-api/pom.xml
+++ b/shib-attribute-api/pom.xml
@@ -88,4 +88,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-attribute-bom/pom.xml b/shib-attribute-bom/pom.xml
index 9a2a0fdc1..cf4b8b9c8 100644
--- a/shib-attribute-bom/pom.xml
+++ b/shib-attribute-bom/pom.xml
@@ -81,5 +81,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-attribute-filter-api/pom.xml b/shib-attribute-filter-api/pom.xml
index e34f4a186..a775cf066 100644
--- a/shib-attribute-filter-api/pom.xml
+++ b/shib-attribute-filter-api/pom.xml
@@ -53,4 +53,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-attribute-filter-impl/pom.xml b/shib-attribute-filter-impl/pom.xml
index 221624a15..140a87b16 100644
--- a/shib-attribute-filter-impl/pom.xml
+++ b/shib-attribute-filter-impl/pom.xml
@@ -142,4 +142,10 @@
         </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-attribute-filter-spring/pom.xml b/shib-attribute-filter-spring/pom.xml
index 0d1761622..12680f9bd 100644
--- a/shib-attribute-filter-spring/pom.xml
+++ b/shib-attribute-filter-spring/pom.xml
@@ -171,4 +171,10 @@
         </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-attribute-impl/pom.xml b/shib-attribute-impl/pom.xml
index 5c622e56a..1594032ff 100644
--- a/shib-attribute-impl/pom.xml
+++ b/shib-attribute-impl/pom.xml
@@ -74,4 +74,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-attribute-resolver-api/pom.xml b/shib-attribute-resolver-api/pom.xml
index c82f8dbf7..41df8572c 100644
--- a/shib-attribute-resolver-api/pom.xml
+++ b/shib-attribute-resolver-api/pom.xml
@@ -92,4 +92,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-attribute-resolver-impl/pom.xml b/shib-attribute-resolver-impl/pom.xml
index 4b169015d..6db786a07 100644
--- a/shib-attribute-resolver-impl/pom.xml
+++ b/shib-attribute-resolver-impl/pom.xml
@@ -186,4 +186,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-attribute-resolver-spring/pom.xml b/shib-attribute-resolver-spring/pom.xml
index 15f4b2269..a020fe85a 100644
--- a/shib-attribute-resolver-spring/pom.xml
+++ b/shib-attribute-resolver-spring/pom.xml
@@ -198,4 +198,10 @@
         </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-attribute-testing/pom.xml b/shib-attribute-testing/pom.xml
index b3db83800..fb723f04d 100644
--- a/shib-attribute-testing/pom.xml
+++ b/shib-attribute-testing/pom.xml
@@ -60,4 +60,10 @@
         <!-- Test Dependencies -->
     </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-attribute-api/pom.xml b/shib-saml-attribute-api/pom.xml
index 9751e02e1..8a7f4f4d5 100644
--- a/shib-saml-attribute-api/pom.xml
+++ b/shib-saml-attribute-api/pom.xml
@@ -76,4 +76,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-attribute-impl/pom.xml b/shib-saml-attribute-impl/pom.xml
index 6682f817a..e706f8678 100644
--- a/shib-saml-attribute-impl/pom.xml
+++ b/shib-saml-attribute-impl/pom.xml
@@ -110,4 +110,10 @@
         </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>

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


More information about the commits mailing list