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

Ian Young ian at iay.org.uk
Tue Dec 17 07:18:04 EST 2019


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

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

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

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

commit f48b6e6a90dfc1a60ddbbf1ebf0995a6ead15584
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 17 12:18:00 2019 +0000

    JPAR-151 - Fix SCM details in multi-module projects
    
    https://issues.shibboleth.net/jira/browse/JPAR-151
---
 opensaml-bom/pom.xml             | 6 ++++++
 opensaml-core/pom.xml            | 6 ++++++
 opensaml-messaging-api/pom.xml   | 6 ++++++
 opensaml-messaging-impl/pom.xml  | 6 ++++++
 opensaml-profile-api/pom.xml     | 6 ++++++
 opensaml-profile-impl/pom.xml    | 6 ++++++
 opensaml-saml-api/pom.xml        | 6 ++++++
 opensaml-saml-impl/pom.xml       | 6 ++++++
 opensaml-security-api/pom.xml    | 6 ++++++
 opensaml-security-impl/pom.xml   | 6 ++++++
 opensaml-soap-api/pom.xml        | 6 ++++++
 opensaml-soap-impl/pom.xml       | 6 ++++++
 opensaml-storage-api/pom.xml     | 6 ++++++
 opensaml-storage-impl/pom.xml    | 6 ++++++
 opensaml-tests-bom/pom.xml       | 6 ++++++
 opensaml-xacml-api/pom.xml       | 6 ++++++
 opensaml-xacml-impl/pom.xml      | 6 ++++++
 opensaml-xacml-saml-api/pom.xml  | 6 ++++++
 opensaml-xacml-saml-impl/pom.xml | 6 ++++++
 opensaml-xmlsec-api/pom.xml      | 6 ++++++
 opensaml-xmlsec-impl/pom.xml     | 6 ++++++
 21 files changed, 126 insertions(+)

diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index 573597b..62654fe 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -116,6 +116,12 @@
         </dependencies>
     </dependencyManagement>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-core/pom.xml b/opensaml-core/pom.xml
index 238ff4d..f53aa73 100644
--- a/opensaml-core/pom.xml
+++ b/opensaml-core/pom.xml
@@ -76,6 +76,12 @@
         </plugins>
     </build>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-messaging-api/pom.xml b/opensaml-messaging-api/pom.xml
index 60b020b..8bdb59b 100644
--- a/opensaml-messaging-api/pom.xml
+++ b/opensaml-messaging-api/pom.xml
@@ -61,6 +61,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-messaging-impl/pom.xml b/opensaml-messaging-impl/pom.xml
index 44ef64e..f3042cd 100644
--- a/opensaml-messaging-impl/pom.xml
+++ b/opensaml-messaging-impl/pom.xml
@@ -82,6 +82,12 @@
 
 	</dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-profile-api/pom.xml b/opensaml-profile-api/pom.xml
index 3895ca7..66a4e90 100644
--- a/opensaml-profile-api/pom.xml
+++ b/opensaml-profile-api/pom.xml
@@ -74,6 +74,12 @@
         <!-- Managed Dependencies -->
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-profile-impl/pom.xml b/opensaml-profile-impl/pom.xml
index 611904a..e3b47f0 100644
--- a/opensaml-profile-impl/pom.xml
+++ b/opensaml-profile-impl/pom.xml
@@ -92,6 +92,12 @@
         <!-- Managed Dependencies -->
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-saml-api/pom.xml b/opensaml-saml-api/pom.xml
index 548f201..9089821 100644
--- a/opensaml-saml-api/pom.xml
+++ b/opensaml-saml-api/pom.xml
@@ -97,6 +97,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-saml-impl/pom.xml b/opensaml-saml-impl/pom.xml
index f01bd82..faa44cf 100644
--- a/opensaml-saml-impl/pom.xml
+++ b/opensaml-saml-impl/pom.xml
@@ -227,6 +227,12 @@
         
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-security-api/pom.xml b/opensaml-security-api/pom.xml
index ed57f81..5776fc7 100644
--- a/opensaml-security-api/pom.xml
+++ b/opensaml-security-api/pom.xml
@@ -110,6 +110,12 @@
         </dependency>
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-security-impl/pom.xml b/opensaml-security-impl/pom.xml
index 3e51e79..8fd2fea 100644
--- a/opensaml-security-impl/pom.xml
+++ b/opensaml-security-impl/pom.xml
@@ -109,6 +109,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-soap-api/pom.xml b/opensaml-soap-api/pom.xml
index d464981..d4b3a57 100644
--- a/opensaml-soap-api/pom.xml
+++ b/opensaml-soap-api/pom.xml
@@ -74,6 +74,12 @@
 
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-soap-impl/pom.xml b/opensaml-soap-impl/pom.xml
index 5f618da..ccb13bd 100644
--- a/opensaml-soap-impl/pom.xml
+++ b/opensaml-soap-impl/pom.xml
@@ -116,6 +116,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-storage-api/pom.xml b/opensaml-storage-api/pom.xml
index bb96bb4..1455207 100644
--- a/opensaml-storage-api/pom.xml
+++ b/opensaml-storage-api/pom.xml
@@ -41,6 +41,12 @@
         <!-- Managed Dependencies -->
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-storage-impl/pom.xml b/opensaml-storage-impl/pom.xml
index bcac7b6..40672f8 100644
--- a/opensaml-storage-impl/pom.xml
+++ b/opensaml-storage-impl/pom.xml
@@ -215,6 +215,12 @@
         </profile>
     </profiles>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-tests-bom/pom.xml b/opensaml-tests-bom/pom.xml
index 237dfec..99f33c4 100644
--- a/opensaml-tests-bom/pom.xml
+++ b/opensaml-tests-bom/pom.xml
@@ -154,6 +154,12 @@
         </dependencies>
     </dependencyManagement>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xacml-api/pom.xml b/opensaml-xacml-api/pom.xml
index 1b9cb5f..7c7a0ba 100644
--- a/opensaml-xacml-api/pom.xml
+++ b/opensaml-xacml-api/pom.xml
@@ -36,6 +36,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xacml-impl/pom.xml b/opensaml-xacml-impl/pom.xml
index 6855c0a..5cb645f 100644
--- a/opensaml-xacml-impl/pom.xml
+++ b/opensaml-xacml-impl/pom.xml
@@ -68,6 +68,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xacml-saml-api/pom.xml b/opensaml-xacml-saml-api/pom.xml
index 247af53..05f6d7b 100644
--- a/opensaml-xacml-saml-api/pom.xml
+++ b/opensaml-xacml-saml-api/pom.xml
@@ -48,6 +48,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xacml-saml-impl/pom.xml b/opensaml-xacml-saml-impl/pom.xml
index f597b26..c548a62 100644
--- a/opensaml-xacml-saml-impl/pom.xml
+++ b/opensaml-xacml-saml-impl/pom.xml
@@ -70,6 +70,12 @@
         
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xmlsec-api/pom.xml b/opensaml-xmlsec-api/pom.xml
index 2b9ffed..1b7e1b9 100644
--- a/opensaml-xmlsec-api/pom.xml
+++ b/opensaml-xmlsec-api/pom.xml
@@ -79,6 +79,12 @@
 
     </dependencies>
     
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
+    </scm>
+
     <distributionManagement>
         <site>
             <id>site</id>
diff --git a/opensaml-xmlsec-impl/pom.xml b/opensaml-xmlsec-impl/pom.xml
index 23ff31c..3e7add1 100644
--- a/opensaml-xmlsec-impl/pom.xml
+++ b/opensaml-xmlsec-impl/pom.xml
@@ -102,6 +102,12 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.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