mirror of https://github.com/apache/jclouds.git
${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:
parent
ce13a863a9
commit
3028a05fa8
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue