${version}.${tweetstore.instance} -> ${version}-${tweetstore.instance} for jclouds.properties remote resource version as it's closer to using a classifier (not supported by the plugin)

This commit is contained in:
Andrew Phillips 2011-06-03 14:23:33 +02:00
parent ce13a863a9
commit 3028a05fa8
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@
<configuration>
<resourceBundles>
<!-- tweetstore.instance is set in child projects -->
<resourceBundle>${project.groupId}:jclouds-demos-tweetstore-jclouds-properties:${project.version}.${tweetstore.instance}</resourceBundle>
<resourceBundle>${project.groupId}:jclouds-demos-tweetstore-jclouds-properties:${project.version}-${tweetstore.instance}</resourceBundle>
</resourceBundles>
</configuration>
</execution>