[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 15:00: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-parent-project-v3.

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

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

commit fbce6d49d0570a081a7ce304be448616d51b635b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:00:55 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 | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 74c74d3..b6d5f36 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,6 +48,11 @@
 
         <maven.central.url>http://repo1.maven.org/maven2</maven.central.url>
         <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site/</shibboleth.site.url>
+        
+        <scm.connection>scm:git:https://git.shibboleth.net/git/</scm.connection>
+        <scm.developerConnection>scm:git:git at git.shibboleth.net:</scm.developerConnection>
+        <scm.url>https://git.shibboleth.net/view/?p=</scm.url>
+
     </properties>
 
     <!-- The Maven version prerequisite applies to the maven-versions-plugin:display-plugin-updates goal only. -->
@@ -1098,9 +1103,9 @@
     </ciManagement>
 
     <scm>
-        <connection>scm:git:https://git.shibboleth.net/git/${project.artifactId}</connection>
-        <developerConnection>scm:git:git at git.shibboleth.net:${project.artifactId}</developerConnection>
-        <url>https://git.shibboleth.net/view/?p=${project.artifactId}.git</url>
+        <connection>${scm.connection}java-parent-project-v3</connection>
+        <developerConnection>${scm.developerConnection}java-parent-project-v3</developerConnection>
+        <url>${scm.url}java-parent-project-v3.git</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