[spring-extensions] 02/03: INFRA-110 - Add site distribution information.
Tom Zeller
tzeller at dragonacea.biz
Mon May 9 17:40:24 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository spring-extensions.
commit 269f89716d452247006e9f556fd9fe1eb486f5da
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon May 9 16:37:58 2016 -0500
INFRA-110 - Add site distribution information.
---
pom.xml | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 62abbc6..d6b1887 100644
--- a/pom.xml
+++ b/pom.xml
@@ -134,8 +134,14 @@
<artifactId>spring-test</artifactId>
<scope>test</scope>
</dependency>
-
</dependencies>
+ <distributionManagement>
+ <site>
+ <id>site</id>
+ <url>dav:${shibboleth.site.url}/${project.artifactId}/${project.version}/</url>
+ </site>
+ </distributionManagement>
+
</project>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list