Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 2F35E200BBB for ; Thu, 10 Nov 2016 12:02:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 2DB13160B01; Thu, 10 Nov 2016 11:02:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 731BD160AF6 for ; Thu, 10 Nov 2016 12:02:21 +0100 (CET) Received: (qmail 5562 invoked by uid 500); 10 Nov 2016 11:02:20 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 5549 invoked by uid 99); 10 Nov 2016 11:02:20 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Nov 2016 11:02:20 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 2881AC0D8D for ; Thu, 10 Nov 2016 11:02:20 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id mC7uaIht4-A2 for ; Thu, 10 Nov 2016 11:02:19 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id AF4FF5F56B for ; Thu, 10 Nov 2016 11:02:18 +0000 (UTC) Received: from svn01-us-west.apache.org (svn.apache.org [10.41.0.6]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id DCCA6E01DC for ; Thu, 10 Nov 2016 11:02:15 +0000 (UTC) Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id BE4533A0114 for ; Thu, 10 Nov 2016 11:02:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1769083 - in /sling/trunk/installer/factories: configuration/pom.xml packages/pom.xml Date: Thu, 10 Nov 2016 11:02:15 -0000 To: commits@sling.apache.org From: cziegeler@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20161110110215.BE4533A0114@svn01-us-west.apache.org> archived-at: Thu, 10 Nov 2016 11:02:22 -0000 Author: cziegeler Date: Thu Nov 10 11:02:15 2016 New Revision: 1769083 URL: http://svn.apache.org/viewvc?rev=1769083&view=rev Log: Use released OSGi installer Core 3.8.0 Modified: sling/trunk/installer/factories/configuration/pom.xml sling/trunk/installer/factories/packages/pom.xml Modified: sling/trunk/installer/factories/configuration/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/installer/factories/configuration/pom.xml?rev=1769083&r1=1769082&r2=1769083&view=diff ============================================================================== --- sling/trunk/installer/factories/configuration/pom.xml (original) +++ sling/trunk/installer/factories/configuration/pom.xml Thu Nov 10 11:02:15 2016 @@ -84,7 +84,7 @@ org.apache.sling org.apache.sling.installer.core - 3.7.1-SNAPSHOT + 3.8.0 provided Modified: sling/trunk/installer/factories/packages/pom.xml URL: http://svn.apache.org/viewvc/sling/trunk/installer/factories/packages/pom.xml?rev=1769083&r1=1769082&r2=1769083&view=diff ============================================================================== --- sling/trunk/installer/factories/packages/pom.xml (original) +++ sling/trunk/installer/factories/packages/pom.xml Thu Nov 10 11:02:15 2016 @@ -73,7 +73,7 @@ org.apache.sling org.apache.sling.installer.core - 3.7.1-SNAPSHOT + 3.8.0 provided