Skip to content

Commit

Permalink
make regex global to replace both 'version' tag values (artifact vers…
Browse files Browse the repository at this point in the history
…ion and jna dependency version) in pom-platform.xml.
  • Loading branch information
bhamail committed Nov 7, 2012
1 parent c96712e commit 4eedc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@

<replaceregexp match="(&lt;version&gt;).*(&lt;/version&gt;)"
replace="\1${jna.version}\2"
flags="g"
file="${pom-platform}"/>

<replaceregexp match='VERSION = ".*";'
Expand Down

0 comments on commit 4eedc67

Please sign in to comment.