Return-Path: X-Original-To: apmail-pdfbox-users-archive@www.apache.org Delivered-To: apmail-pdfbox-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D96318AC4 for ; Wed, 6 Jan 2016 12:06:47 +0000 (UTC) Received: (qmail 22303 invoked by uid 500); 6 Jan 2016 12:06:46 -0000 Delivered-To: apmail-pdfbox-users-archive@pdfbox.apache.org Received: (qmail 22259 invoked by uid 500); 6 Jan 2016 12:06:46 -0000 Mailing-List: contact users-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@pdfbox.apache.org Delivered-To: mailing list users@pdfbox.apache.org Received: (qmail 22241 invoked by uid 99); 6 Jan 2016 12:06:46 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jan 2016 12:06:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id EC0F718048D for ; Wed, 6 Jan 2016 12:06:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id h06NXGmIonSI for ; Wed, 6 Jan 2016 12:06:45 +0000 (UTC) Received: from mail-ob0-f178.google.com (mail-ob0-f178.google.com [209.85.214.178]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id 282AC439F1 for ; Wed, 6 Jan 2016 12:06:45 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id ba1so297773747obb.3 for ; Wed, 06 Jan 2016 04:06:45 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=dVsDkzo/q8JgP191BpbJNyT5wmaTzxH3QGQQbd+OE7w=; b=jcQ29ciudMCAZ9bkOcfQo8mDTcOdir7cPhNv70nMBity7CCPWN4S4MiWLoOdcY7zzZ Ha3jJPrASHk6E0DB5uhG4n4ZlNiIaascIy3mToPv4hepJfX31OqAotR7ijc7+E6QnjMA rg5AWVa8SrhbrQBh4iWhiUgUU7vXaBgg8OFdF04DS0agitEQwi8pQIYgDbZ7wmm3E3m5 /l28iQ3KTaMRcf2jC9JGKCL6fI3c073n+w8PGE+as434HR6WFBmNkBj+oNygKWHT6AG5 QkcnUS7QPyBgy+HJTK9KHAsjx+Il+d5RZ6a7/3if2YRip+DMOsCX3NGNBt7DeevaZ7X3 5jMQ== MIME-Version: 1.0 X-Received: by 10.60.117.3 with SMTP id ka3mr72800691oeb.9.1452081998563; Wed, 06 Jan 2016 04:06:38 -0800 (PST) Received: by 10.76.156.39 with HTTP; Wed, 6 Jan 2016 04:06:38 -0800 (PST) Date: Wed, 6 Jan 2016 07:06:38 -0500 Message-ID: Subject: 2.0.0-SNAPSHOT maven issue From: Branden Visser To: users@pdfbox.apache.org Content-Type: text/plain; charset=UTF-8 Hi all, I've noticed SBT and presumably Maven can't resolve the 2.0.0 snapshot dependency anymore: [warn] ==== Apache Snapshots: tried [warn] https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox/2.0.0-SNAPSHOT/pdfbox-2.0.0-20160105.212733-1936.pom [warn] https://repository.apache.org/content/groups/snapshots/org/apache/pdfbox/pdfbox/2.0.0-SNAPSHOT/pdfbox-2.0.0-SNAPSHOT.pom It looks like maven-metadata.xml is indicating the wrong timestamp. It was failing yesterday as well. Thanks, Branden --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@pdfbox.apache.org For additional commands, e-mail: users-help@pdfbox.apache.org