Return-Path: X-Original-To: apmail-directory-commits-archive@www.apache.org Delivered-To: apmail-directory-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4B05DD238 for ; Thu, 2 Aug 2012 20:56:17 +0000 (UTC) Received: (qmail 78619 invoked by uid 500); 2 Aug 2012 20:56:17 -0000 Delivered-To: apmail-directory-commits-archive@directory.apache.org Received: (qmail 78588 invoked by uid 500); 2 Aug 2012 20:56:17 -0000 Mailing-List: contact commits-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@directory.apache.org Delivered-To: mailing list commits@directory.apache.org Received: (qmail 78580 invoked by uid 99); 2 Aug 2012 20:56:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 20:56:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Aug 2012 20:56:14 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 3024823888E4 for ; Thu, 2 Aug 2012 20:55:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1368699 - in /directory: apacheds/branches/apacheds-txns/pom.xml shared/branches/shared-txns/pom.xml Date: Thu, 02 Aug 2012 20:55:30 -0000 To: commits@directory.apache.org From: gokturk@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120802205530.3024823888E4@eris.apache.org> Author: gokturk Date: Thu Aug 2 20:55:29 2012 New Revision: 1368699 URL: http://svn.apache.org/viewvc?rev=1368699&view=rev Log: Changed bnd.ipojo version to 1.9.0-SNAPSHOT due to new java FRAME manipulation fix Modified: directory/apacheds/branches/apacheds-txns/pom.xml directory/shared/branches/shared-txns/pom.xml Modified: directory/apacheds/branches/apacheds-txns/pom.xml URL: http://svn.apache.org/viewvc/directory/apacheds/branches/apacheds-txns/pom.xml?rev=1368699&r1=1368698&r2=1368699&view=diff ============================================================================== --- directory/apacheds/branches/apacheds-txns/pom.xml (original) +++ directory/apacheds/branches/apacheds-txns/pom.xml Thu Aug 2 20:55:29 2012 @@ -84,6 +84,9 @@ 3.2.3 2.10.0 1.0.0 + 1.9.0-SNAPSHOT + 1.8.0 + 1.9.0-SNAPSHOT http://directory.apache.org/apacheds/1.5 @@ -147,11 +150,9 @@ installers-maven-plugin installers - + hub @@ -874,6 +875,36 @@ apacheds-server-config-builder ${project.version} + + + ${project.groupId} + apacheds-hub-api + ${project.version} + + + + ${project.groupId} + apacheds-hub-core + ${project.version} + + + + ${project.groupId} + apacheds-hub-connector-ipojo-core + ${project.version} + + + + ${project.groupId} + apacheds-hub-connector-ipojo-handler + ${project.version} + + + + ${project.groupId} + apacheds-hub-connector-ds + ${project.version} + @@ -984,6 +1015,12 @@ shared-util ${org.apache.directory.shared.version} + + + org.apache.directory.shared + shared-ipojo-manager + ${org.apache.directory.shared.version} + @@ -1204,6 +1241,18 @@ ehcache-core ${ehcache.version} + + + org.apache.felix + org.apache.felix.ipojo + ${ipojo.version} + + + + org.apache.felix + org.apache.felix.ipojo.annotations + ${ipojo.annotations.version} + Modified: directory/shared/branches/shared-txns/pom.xml URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-txns/pom.xml?rev=1368699&r1=1368698&r2=1368699&view=diff ============================================================================== --- directory/shared/branches/shared-txns/pom.xml (original) +++ directory/shared/branches/shared-txns/pom.xml Thu Aug 2 20:55:29 2012 @@ -62,6 +62,10 @@ 1.2.4 1.2.4 1.0.0 + 1.8.0 + 1.9.0-SNAPSHOT + 1.8.0 + 1.9.0-SNAPSHOT @@ -85,6 +89,7 @@ dsml integ distribution + ipojo-manager @@ -512,6 +517,12 @@ ${project.version} + + ${project.groupId} + shared-ipojo-manager + ${project.version} + + @@ -652,6 +663,18 @@ xpp3 ${xpp3.version} + + + org.apache.felix + org.apache.felix.ipojo + ${ipojo.version} + + + + org.apache.felix + org.apache.felix.ipojo.annotations + ${ipojo.annotations.version} +