[java-opensaml] 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:09 EDT 2017


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

scantor 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=7c853cd4551d6858ec3345de0350176129fc86b1

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

commit 7c853cd4551d6858ec3345de0350176129fc86b1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:02:07 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.
---
 opensaml-parent/pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index acbc446..8384174 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -137,6 +137,12 @@
         </dependencies>
     </dependencyManagement>
 
+    <scm>
+        <connection>${scm.connection}java-opensaml</connection>
+        <developerConnection>${scm.developerConnection}java-opensaml</developerConnection>
+        <url>${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