[spring-extensions] 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:27 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository spring-extensions.
View the commit online:
http://git.shibboleth.net/view/?p=spring-extensions.git;a=commit;h=5c778a0028ef719a5b5e7b191119fb07a4fbae81
The following commit(s) were added to refs/heads/master by this push:
new 5c778a0 JPAR-95 - scm plugin in parent POM still references subversion
5c778a0 is described below
commit 5c778a0028ef719a5b5e7b191119fb07a4fbae81
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:08:25 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 3d88bd6..78c6783 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,9 +137,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