Skip to content

Commit

Permalink
- updating update-version script
Browse files Browse the repository at this point in the history
  • Loading branch information
krisv committed May 8, 2012
1 parent 598bc85 commit 4adc0dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions update-version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
jbpm-gwt/**/pom.xml,
jbpm-human-task/**/pom.xml"/>
</replaceregexp>
<replaceregexp match="&lt;jbpm.version&gt;${current}&lt;/jbpm.version&gt;"
replace="&lt;jbpm.version&gt;${new}&lt;/jbpm.version&gt;"
byline="true">
<fileset dir="." includes="pom.xml"/>
</replaceregexp>
<replaceregexp match="&lt;jbpm.osgi.version&gt;${osgi.current}&lt;/jbpm.osgi.version&gt;"
replace="&lt;jbpm.osgi.version&gt;${osgi.new}&lt;/jbpm.osgi.version&gt;"
byline="true">
Expand Down

0 comments on commit 4adc0dc

Please sign in to comment.