Return-Path: Delivered-To: apmail-jackrabbit-dev-archive@www.apache.org Received: (qmail 77018 invoked from network); 1 Apr 2009 14:29:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Apr 2009 14:29:39 -0000 Received: (qmail 39547 invoked by uid 500); 1 Apr 2009 14:29:37 -0000 Delivered-To: apmail-jackrabbit-dev-archive@jackrabbit.apache.org Received: (qmail 39493 invoked by uid 500); 1 Apr 2009 14:29:37 -0000 Mailing-List: contact dev-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@jackrabbit.apache.org Delivered-To: mailing list dev@jackrabbit.apache.org Received: (qmail 39437 invoked by uid 99); 1 Apr 2009 14:29:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 14:29:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Apr 2009 14:29:34 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 885DE234C4AC for ; Wed, 1 Apr 2009 07:29:13 -0700 (PDT) Message-ID: <1405475304.1238596153557.JavaMail.jira@brutus> Date: Wed, 1 Apr 2009 07:29:13 -0700 (PDT) From: "Jukka Zitting (JIRA)" To: dev@jackrabbit.apache.org Subject: [jira] Created: (JCRRMI-8) Remove SNAPSHOT dependencies to -core and -api MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Remove SNAPSHOT dependencies to -core and -api ---------------------------------------------- Key: JCRRMI-8 URL: https://issues.apache.org/jira/browse/JCRRMI-8 Project: Jackrabbit JCR-RMI Issue Type: Improvement Reporter: Jukka Zitting Assignee: Jukka Zitting Fix For: 2.0 Currently the JCR-RMI component has dependencies to 1.6-SNAPSHOT versions of jackrabbit-core and jackrabbit-api. The reason for such recent dependencies is the new RepositoryFactory interface that's being introduced in JCR-1834. Unfortunately this dependency prevents us from releasing JCR-RMI as a separate component before we release Jackrabbit 1.6.0. To fix this I'm going to revert the dependencies to the earlier 1.5.0 release and remove the RMI-based RepositoryFactory implementation for now. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.