[xmlsectool] 02/02: Track some parent POM convention changes
Ian Young
ian at iay.org.uk
Thu Aug 17 05:12:21 EDT 2017
This is an automated email from the git hooks/post-receive script.
iay pushed a commit to branch master
in repository xmlsectool.
View the commit online:
http://git.shibboleth.net/view/?p=xmlsectool.git;a=commit;h=ee50816c4ec9f1601181f277d62c69f1f73fc86d
commit ee50816c4ec9f1601181f277d62c69f1f73fc86d
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Thu Aug 17 10:12:09 2017 +0100
Track some parent POM convention changes
---
pom.xml | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/pom.xml b/pom.xml
index e81f5f2..072ad4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,6 @@
<opensaml.groupId>org.opensaml</opensaml.groupId>
<opensaml.version>3.2.0</opensaml.version>
<java-support.version>7.2.0</java-support.version>
- <shibboleth.site.url>https://build.shibboleth.net/nexus/content/sites/site</shibboleth.site.url>
<xmlsec.version>2.0.6</xmlsec.version>
</properties>
@@ -47,12 +46,6 @@
</repository>
</repositories>
- <scm>
- <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>
-
<dependencies>
<!-- Compile dependencies -->
<dependency>
@@ -176,10 +169,16 @@
</profile>
</profiles>
+ <scm>
+ <connection>${shibboleth.scm.connection}${project.artifactId}</connection>
+ <developerConnection>${shibboleth.scm.developerConnection}${project.artifactId}</developerConnection>
+ <url>${shibboleth.scm.url}${project.artifactId}.git</url>
+ </scm>
+
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${shibboleth.site.url}/${project.artifactId}/${project.version}/</url>
+ <url>dav:${shibboleth.site.url}${project.artifactId}/${project.version}/</url>
</site>
</distributionManagement>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list