[java-parent-project-v3] branch master updated: JPAR-51 - Remove checksum policy for disabled repositories.
Tom Zeller
tzeller at dragonacea.biz
Sat Nov 14 03:40:57 EST 2015
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-parent-project-v3.
The following commit(s) were added to refs/heads/master by this push:
new c539ebd JPAR-51 - Remove checksum policy for disabled repositories.
c539ebd is described below
commit c539ebd611f9f37545386ad309c71ac6fd335bf1
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Sat Nov 14 02:42:30 2015 -0600
JPAR-51 - Remove checksum policy for disabled repositories.
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7d794b4..b31505f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,6 @@
</releases>
<snapshots>
<enabled>false</enabled>
- <checksumPolicy>fail</checksumPolicy>
</snapshots>
</repository>
<repository>
@@ -63,7 +62,6 @@
<url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
- <checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
@@ -75,7 +73,6 @@
<url>https://build.shibboleth.net/nexus/content/repositories/thirdparty-snapshots</url>
<releases>
<enabled>false</enabled>
- <checksumPolicy>fail</checksumPolicy>
</releases>
<snapshots>
<enabled>true</enabled>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list