Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 0998D200B8D for ; Fri, 23 Sep 2016 22:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 08340160AD0; Fri, 23 Sep 2016 20:21:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 6EBCB160ACF for ; Fri, 23 Sep 2016 22:21:21 +0200 (CEST) Received: (qmail 70268 invoked by uid 500); 23 Sep 2016 20:21:20 -0000 Mailing-List: contact dev-help@creadur.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@creadur.apache.org Delivered-To: mailing list dev@creadur.apache.org Received: (qmail 70257 invoked by uid 99); 23 Sep 2016 20:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 23 Sep 2016 20:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 70E7C2C0B05 for ; Fri, 23 Sep 2016 20:21:20 +0000 (UTC) Date: Fri, 23 Sep 2016 20:21:20 +0000 (UTC) From: "Philipp Ottlinger (JIRA)" To: dev@creadur.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (RAT-222) Download script of SNAPSHOT site refers to yet unavailable artifact but should show releases only MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 23 Sep 2016 20:21:22 -0000 Philipp Ottlinger created RAT-222: ------------------------------------- Summary: Download script of SNAPSHOT site refers to yet unavailable artifact but should show releases only Key: RAT-222 URL: https://issues.apache.org/jira/browse/RAT-222 Project: Apache Rat Issue Type: Bug Affects Versions: 0.12, 0.13 Environment: http://creadur.apache.org/rat/download_rat.cgi Reporter: Attila Simon Fix For: 0.13 h2. Mailthread The current site shows an unavailable artifact in the download section: {code} https://archive.apache.org/dist/creadur/ -> lists 0.12 as latest http://creadur.apache.org -> tells that RAT latest release is 0.12 on 2016.06.10 http://creadur.staging.apache.org/rat/download_rat.cgi -> tells 0.12 (also available in maven) http://creadur.apache.org/rat/download_rat.cgi -> tells 0.13 (maven fails to resolve) {code} h2. Context Due to the problems with the 0.12 site release we currently deployed the 0.13-SNAPSHOT, which is not yet available as a release artifact. -- This message was sent by Atlassian JIRA (v6.3.4#6332)