Return-Path: Delivered-To: apmail-openjpa-users-archive@locus.apache.org Received: (qmail 61772 invoked from network); 19 Aug 2007 15:04:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Aug 2007 15:04:43 -0000 Received: (qmail 26261 invoked by uid 500); 19 Aug 2007 15:04:41 -0000 Delivered-To: apmail-openjpa-users-archive@openjpa.apache.org Received: (qmail 26248 invoked by uid 500); 19 Aug 2007 15:04:41 -0000 Mailing-List: contact users-help@openjpa.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@openjpa.apache.org Delivered-To: mailing list users@openjpa.apache.org Received: (qmail 26239 invoked by uid 99); 19 Aug 2007 15:04:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2007 08:04:40 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of sudhakar@co.brazos.tx.us designates 209.189.225.20 as permitted sender) Received: from [209.189.225.20] (HELO post.co.brazos.tx.us) (209.189.225.20) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 19 Aug 2007 15:04:38 +0000 Received: by post.co.brazos.tx.us (Postfix, from userid 500) id 70563B141; Sun, 19 Aug 2007 10:04:18 -0500 (CDT) X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on post.co.brazos.tx.us X-Spam-Level: Received: from webmail.co.brazos.tx.us (bordergrd.co.brazos.tx.us [209.189.225.17]) by post.co.brazos.tx.us (Postfix) with ESMTP id 0AE0AB102 for ; Sun, 19 Aug 2007 10:04:18 -0500 (CDT) Received: from localhost (localhost [127.0.0.1]) by webmail.co.brazos.tx.us (Postfix) with ESMTP id F0B4F7F4F4 for ; Sun, 19 Aug 2007 10:04:17 -0500 (CDT) Received: from webmail.co.brazos.tx.us ([127.0.0.1]) by localhost (webmail.co.brazos.tx.us [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04847-10 for ; Sun, 19 Aug 2007 10:04:17 -0500 (CDT) Received: from [10.200.18.196] (mxd52503lx.co.brazos.tx.us [10.200.18.196]) by webmail.co.brazos.tx.us (Postfix) with ESMTP id B15067F4ED for ; Sun, 19 Aug 2007 10:04:17 -0500 (CDT) Message-ID: <46C85BF0.7060004@co.brazos.tx.us> Date: Sun, 19 Aug 2007 10:04:16 -0500 From: sudhakar User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 To: users@openjpa.apache.org Subject: Re: openjpa-1.0.0-SNAPSHOT not in maven References: <46C845E8.4050909@co.brazos.tx.us> <0596CE5B-145B-4F52-B962-844D90486F4C@apache.org> In-Reply-To: <0596CE5B-145B-4F52-B962-844D90486F4C@apache.org> X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at co.brazos.tx.us X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-4.3 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 When using apache-snapshots2 http://people.apache.org/repo/m2-snapshot-repository/ and org.apache.openjpa openjpa 1.0.0-SNAPSHOT maven doesn't download all the other dependencies such as geronimo-jta, geronimo-jpa etc all of which I get when I use the 0.9.6-incubating version and specify openjpa-all. But there doesn't seem to be a openjpa-all for the 1.0.0-SNAPSHOT version. -sud Marc Prud'hommeaux wrote: > > What about > http://people.apache.org/repo/m2-snapshot-repository/org/apache/openjpa/openjpa/1.0.0-SNAPSHOT/ > ? > > > On Aug 19, 2007, at 9:30 AM, sudhakar wrote: > >> I'm needing to use openjpa-1.0.0-SNAPSHOT. But this version is not >> available in the maven snapshot or incubating repositories. Would it >> possible to have them uploaded there? >> Thanks >> -sudhakar >