[jboss-as7-dev] So how do I update the build version?

Thomas Diesler thomas.diesler at jboss.com
Thu May 26 09:54:22 EDT 2011


I do

 > find . -name pom.xml | xargs sed -i "s/old/new/"

On 05/26/2011 01:05 AM, Jason T. Greene wrote:
> Yeah that's a really annoying maven problem.
>
> I do:
>
> for i in `find . -name pom.xml | xargs`; do sed 's/oldver/newver/g' $i>
> $i.new; mv $i.new $i; done
>
> On 5/25/11 5:52 PM, Scott Stark wrote:
>> I thought I might just have to change the jboss-as/pom.xml version to
>> affect the overall build version, but it seems I need to update all 108
>> pom.xml/*<version>7.0.0.Beta4-SNAPSHOT</version>   references in order for
>> the build to work. Is that correct?
>>
>>
>> _______________________________________________
>> jboss-as7-dev mailing list
>> jboss-as7-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/jboss-as7-dev
>

-- 
xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Thomas Diesler
JBoss OSGi Lead
JBoss, a division of Red Hat
xxxxxxxxxxxxxxxxxxxxxxxxxxxx



More information about the jboss-as7-dev mailing list