Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "UsingNexus" page has been changed by GaryGregory. The comment on this change is: Fix (tested on Windows Vista). http://wiki.apache.org/commons/UsingNexus?action=diff&rev1=20&rev2=21 -------------------------------------------------- {{{ cd <component>-m.n.o-RC1 - FOR /F "usebackq delims==" %%i IN (`dir pom.xml/s/b`) DO ^ + FOR /F "usebackq delims==" %i IN (`dir pom.xml/s/b`) DO ^ - perl -pi.bak -e "s!-SNAPSHOT</version!</version!" %%i + perl -pi.bak -e "s!-SNAPSHOT</version!</version!" %i del pom.xml.bak/S }}} Or using Maven: --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org