Return-Path: X-Original-To: apmail-zookeeper-user-archive@www.apache.org Delivered-To: apmail-zookeeper-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A5EBF9510 for ; Mon, 12 Dec 2011 17:03:40 +0000 (UTC) Received: (qmail 67463 invoked by uid 500); 12 Dec 2011 17:03:40 -0000 Delivered-To: apmail-zookeeper-user-archive@zookeeper.apache.org Received: (qmail 67436 invoked by uid 500); 12 Dec 2011 17:03:40 -0000 Mailing-List: contact user-help@zookeeper.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@zookeeper.apache.org Delivered-To: mailing list user@zookeeper.apache.org Received: (qmail 67428 invoked by uid 99); 12 Dec 2011 17:03:40 -0000 Received: from minotaur.apache.org (HELO minotaur.apache.org) (140.211.11.9) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 17:03:40 +0000 Received: from localhost (HELO mail-fx0-f42.google.com) (127.0.0.1) (smtp-auth username phunt, mechanism plain) by minotaur.apache.org (qpsmtpd/0.29) with ESMTP; Mon, 12 Dec 2011 17:03:39 +0000 Received: by faan2 with SMTP id n2so1379963faa.15 for ; Mon, 12 Dec 2011 09:03:38 -0800 (PST) MIME-Version: 1.0 Received: by 10.180.19.138 with SMTP id f10mr22761115wie.53.1323709418061; Mon, 12 Dec 2011 09:03:38 -0800 (PST) Received: by 10.227.42.211 with HTTP; Mon, 12 Dec 2011 09:03:37 -0800 (PST) In-Reply-To: References: Date: Mon, 12 Dec 2011 09:03:37 -0800 Message-ID: Subject: Re: maven-metadata in Maven Central still points to 3.3.1 From: Patrick Hunt To: user@zookeeper.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable The mirroring seems broken, here's the source: http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/zookee= per/zookeeper/maven-metadata.xml Patrick On Mon, Dec 12, 2011 at 2:44 AM, Berk D. Demir wrote: > On Sat, Dec 10, 2011 at 6:08 PM, Mahadev Konar = wrote: >> Berk, >> =A0We dont use nexus to upload the maven artifacts. Here's how we do it: >> https://cwiki.apache.org/confluence/display/ZOOKEEPER/HowToRelease >> (take a look at the publishing section). >> >> I am not sure how to fix the maven metadata but if you someone knows >> the way, Ill be happy to do that. >> > > On the URL you sent, scroll down to Maven section. > Seems like since 3.3.2 to today, only steps 1, 2 and 3 were done but > 4, 5, 6 were skipped. > > I'm attaching the fixed maven-metadata.xml. > > Notice it does NOT list 3.4.0 because apparently it's not a stable > release yet. Maven may be the most complex build system in entire > solar system but still needs tremendous hand holding when specifying > dependency version ranges and there's still no clean way to enforce > release-only versions. > > Anyway, now anyone declaring version range dependencies like [3.3.0,) > in their POM, they will be able to get 3.3.4. When you 3.4.0 is > considered to be a stable release. > > You may ask, what if someone wants to test very latest version (3.4.0 > currently) in their project? It won't work with Maven. Suggested > method is to release it as a snapshot to a snapshots only repository > with -SNAPSHOT appended to the version name. Maven will not pull > -SNAPSHOT versions from remote repositories automatically. > > Thanks, > B