Skip to content

Commit

Permalink
changed artifactId.version to version.groupID.artifactId
Browse files Browse the repository at this point in the history
  • Loading branch information
mbiarnes committed Aug 20, 2014
1 parent fd70dfd commit 3d56b03
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions update-version.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
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;"
<replaceregexp match="&lt;version.org.jbpm&gt;${current}&lt;/version.org.jbpm&gt;"
replace="&lt;version.org.jbpm&gt;${new}&lt;/version.org.jbpm&gt;"
byline="true">
<fileset dir="." includes="pom.xml"/>
</replaceregexp>
Expand Down

0 comments on commit 3d56b03

Please sign in to comment.