Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Upgrade to jclouds-karaf 1.5.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iocanel committed Apr 12, 2013
1 parent b2f197d commit b98d885
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platforms/karaf/feature/pom.xml
Expand Up @@ -47,7 +47,7 @@
<dnsjava.version>2.0.8</dnsjava.version>
<javax.mail.bundle.version>1.4.1_4</javax.mail.bundle.version>
<junit.bundle.version>4.9_1</junit.bundle.version>
<jclouds.karaf.version>1.5.0</jclouds.karaf.version>
<jclouds.karaf.version>1.5.8</jclouds.karaf.version>
<jopt.simple.bundle.version>4.3_1</jopt.simple.bundle.version>
<jsch.bundle.version>0.1.44_2</jsch.bundle.version>
<not-yet-commons-ssl.bundle.version>0.3.11_1
Expand Down
4 changes: 3 additions & 1 deletion platforms/karaf/feature/src/main/resources/features.xml
Expand Up @@ -15,12 +15,14 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<features xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">
<features name="whirr-${project.version}" xmlns="http://karaf.apache.org/xmlns/features/v1.0.0">

<repository>mvn:org.jclouds.karaf/jclouds-karaf/${jclouds.karaf.version}/xml/features</repository>

<feature name="whirr" version="${project.version}" description="Apache Whirr Core" resolver="(obr)">
<feature version="${jclouds.karaf.version}">jclouds-commands</feature>
<feature version="${jclouds.karaf.version}">jclouds-api-byon</feature>
<feature version="${jclouds.karaf.version}">jclouds-api-openstack-nova</feature>
<feature version="${jclouds.karaf.version}">jclouds-aws-ec2</feature>
<feature version="${jclouds.karaf.version}">jclouds-aws-s3</feature>
<bundle dependency='true'>mvn:org.apache.geronimo.specs/geronimo-activation_1.1_spec/${activation.spec.version}</bundle>
Expand Down
2 changes: 1 addition & 1 deletion platforms/karaf/pom.xml
Expand Up @@ -32,7 +32,7 @@
<name>Apache Whirr Platforms Karaf</name>

<properties>
<karaf.version>2.2.5</karaf.version>
<karaf.version>2.2.10</karaf.version>
<osgi.version>4.2.0</osgi.version>
<pax.exam.version>2.3.1</pax.exam.version>
<pax.exam.karaf.version>0.5.1</pax.exam.karaf.version>
Expand Down

0 comments on commit b98d885

Please sign in to comment.