Steps to ship?

Brent Putman putmanb at georgetown.edu
Wed Jun 25 15:45:11 EDT 2014


On 6/25/14, 3:16 PM, Brent Putman wrote:
>
>
>     <parent>
>         <groupId>org.opensaml</groupId>
>         <artifactId>opensaml-parent</artifactId>
>         <version>3.0-SNAPSHOT</version>
>         <relativePath>../opensaml-parent</relativePath>
>     </parent>
>
>
> Needs to be 3.0.0-alpha1, for example.
>
> So I guess I'll do it manually for now. 
>


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: 

perl -pi -e 's/3.0-SNAPSHOT/3.0.0-alpha1/g' */pom.xml


Works for now I guess.



> 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.


And similarly just doing a grep to confirm that there are no more
SNAPSHOT references:

grep -C 3 SNAP */pom.xml > /tmp/os-snap.txt


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20140625/110f3463/attachment.html 


More information about the dev mailing list