<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 6/25/14, 3:16 PM, Brent Putman
      wrote:<br>
    </div>
    <blockquote cite="mid:53AB2002.9040008@georgetown.edu" type="cite">
      <meta content="text/html; charset=ISO-8859-1"
        http-equiv="Content-Type">
      <br>
      <br>
      <tt>&nbsp;&nbsp;&nbsp; &lt;parent&gt;</tt><tt><br>
      </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;groupId&gt;org.opensaml&lt;/groupId&gt;</tt><tt><br>
      </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;artifactId&gt;opensaml-parent&lt;/artifactId&gt;</tt><tt><br>
      </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;version&gt;3.0-SNAPSHOT&lt;/version&gt;</tt><tt><br>
      </tt><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
        &lt;relativePath&gt;../opensaml-parent&lt;/relativePath&gt;</tt><tt><br>
      </tt><tt>&nbsp;&nbsp;&nbsp; &lt;/parent&gt;</tt><br>
      <br>
      <br>
      Needs to be 3.0.0-alpha1, for example.<br>
      <br>
      So I guess I'll do it manually for now.&nbsp; <br>
      <br>
    </blockquote>
    <br>
    <br>
    For the record, to do it "manually", once I resolved some other
    issues with other deps SNAPSHOTs appearing, I just did this from
    inside the java-opensaml dir:&nbsp; <br>
    <tt><br>
    </tt><tt>perl -pi -e 's/3.0-SNAPSHOT/3.0.0-alpha1/g' */pom.xml</tt><br>
    <br>
    <br>
    Works for now I guess.<br>
    <br>
    <br>
    <br>
    <blockquote cite="mid:53AB2002.9040008@georgetown.edu" type="cite">
      Since there are a whole lot of POM's, it's also necessary to be
      careful and make sure to check/update each one to remove
      references to things like SNAPSHOT versions of dependencies.<br>
    </blockquote>
    <br>
    <br>
    And similarly just doing a grep to confirm that there are no more
    SNAPSHOT references:<br>
    <br>
    <tt>grep -C 3 SNAP */pom.xml &gt; /tmp/os-snap.txt</tt><br>
    <br>
    <br>
  </body>
</html>