[java-support] 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:14 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=3b5007b370dd9a679e74675f6fbb28052cff4ea5
The following commit(s) were added to refs/heads/master by this push:
new 3b5007b JPAR-95 - scm plugin in parent POM still references subversion
3b5007b is described below
commit 3b5007b370dd9a679e74675f6fbb28052cff4ea5
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:01:12 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 6d5739b..88f3f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,12 @@
</dependency>
</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