[spring-extensions] branch master updated: JPAR-95 - scm plugin in parent POM still references subversion

Scott Cantor cantor.2 at osu.edu
Fri Jun 9 15:01:31 EDT 2017


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

scantor pushed a commit to branch master
in repository spring-extensions.

View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=97311becdf3e22152ac92ecb14c89268f1b89481

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

commit 97311becdf3e22152ac92ecb14c89268f1b89481
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:01:29 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.
---
 pom.xml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/pom.xml b/pom.xml
index 0ff3109..3d88bd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,6 +136,12 @@
 
     </dependencies>
 
+    <scm>
+        <connection>${scm.connection}${project.artifactId}</connection>
+        <developerConnection>${scm.developerConnection}${project.artifactId}</developerConnection>
+        <url>${scm.url}${project.artifactId}.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