[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:07:51 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=7e6d6b4af0a2f2b7d8fbca31d4a28ad4650ca9ff
The following commit(s) were added to refs/heads/master by this push:
new 7e6d6b4 JPAR-95 - scm plugin in parent POM still references subversion
7e6d6b4 is described below
commit 7e6d6b4af0a2f2b7d8fbca31d4a28ad4650ca9ff
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 15:07:49 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 | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index b6d5f36..829d057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,9 +49,9 @@
<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>
+ <shibboleth.scm.connection>scm:git:https://git.shibboleth.net/git/</shibboleth.scm.connection>
+ <shibboleth.scm.developerConnection>scm:git:git at git.shibboleth.net:</shibboleth.scm.developerConnection>
+ <shibboleth.scm.url>https://git.shibboleth.net/view/?p=</shibboleth.scm.url>
</properties>
@@ -1103,9 +1103,9 @@
</ciManagement>
<scm>
- <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>
+ <connection>${shibboleth.scm.connection}java-parent-project-v3</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}java-parent-project-v3</developerConnection>
+ <url>${shibboleth.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