Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 336 Bytes

notice.md

File metadata and controls

17 lines (9 loc) · 336 Bytes

RestyGWT Copyright Notices

Copyright 2009-2010 FuseSource Corp.

Update Version In Bash

::

grep -lr SNAPSHOT .|grep -v .git|while read f; do echo "$f"; sed -i "" 's/1\.2-SEC\.12-SNAPSHOT/1.2-SEC.15-SNAPSHOT/g' "$f"; done

check::

ack --all --ignore-dir target SNAPSHOT .