No longer versioning the 'tweetstore-jclouds-properties' resource bundle in lockstep with jclouds - it's pretty static and doesn't depend on the rest of jclouds

This commit is contained in:
Andrew Phillips 2011-08-05 15:28:41 -04:00
parent 0a8f38b90e
commit b809573541
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,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:1-${tweetstore.instance}</resourceBundle>
</resourceBundles>
</configuration>
</execution>