[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 13:02:41 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=987d7f202df725229cf8d40b653aa2b004a90109
The following commit(s) were added to refs/heads/master by this push:
new 987d7f2 JPAR-95 - scm plugin in parent POM still references subversion
987d7f2 is described below
commit 987d7f202df725229cf8d40b653aa2b004a90109
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Jun 9 13:02:39 2017 -0400
JPAR-95 - scm plugin in parent POM still references subversion
https://issues.shibboleth.net/jira/browse/JPAR-95
Convert to values used by already-converted child projects.
---
pom.xml | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index b40ced5..74c74d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,9 +15,6 @@
</description>
<properties>
- <!-- Projects which inherit this POM must set this property -->
- <!-- <scm.relative.location /> -->
-
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>1.7</maven.compiler.source>
<maven.compiler.target>1.7</maven.compiler.target>
@@ -1101,11 +1098,9 @@
</ciManagement>
<scm>
- <!-- The property scm.relative.location is set by the project that inherits from this super POM -->
- <connection>scm:git:https://git.shibboleth.net/${scm.relative.location}</connection>
- <developerConnection>scm:git:ssh://git.shibboleth.net/${scm.relative.location}</developerConnection>
- <tag>HEAD</tag>
- <url>https://git.shibboleth.net/view/${scm.relative.location}</url>
+ <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>
</scm>
<developers>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list