[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:09:57 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=7e1fdd635a87b9fdcf1311afcac499dc54745420

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

commit 7e1fdd635a87b9fdcf1311afcac499dc54745420
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:09:55 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.
---
 idp-parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

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