From commits-return-33397-archive-asf-public=cust-asf.ponee.io@karaf.apache.org Sun Feb 25 06:44:51 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 6CAFC18077A for ; Sun, 25 Feb 2018 06:44:51 +0100 (CET) Received: (qmail 31703 invoked by uid 500); 25 Feb 2018 05:44:50 -0000 Mailing-List: contact commits-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list commits@karaf.apache.org Received: (qmail 31690 invoked by uid 99); 25 Feb 2018 05:44:50 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 25 Feb 2018 05:44:50 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 8F7A984BB0; Sun, 25 Feb 2018 05:44:48 +0000 (UTC) Date: Sun, 25 Feb 2018 05:44:51 +0000 To: "commits@karaf.apache.org" Subject: [karaf] 03/03: [KARAF-5618] Upgrade to Aries JMX Blueprint 1.2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: jbonofre@apache.org In-Reply-To: <151953748840.4988.1790315525997144954@gitbox.apache.org> References: <151953748840.4988.1790315525997144954@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: karaf X-Git-Refname: refs/heads/karaf-4.1.x X-Git-Reftype: branch X-Git-Rev: 96a50bfe2a6b88c2820910afa677b29322a9be78 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180225054448.8F7A984BB0@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch karaf-4.1.x in repository https://gitbox.apache.org/repos/asf/karaf.git commit 96a50bfe2a6b88c2820910afa677b29322a9be78 Author: Jean-Baptiste Onofré AuthorDate: Tue Feb 20 10:25:48 2018 +0100 [KARAF-5618] Upgrade to Aries JMX Blueprint 1.2.0 --- itests/src/test/java/org/apache/karaf/itests/BundleTests.java | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/itests/src/test/java/org/apache/karaf/itests/BundleTests.java b/itests/src/test/java/org/apache/karaf/itests/BundleTests.java index 7d740ed..7a2eee2 100644 --- a/itests/src/test/java/org/apache/karaf/itests/BundleTests.java +++ b/itests/src/test/java/org/apache/karaf/itests/BundleTests.java @@ -54,7 +54,7 @@ public class BundleTests extends KarafTestSupport { assertFalse(allCapabilitiesOutput.isEmpty()); String jmxWhiteboardBundleCapabilitiesOutput = executeCommand("bundle:capabilities org.apache.aries.jmx.whiteboard"); System.out.println(jmxWhiteboardBundleCapabilitiesOutput); - assertTrue(jmxWhiteboardBundleCapabilitiesOutput.contains("osgi.wiring.bundle; org.apache.aries.jmx.whiteboard 1.0.0 [UNUSED]")); + assertContains("osgi.wiring.bundle; org.apache.aries.jmx.whiteboard 1.2.0 [UNUSED]", jmxWhiteboardBundleCapabilitiesOutput); } @Test diff --git a/pom.xml b/pom.xml index f5852b7..8d5900e 100644 --- a/pom.xml +++ b/pom.xml @@ -216,8 +216,8 @@ 0.3.0 1.1.5 1.1.8 - 1.1.5 - 1.1.5 + 1.2.0 + 1.2.0 1.2.0 2.6.1 1.0.4 -- To stop receiving notification emails like this one, please contact jbonofre@apache.org.