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

Scott Cantor cantor.2 at osu.edu
Fri Jun 9 12:58:23 EDT 2017


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

scantor pushed a commit to branch master
in repository java-parent-project-v3.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project-v3.git;a=commit;h=d6776b815f314b650ae9ffe1c3651d0e5cbb6610

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

commit d6776b815f314b650ae9ffe1c3651d0e5cbb6610
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 12:58:21 2017 -0400

    JPAR-95 - scm plugin in parent POM still references subversion
    
    https://issues.shibboleth.net/jira/browse/JPAR-95
    
    Also changed child POM property so it's scm-invariant.
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index e35d7fa..b40ced5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -16,7 +16,7 @@
 
     <properties>
         <!-- Projects which inherit this POM must set this property -->
-        <!-- <svn.relative.location /> -->
+        <!-- <scm.relative.location /> -->
 
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.source>1.7</maven.compiler.source>
@@ -1101,11 +1101,11 @@
     </ciManagement>
 
     <scm>
-        <!-- The property svn.relative.location is set by the project that inherits from this super POM -->
-        <connection>scm:svn:https://svn.shibboleth.net/${svn.relative.location}</connection>
-        <developerConnection>scm:svn:https://svn.shibboleth.net/${svn.relative.location}</developerConnection>
+        <!-- The property scm.relative.location is set by the project that inherits from this super POM -->
+        <connection>scm:git:https://git.shibboleth.net/${scm.relative.location}</connection>
+        <developerConnection>scm:git:ssh://git.shibboleth.net/${scm.relative.location}</developerConnection>
         <tag>HEAD</tag>
-        <url>http://svn.shibboleth.net/view/${svn.relative.location}</url>
+        <url>https://git.shibboleth.net/view/${scm.relative.location}</url>
     </scm>
 
     <developers>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list