[java-identity-provider] branch master updated: JPAR-151 - Fix SCM details in multi-module projects

Ian Young ian at iay.org.uk
Tue Dec 17 12:55:44 EST 2019


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

iay pushed a commit to branch master
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/master by this push:
       new  c7970f7   JPAR-151 - Fix SCM details in multi-module projects
c7970f7 is described below

commit c7970f780aeac96a812a5f04a62ca2c65a487631
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 17 17:55:39 2019 +0000

    JPAR-151 - Fix SCM details in multi-module projects
    
    https://issues.shibboleth.net/jira/browse/JPAR-151
---
 idp-admin-api/pom.xml                 |  6 ++++++
 idp-admin-impl/pom.xml                |  6 ++++++
 idp-attribute-api/pom.xml             |  6 ++++++
 idp-attribute-filter-api/pom.xml      |  6 ++++++
 idp-attribute-filter-impl/pom.xml     |  6 ++++++
 idp-attribute-filter-spring/pom.xml   |  6 ++++++
 idp-attribute-impl/pom.xml            | 15 ++++++++++++++-
 idp-attribute-resolver-api/pom.xml    |  6 ++++++
 idp-attribute-resolver-impl/pom.xml   |  6 ++++++
 idp-attribute-resolver-spring/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-conf/pom.xml                      |  6 ++++++
 idp-consent-api/pom.xml               |  6 ++++++
 idp-consent-impl/pom.xml              |  6 ++++++
 idp-core/pom.xml                      |  6 ++++++
 idp-distribution/pom.xml              |  6 ++++++
 idp-installer/pom.xml                 |  6 ++++++
 idp-profile-api/pom.xml               |  6 ++++++
 idp-profile-impl/pom.xml              |  6 ++++++
 idp-profile-spring/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               |  6 ++++++
 idp-session-impl/pom.xml              |  6 ++++++
 idp-tests-bom/pom.xml                 |  6 ++++++
 idp-ui/pom.xml                        |  6 ++++++
 idp-war-distribution/pom.xml          |  6 ++++++
 idp-war/pom.xml                       |  6 ++++++
 33 files changed, 206 insertions(+), 1 deletion(-)

diff --git a/idp-admin-api/pom.xml b/idp-admin-api/pom.xml
index a174637..3c83c16 100644
--- a/idp-admin-api/pom.xml
+++ b/idp-admin-api/pom.xml
@@ -55,6 +55,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-admin-impl/pom.xml b/idp-admin-impl/pom.xml
index 139a400..02e40c4 100644
--- a/idp-admin-impl/pom.xml
+++ b/idp-admin-impl/pom.xml
@@ -121,6 +121,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-api/pom.xml b/idp-attribute-api/pom.xml
index 1ce7c87..5d87a03 100644
--- a/idp-attribute-api/pom.xml
+++ b/idp-attribute-api/pom.xml
@@ -55,6 +55,12 @@
 
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-filter-api/pom.xml b/idp-attribute-filter-api/pom.xml
index d868571..f5c7e61 100644
--- a/idp-attribute-filter-api/pom.xml
+++ b/idp-attribute-filter-api/pom.xml
@@ -50,6 +50,12 @@
 
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-filter-impl/pom.xml b/idp-attribute-filter-impl/pom.xml
index f4494ea..3b4d0b5 100644
--- a/idp-attribute-filter-impl/pom.xml
+++ b/idp-attribute-filter-impl/pom.xml
@@ -160,6 +160,12 @@
 
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-filter-spring/pom.xml b/idp-attribute-filter-spring/pom.xml
index ba72bef..6c39347 100644
--- a/idp-attribute-filter-spring/pom.xml
+++ b/idp-attribute-filter-spring/pom.xml
@@ -130,6 +130,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-impl/pom.xml b/idp-attribute-impl/pom.xml
index ab5e968..c8cd9c7 100644
--- a/idp-attribute-impl/pom.xml
+++ b/idp-attribute-impl/pom.xml
@@ -60,5 +60,18 @@
 
         <!-- 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>
+
+    <distributionManagement>
+        <site>
+            <id>site</id>
+            <url>dav:${idp-module.site.url}</url>
+        </site>
+    </distributionManagement>
+
 </project>
diff --git a/idp-attribute-resolver-api/pom.xml b/idp-attribute-resolver-api/pom.xml
index f7f210d..4993701 100644
--- a/idp-attribute-resolver-api/pom.xml
+++ b/idp-attribute-resolver-api/pom.xml
@@ -65,6 +65,12 @@
         
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-resolver-impl/pom.xml b/idp-attribute-resolver-impl/pom.xml
index 35a7bca..df6e005 100644
--- a/idp-attribute-resolver-impl/pom.xml
+++ b/idp-attribute-resolver-impl/pom.xml
@@ -191,6 +191,12 @@
 		</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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-attribute-resolver-spring/pom.xml b/idp-attribute-resolver-spring/pom.xml
