You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2018/06/11 09:10:50 UTC

[karaf] branch master updated: Revert "[KARAF-5776] Upgrade to Aries Blueprint 1.10.0, Blueprint CM 1.3.0, Blueprint Web 1.1.1"

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 6486605  Revert "[KARAF-5776] Upgrade to Aries Blueprint 1.10.0, Blueprint CM 1.3.0, Blueprint Web 1.1.1"
6486605 is described below

commit 64866059ca4f5357bbdecde3aff2bc5053301b52
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jun 11 11:10:42 2018 +0200

    Revert "[KARAF-5776] Upgrade to Aries Blueprint 1.10.0, Blueprint CM 1.3.0, Blueprint Web 1.1.1"
    
    This reverts commit 58fef9d0468ec20245b9422627cfe15ffa8f6608.
---
 assemblies/features/standard/src/main/feature/feature.xml | 2 +-
 pom.xml                                                   | 7 +++----
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/assemblies/features/standard/src/main/feature/feature.xml b/assemblies/features/standard/src/main/feature/feature.xml
index 6320463..6e96325 100644
--- a/assemblies/features/standard/src/main/feature/feature.xml
+++ b/assemblies/features/standard/src/main/feature/feature.xml
@@ -1429,7 +1429,7 @@
         blueprint inside web-bundle containers" version="${project.version}">
         <feature>war</feature>
         <feature>aries-blueprint</feature>
-        <bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.webosgi/${aries.blueprint.webosgi.version}</bundle>
+        <bundle>mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.webosgi/${aries.blueprint.web.version}</bundle>
     </feature>
 
     <feature name="wrap" description="Wrap URL handler" version="${pax.url.version}">
diff --git a/pom.xml b/pom.xml
index 0569ebf..1d9b10a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -216,11 +216,10 @@
         <aries.application.api.version>1.0.0</aries.application.api.version>
         <aries.application.management.version>1.0.0</aries.application.management.version>
         <aries.blueprint.api.version>1.0.1</aries.blueprint.api.version>
-        <aries.blueprint.core.version>1.10.0</aries.blueprint.core.version>
+        <aries.blueprint.core.version>1.9.0</aries.blueprint.core.version>
         <aries.blueprint.core.compatibility.version>1.0.0</aries.blueprint.core.compatibility.version>
-        <aries.blueprint.cm.version>1.3.0</aries.blueprint.cm.version>
-        <aries.blueprint.web.version>1.1.1</aries.blueprint.web.version>
-        <aries.blueprint.webosgi.version>1.0.1</aries.blueprint.webosgi.version>
+        <aries.blueprint.cm.version>1.2.0</aries.blueprint.cm.version>
+        <aries.blueprint.web.version>1.0.1</aries.blueprint.web.version>
         <aries.blueprint.spring.version>0.6.0</aries.blueprint.spring.version>
         <aries.blueprint.spring.extender.version>0.4.0</aries.blueprint.spring.extender.version>
         <aries.jmx.api.version>1.1.5</aries.jmx.api.version>

-- 
To stop receiving notification emails like this one, please contact
jbonofre@apache.org.