[java-metadata-aggregator] 02/02: JPAR-151 - Fix SCM details in multi-module projects

Ian Young ian at iay.org.uk
Tue Dec 17 05:56:42 EST 2019


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

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

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

commit b623e7beca40a31d64578ac605d1f6d8d9bce3c7
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Dec 17 10:56:35 2019 +0000

    JPAR-151 - Fix SCM details in multi-module projects
    
    https://issues.shibboleth.net/jira/browse/JPAR-151
---
 aggregator-blacklists/pom.xml | 8 +++++++-
 aggregator-bom/pom.xml        | 6 ++++++
 aggregator-cli/pom.xml        | 6 +++---
 aggregator-parent/pom.xml     | 6 +++---
 aggregator-pipeline/pom.xml   | 6 +++---
 5 files changed, 22 insertions(+), 10 deletions(-)

diff --git a/aggregator-blacklists/pom.xml b/aggregator-blacklists/pom.xml
index e352cca..a7bca76 100644
--- a/aggregator-blacklists/pom.xml
+++ b/aggregator-blacklists/pom.xml
@@ -66,4 +66,10 @@
         </site>
     </distributionManagement>
 
-</project>
\ No newline at end of file
+    <scm>
+        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
+        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
+    </scm>
+
+</project>
diff --git a/aggregator-bom/pom.xml b/aggregator-bom/pom.xml
index d76b1da..53a0674 100644
--- a/aggregator-bom/pom.xml
+++ b/aggregator-bom/pom.xml
@@ -38,4 +38,10 @@
         </site>
     </distributionManagement>
 
+    <scm>
+        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
+        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
+    </scm>
+
 </project>
diff --git a/aggregator-cli/pom.xml b/aggregator-cli/pom.xml
index f8ea6db..4e87024 100644
--- a/aggregator-cli/pom.xml
+++ b/aggregator-cli/pom.xml
@@ -96,9 +96,9 @@
     </distributionManagement>
 
     <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/java-metadata-aggregator</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:java-metadata-aggregator</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=java-metadata-aggregator.git</url>
+        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
+        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
     </scm>
 
 </project>
\ No newline at end of file
diff --git a/aggregator-parent/pom.xml b/aggregator-parent/pom.xml
index 0c23263..48e89c7 100644
--- a/aggregator-parent/pom.xml
+++ b/aggregator-parent/pom.xml
@@ -57,9 +57,9 @@
     </repositories>
 
     <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/java-metadata-aggregator</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:java-metadata-aggregator</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=java-metadata-aggregator.git</url>
+        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
+        <url>${shibboleth.scm.url}java-metadata-aggregator.git</url>
     </scm>
 
     <!-- Dependencies which are required by every single project module should go here and will be inherited by all modules. -->
diff --git a/aggregator-pipeline/pom.xml b/aggregator-pipeline/pom.xml
index 2e3b4f6..d565139 100644
--- a/aggregator-pipeline/pom.xml
+++ b/aggregator-pipeline/pom.xml
@@ -125,9 +125,9 @@
     </distributionManagement>
 
     <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/java-metadata-aggregator</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:java-metadata-aggregator</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=java-metadata-aggregator.git</url>
+        <connection>${shibboleth.scm.connection}java-metadata-aggregator</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-metadata-aggregator</developerConnection>
+        <url>${shibboleth.scm.url}java-metadata-aggregator.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