[java-identity-provider] branch master updated: JPAR-95 - scm plugin in parent POM still references subversion

Scott Cantor cantor.2 at osu.edu
Fri Jun 9 15:02:40 EDT 2017


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

scantor 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=4ae2d8a6c093553626f59e9c309db1b043e21160

The following commit(s) were added to refs/heads/master by this push:
       new  4ae2d8a   JPAR-95 - scm plugin in parent POM still references subversion
4ae2d8a is described below

commit 4ae2d8a6c093553626f59e9c309db1b043e21160
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:02:38 2017 -0400

    JPAR-95 - scm plugin in parent POM still references subversion
    
    https://issues.shibboleth.net/jira/browse/JPAR-95
    
    Reverse, URL properties in parent, <scm> in each POM.
---
 idp-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/idp-parent/pom.xml b/idp-parent/pom.xml
index 08956c8..9136af8 100644
--- a/idp-parent/pom.xml
+++ b/idp-parent/pom.xml
@@ -199,6 +199,12 @@
         </dependencies>
     </dependencyManagement>
 
+    <scm>
+        <connection>${scm.connection}java-identity-provider</connection>
+        <developerConnection>${scm.developerConnection}java-identity-provider</developerConnection>
+        <url>${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