[java-opensaml] branch master updated: Fix opensaml-bom distributionManagement section.
Brent Putman
putmanb at georgetown.edu
Wed Jun 7 19:47:22 EDT 2017
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=f1a9691f441ec62ae1716ed006e56e10aa6f5329
The following commit(s) were added to refs/heads/master by this push:
new f1a9691 Fix opensaml-bom distributionManagement section.
f1a9691 is described below
commit f1a9691f441ec62ae1716ed006e56e10aa6f5329
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Wed Jun 7 19:47:20 2017 -0400
Fix opensaml-bom distributionManagement section.
Mistakenly copied from opensaml-parent instead of a concrete module.
---
opensaml-bom/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-bom/pom.xml b/opensaml-bom/pom.xml
index c5a9c30..de6934e 100644
--- a/opensaml-bom/pom.xml
+++ b/opensaml-bom/pom.xml
@@ -119,7 +119,7 @@
<distributionManagement>
<site>
<id>site</id>
- <url>dav:${opensaml-parent.site.url}</url>
+ <url>dav:${opensaml-module.site.url}</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