From commits-return-5089-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Thu Feb 12 14:37:21 2015 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B82B176F3 for ; Thu, 12 Feb 2015 14:37:21 +0000 (UTC) Received: (qmail 78970 invoked by uid 500); 12 Feb 2015 14:37:14 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 78937 invoked by uid 500); 12 Feb 2015 14:37:14 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 78927 invoked by uid 500); 12 Feb 2015 14:37:14 -0000 Delivered-To: apmail-incubator-sis-commits@incubator.apache.org Received: (qmail 78924 invoked by uid 99); 12 Feb 2015 14:37:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 12 Feb 2015 14:37:14 +0000 Date: Thu, 12 Feb 2015 14:37:14 +0000 (UTC) From: "Martin Desruisseaux (JIRA)" To: sis-commits@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SIS-191) Declare relocation of 0.2-incubation artifacts MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Martin Desruisseaux created SIS-191: --------------------------------------- Summary: Declare relocation of 0.2-incubation artifacts Key: SIS-191 URL: https://issues.apache.org/jira/browse/SIS-191 Project: Spatial Information Systems Issue Type: Task Components: Web site Affects Versions: 0.2-incubating Reporter: Martin Desruisseaux Priority: Minor The {{org.apache.sis}} group on the Maven central repository contains 3 artifacts from the {{0.2-incubating}} release which have been renamed in next releases: * {{sis-parent}}, renamed {{parent}} in the same group. * {{sis-core}}, replaced by {{sis-referencing}} in the {{org.apache.sis.core}} group. * {{sis-webapp}}, moved to the {{org.apache.sis.application}} group. We should release a 0.3 version of above artifacts with only a {{}} section, as described in the [Maven guide to relocation|http://maven.apache.org/guides/mini/guide-relocation.html]. Example: {code:xml} 4.0.0 org.apache.sis sis-parent 0.3 parent Artifact "sis-parent" has been renamed "parent". {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)