Author: fchrist
Date: Thu Nov 8 11:41:38 2012
New Revision: 1407020
URL: http://svn.apache.org/viewvc?rev=1407020&view=rev
Log:
Added simple shell script to compute the list of SNAPSHOT deps of a reactor
build. Useful for release preparation.
Added:
stanbol/trunk/releasing/computeSNAPSHOTdeps.sh (with props)
Added: stanbol/trunk/releasing/computeSNAPSHOTdeps.sh
URL:
http://svn.apache.org/viewvc/stanbol/trunk/releasing/computeSNAPSHOTdeps.sh?rev=1407020&view=auto
==============================================================================
--- stanbol/trunk/releasing/computeSNAPSHOTdeps.sh (added)
+++ stanbol/trunk/releasing/computeSNAPSHOTdeps.sh Thu Nov 8 11:41:38 2012
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+mvn dependency:tree -o | grep SNAPSHOT | sed 's/.* \(.*-SNAPSHOT\).*/\1/' |
sort -u
\ No newline at end of file
Propchange: stanbol/trunk/releasing/computeSNAPSHOTdeps.sh
------------------------------------------------------------------------------
svn:executable = *