<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 26 Jul 2013, at 09:50, David Karlsen &lt;<a href="mailto:davidkarlsen@gmail.com">davidkarlsen@gmail.com</a>&gt; wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div dir="ltr">I noticed the latest 2.6.0 release is not available on central like the previous releases:<div><a href="http://repo1.maven.org/maven2/org/opensaml/opensaml/">http://repo1.maven.org/maven2/org/opensaml/opensaml/</a></div>
<div>would you care to push it out?</div></div></blockquote><div><br></div><div>The project doesn't push releases to Maven Central, as described here:</div><div><br></div><div>&nbsp; &nbsp;<a href="https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central">https://wiki.shibboleth.net/confluence/display/DEV/Use+of+Maven+Central</a></div><div><br></div><div>Any releases you find in Maven Central were not put there by the Shibboleth project but by someone else. &nbsp;They may be fine, they may not; using the artifacts in Maven Central is at your own risk.</div><div><br></div><div>The Shibboleth project has its own repository:</div><div><br></div><div>&nbsp; &nbsp;<a href="https://build.shibboleth.net/nexus/">https://build.shibboleth.net/nexus/</a></div><div><br></div><div>You'll need this in your POM:</div><div><br></div><div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp;&nbsp;</span><span style="color: #009193">&lt;</span>repositories<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #009193">&lt;</span>repository<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">id</span><span style="color: #009193">&gt;</span>shib-release<span style="color: #009193">&lt;/</span><span style="color: #4e9192">id</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">url</span><span style="color: #009193">&gt;</span><a href="https://build.shibboleth.net/nexus/content/groups/public">https://build.shibboleth.net/nexus/content/groups/public</a><span style="color: #009193">&lt;/</span><span style="color: #4e9192">url</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">snapshots</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">enabled</span><span style="color: #009193">&gt;</span>false<span style="color: #009193">&lt;/</span><span style="color: #4e9192">enabled</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;/</span><span style="color: #4e9192">snapshots</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #009193">&lt;/</span>repository<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #009193">&lt;</span>repository<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">id</span><span style="color: #009193">&gt;</span>shib-snapshot<span style="color: #009193">&lt;/</span><span style="color: #4e9192">id</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">url</span><span style="color: #009193">&gt;</span><a href="https://build.shibboleth.net/nexus/content/repositories/snapshots">https://build.shibboleth.net/nexus/content/repositories/snapshots</a><span style="color: #009193">&lt;/</span><span style="color: #4e9192">url</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">releases</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;</span><span style="color: #4e9192">enabled</span><span style="color: #009193">&gt;</span>false<span style="color: #009193">&lt;/</span><span style="color: #4e9192">enabled</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; ">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #009193">&lt;/</span><span style="color: #4e9192">releases</span><span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp; &nbsp; &nbsp; </span><span style="color: #009193">&lt;/</span>repository<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; color: rgb(78, 145, 146); "><span style="color: #000000">&nbsp; &nbsp; </span><span style="color: #009193">&lt;/</span>repositories<span style="color: #009193">&gt;</span></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; "><br></div><div style="margin: 0px; font-size: 11px; font-family: Monaco; min-height: 15px; ">Hope that helps,</div></div><div><br></div></div><div apple-content-edited="true"><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div><span class="Apple-tab-span" style="white-space: pre; ">        </span>-- Ian<br></div><div><br></div></span></span></div></body></html>