<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> <parent></tt><tt><br>
</tt><tt> <groupId>org.opensaml</groupId></tt><tt><br>
</tt><tt>
<artifactId>opensaml-parent</artifactId></tt><tt><br>
</tt><tt> <version>3.0-SNAPSHOT</version></tt><tt><br>
</tt><tt>
<relativePath>../opensaml-parent</relativePath></tt><tt><br>
</tt><tt> </parent></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. <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: <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 > /tmp/os-snap.txt</tt><br>
<br>
<br>
</body>
</html>