[java-identity-provider] 08/51: Remove scm section from POMs.

Rod Widdowson rdw at steadingsoftware.com
Sat Mar 16 14:28:40 UTC 2024


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

rdw pushed a commit to branch dev/IDP-2147
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=e8d576735c1930829a1e111b55c1f85c6219f6f5

commit e8d576735c1930829a1e111b55c1f85c6219f6f5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Feb 8 10:53:32 2024 -0500

    Remove scm section from POMs.
---
 idp-admin-api/pom.xml        | 6 ------
 idp-admin-impl/pom.xml       | 6 ------
 idp-authn-api/pom.xml        | 6 ------
 idp-authn-impl/pom.xml       | 6 ------
 idp-bom/pom.xml              | 6 ------
 idp-cas-api/pom.xml          | 6 ------
 idp-cas-impl/pom.xml         | 6 ------
 idp-cli/pom.xml              | 6 ------
 idp-conf-impl/pom.xml        | 6 ------
 idp-consent-api/pom.xml      | 7 -------
 idp-consent-impl/pom.xml     | 6 ------
 idp-core/pom.xml             | 6 ------
 idp-distribution/pom.xml     | 7 -------
 idp-installer/pom.xml        | 6 ------
 idp-profile-api/pom.xml      | 7 -------
 idp-profile-impl/pom.xml     | 6 ------
 idp-saml-api/pom.xml         | 6 ------
 idp-saml-impl/pom.xml        | 6 ------
 idp-schema/pom.xml           | 6 ------
 idp-session-api/pom.xml      | 7 -------
 idp-session-impl/pom.xml     | 6 ------
 idp-spring/pom.xml           | 6 ------
 idp-testing/pom.xml          | 6 ------
 idp-ui/pom.xml               | 6 ------
 idp-war-distribution/pom.xml | 6 ------
 idp-war/pom.xml              | 7 -------
 pom.xml                      | 6 ------
 27 files changed, 167 deletions(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index 8ec4caff4..da5d00ea7 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -93,10 +93,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 18d3b8f1d..db3c81f26 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -186,10 +186,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index c48995ec2..479bf1e2c 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -116,10 +116,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index b93f75f78..b1aa4f811 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -287,10 +287,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 1c693a08e..a50490128 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -159,11 +159,5 @@
             </dependency>
         </dependencies>
     </dependencyManagement>
-    
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
 
 </project>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index cfe31b19d..c659931a6 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -95,10 +95,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index b3acd5c51..dcbf2827c 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -257,10 +257,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-cli/pom.xml b/idp-cli/pom.xml
index 4dea037aa..1a2670488 100644
--- a/idp-cli/pom.xml
+++ b/idp-cli/pom.xml
@@ -103,10 +103,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-conf-impl/pom.xml b/idp-conf-impl/pom.xml
index a32320996..a8c49846a 100644
--- a/idp-conf-impl/pom.xml
+++ b/idp-conf-impl/pom.xml
@@ -368,10 +368,4 @@
         <!-- Managed Dependencies -->
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 1f091ae24..650efd1e1 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -40,13 +40,6 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index e90ef6894..e69c3e3be 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -143,10 +143,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index 60c294f7b..f8292fc01 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -76,10 +76,4 @@
         </plugins>
     </build>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 521ea4596..14b04c2d8 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -97,15 +97,8 @@
         </dependency>
         
         <!-- Test Dependencies -->
-
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
     <build>
         <plugins>
             <!-- Copy src/main/resources to assembly directory. -->
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 4a9c02ce8..a2e40c57e 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -181,10 +181,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 90cd1e67c..3cadafec5 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -71,13 +71,6 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index dfabecde3..e9e06d684 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -144,10 +144,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 426b2dc1f..4eacbb6fc 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -92,10 +92,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 22d97b307..b50d618a8 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -261,10 +261,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index 055a0b7d2..455a0263c 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -30,10 +30,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index 4461b9a63..dc5add45f 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -70,13 +70,6 @@
         </dependency>
 
         <!-- Test Dependencies -->
-
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 81bb999c4..46d52f4c4 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -153,10 +153,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-spring/pom.xml b/idp-spring/pom.xml
index 46180d4ef..cb6bd9844 100644
--- a/idp-spring/pom.xml
+++ b/idp-spring/pom.xml
@@ -76,10 +76,4 @@
 
     </dependencies>
     
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-testing/pom.xml b/idp-testing/pom.xml
index 4e91f693d..863baedff 100644
--- a/idp-testing/pom.xml
+++ b/idp-testing/pom.xml
@@ -117,10 +117,4 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index ba5cc427b..1ebae9a06 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -124,10 +124,4 @@
 
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
 </project>
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index f68f3ef0b..cc31ddb88 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -75,12 +75,6 @@
         </dependency>
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
     <build>
         <plugins>
             <plugin>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 1860f0406..c9cf016f6 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -287,15 +287,8 @@
         <!-- Runtime Dependencies -->
 
         <!-- Test Dependencies -->
-
     </dependencies>
 
-    <scm>
-        <connection>${shibboleth.scm.connection}java-identity-provider</connection>
-        <developerConnection>${shibboleth.scm.developerConnection}java-identity-provider</developerConnection>
-        <url>${shibboleth.scm.url}java-identity-provider.git</url>
-    </scm>
-
     <build>
         <plugins>
             <plugin>
diff --git a/pom.xml b/pom.xml
index fd9bbadff..9705f2ecf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,12 +383,6 @@
         </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>
-
     <build>
         <plugins>
             <plugin>

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


More information about the commits mailing list