Merged WOLF-6 (WOLF.0.0) to 5.1.1 (5.1.1)

121209 mward: UTF-348: Tie the update tool version to the encompasing package


git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/services/full-installer/branches/5.1.1@123954 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Mark Rogers
2016-03-15 11:22:02 +00:00
parent d5a45a7c6e
commit 2e0ad70290

View File

@@ -209,12 +209,16 @@
</execution>
</executions>
<configuration>
<file>${unpacked.update.tool}/README.txt</file>
<filesToInclude>${unpacked.update.tool}/README.txt,${unpacked.update.tool}/package.properties</filesToInclude>
<replacements>
<replacement>
<token>@Version@</token>
<value>${version}</value>
</replacement>
<replacement>
<token>@UpdateAssistantVersion@</token>
<value>${alfresco.updatetool.version}</value>
</replacement>
</replacements>
</configuration>
</plugin>