index 8632475..e622179 100644
--- a/idp-attribute-resolver-spring/pom.xml
+++ b/idp-attribute-resolver-spring/pom.xml
@@ -194,6 +194,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-authn-api/pom.xml b/idp-authn-api/pom.xml
index c8bf3a6..34086ef 100644
--- a/idp-authn-api/pom.xml
+++ b/idp-authn-api/pom.xml
@@ -88,6 +88,12 @@
         
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-authn-impl/pom.xml b/idp-authn-impl/pom.xml
index 232e345..60715b2 100644
--- a/idp-authn-impl/pom.xml
+++ b/idp-authn-impl/pom.xml
@@ -245,6 +245,12 @@
         
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-bom/pom.xml b/idp-bom/pom.xml
index 76238b1..6cd0e13 100644
--- a/idp-bom/pom.xml
+++ b/idp-bom/pom.xml
@@ -178,6 +178,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-cas-api/pom.xml b/idp-cas-api/pom.xml
index df7b5a6..60fcfdb 100644
--- a/idp-cas-api/pom.xml
+++ b/idp-cas-api/pom.xml
@@ -62,6 +62,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-cas-impl/pom.xml b/idp-cas-impl/pom.xml
index 694dfab..5cd35b6 100644
--- a/idp-cas-impl/pom.xml
+++ b/idp-cas-impl/pom.xml
@@ -203,6 +203,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-conf/pom.xml b/idp-conf/pom.xml
index 605aa9b..30790d2 100644
--- a/idp-conf/pom.xml
+++ b/idp-conf/pom.xml
@@ -151,6 +151,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-consent-api/pom.xml b/idp-consent-api/pom.xml
index 88038bd..588d71f 100644
--- a/idp-consent-api/pom.xml
+++ b/idp-consent-api/pom.xml
@@ -37,6 +37,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-consent-impl/pom.xml b/idp-consent-impl/pom.xml
index 2876955..0ffbea1 100644
--- a/idp-consent-impl/pom.xml
+++ b/idp-consent-impl/pom.xml
@@ -121,6 +121,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-core/pom.xml b/idp-core/pom.xml
index ea93fd0..dc8921a 100644
--- a/idp-core/pom.xml
+++ b/idp-core/pom.xml
@@ -124,6 +124,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-distribution/pom.xml b/idp-distribution/pom.xml
index 22e8c7e..96ca803 100644
--- a/idp-distribution/pom.xml
+++ b/idp-distribution/pom.xml
@@ -83,6 +83,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-installer/pom.xml b/idp-installer/pom.xml
index 998811e..350fd0b 100644
--- a/idp-installer/pom.xml
+++ b/idp-installer/pom.xml
@@ -121,6 +121,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-profile-api/pom.xml b/idp-profile-api/pom.xml
index 1876412..20c66fc 100644
--- a/idp-profile-api/pom.xml
+++ b/idp-profile-api/pom.xml
@@ -85,6 +85,12 @@
 
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-profile-impl/pom.xml b/idp-profile-impl/pom.xml
index c95921d..bd2c35b 100644
--- a/idp-profile-impl/pom.xml
+++ b/idp-profile-impl/pom.xml
@@ -175,6 +175,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-profile-spring/pom.xml b/idp-profile-spring/pom.xml
index 8aa21c9..c7cab82 100644
--- a/idp-profile-spring/pom.xml
+++ b/idp-profile-spring/pom.xml
@@ -177,6 +177,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-saml-api/pom.xml b/idp-saml-api/pom.xml
index 3b02eba..d7799c5 100644
--- a/idp-saml-api/pom.xml
+++ b/idp-saml-api/pom.xml
@@ -130,6 +130,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-saml-impl/pom.xml b/idp-saml-impl/pom.xml
index 45298bb..0530d2f 100644
--- a/idp-saml-impl/pom.xml
+++ b/idp-saml-impl/pom.xml
@@ -233,6 +233,12 @@
         
     </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-schema/pom.xml b/idp-schema/pom.xml
index efbf6af..2634cd1 100644
--- a/idp-schema/pom.xml
+++ b/idp-schema/pom.xml
@@ -32,6 +32,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-session-api/pom.xml b/idp-session-api/pom.xml
index bf226f6..9c20329 100644
--- a/idp-session-api/pom.xml
+++ b/idp-session-api/pom.xml
@@ -56,6 +56,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-session-impl/pom.xml b/idp-session-impl/pom.xml
index 65225f2..0a73cf2 100644
--- a/idp-session-impl/pom.xml
+++ b/idp-session-impl/pom.xml
@@ -124,6 +124,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-tests-bom/pom.xml b/idp-tests-bom/pom.xml
index 992fcea..f4ddddf 100644
--- a/idp-tests-bom/pom.xml
+++ b/idp-tests-bom/pom.xml
@@ -229,6 +229,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-ui/pom.xml b/idp-ui/pom.xml
index dbf9c18..d944954 100644
--- a/idp-ui/pom.xml
+++ b/idp-ui/pom.xml
@@ -86,6 +86,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-war-distribution/pom.xml b/idp-war-distribution/pom.xml
index a46e22c..3a351a9 100644
--- a/idp-war-distribution/pom.xml
+++ b/idp-war-distribution/pom.xml
@@ -45,6 +45,12 @@
         </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>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/idp-war/pom.xml b/idp-war/pom.xml
index 3b59724..753888f 100644
--- a/idp-war/pom.xml
+++ b/idp-war/pom.xml
@@ -218,6 +218,12 @@
         <!-- 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>
+
     <distributionManagement>
         <site>
             <id>site</id>

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


More information about the commits mailing list