[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:08:11 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=951bc6527f17e1a2927c727caa6f2864b379cf50
The following commit(s) were added to refs/heads/master by this push:
new 951bc65 JPAR-95 - scm plugin in parent POM still references subversion
951bc65 is described below
commit 951bc6527f17e1a2927c727caa6f2864b379cf50
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:08:09 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.
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 88f3f87..ebdd2f8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,9 +132,9 @@
</dependencies>
<scm>
- <connection>${scm.connection}${project.artifactId}</connection>
- <developerConnection>${scm.developerConnection}${project.artifactId}</developerConnection>
- <url>${scm.url}${project.artifactId}.git</url>
+ <connection>${shibboleth.scm.connection}${project.artifactId}</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
+ <url>${shibboleth.scm.url}${project.artifactId}.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