[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:08:59 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=d9e7bd014213e547ee13ca612eaced7b0768a532

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

commit d9e7bd014213e547ee13ca612eaced7b0768a532
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:08:57 2017 -0400

    JPAR-95 - scm plugin in parent POM still references subversion
    
    https://issues.shibboleth.net/jira/browse/JPAR-95
    
    Sigh, need to avoid maven built-in property expansion.
---
 opensaml-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/opensaml-parent/pom.xml b/opensaml-parent/pom.xml
index 8384174..9e42db4 100644
--- a/opensaml-parent/pom.xml
+++ b/opensaml-parent/pom.xml
@@ -138,9 +138,9 @@
     </dependencyManagement>
 
     <scm>
-        <connection>${scm.connection}java-opensaml</connection>
-        <developerConnection>${scm.developerConnection}java-opensaml</developerConnection>
-        <url>${scm.url}java-opensaml.git</url>
+        <connection>${shibboleth.scm.connection}java-opensaml</connection>
+        <developerConnection>${shibboleth.scm.developerConnection}java-opensaml</developerConnection>
+        <url>${shibboleth.scm.url}java-opensaml.git</url>
     </scm>
 
     <distributionManagement>

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


More information about the commits mailing list