Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B1D5A175E9 for ; Tue, 24 Mar 2015 10:12:02 +0000 (UTC) Received: (qmail 18509 invoked by uid 500); 24 Mar 2015 10:12:02 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 18452 invoked by uid 500); 24 Mar 2015 10:12:02 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 18442 invoked by uid 99); 24 Mar 2015 10:12:02 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 10:12:02 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of elecharny@gmail.com designates 209.85.212.177 as permitted sender) Received: from [209.85.212.177] (HELO mail-wi0-f177.google.com) (209.85.212.177) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Mar 2015 10:11:55 +0000 Received: by wixw10 with SMTP id w10so90631689wix.0 for ; Tue, 24 Mar 2015 03:11:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=PxVyrc3mPjLbU8/G3C2Pya2+klmv9HHRJJ30Z6pwjZA=; b=j9qM9w8vUOd47u8netUfJVwGL3Itnv9EResxdSR5FZRCkZKbMk7HJp654ANmwDZsrT UyHP36Dyr+Y/kGo+wB3Dwu+bzc2ybDAkY2BfII6aLVdBjDEPwVjrt4elHjdFGdbHT2yE HBEaGI8OutSEDqQeV9Pw92CGrUcQAMnPj4tks+JHNXIv0HAyDZ2GWvZHySaA+cTSoZ53 AiA3yN+hpLgv8oFd7wthrnypjqHKAD4IyXtFNsSOnLTIqrrtzDLgVJizUqF6BnyoWllb oM8CVPMw3kNkcxYUOu1S2WO1BOvr6eiCtzevcbh7qhkDzamuv88AmJpfmISGnp/mfYSQ FdaQ== X-Received: by 10.194.179.194 with SMTP id di2mr6727303wjc.4.1427191895013; Tue, 24 Mar 2015 03:11:35 -0700 (PDT) Received: from [192.168.1.29] (i19-les01-ix2-212-195-127-200.sfr.lns.abo.bbox.fr. [212.195.127.200]) by mx.google.com with ESMTPSA id yr10sm5405185wjc.0.2015.03.24.03.11.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 24 Mar 2015 03:11:34 -0700 (PDT) Message-ID: <55113854.8000705@gmail.com> Date: Tue, 24 Mar 2015 11:11:32 +0100 From: =?UTF-8?B?RW1tYW51ZWwgTMOpY2hhcm55?= User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Apache Directory Developers List Subject: Re: [Studio] ApacheDS old version removal, and Pom cleanup... References: <55101275.8050204@gmail.com> <5510471B.2020504@stefan-seelmann.de> In-Reply-To: <5510471B.2020504@stefan-seelmann.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Le 23/03/15 18:02, Stefan Seelmann a écrit : > On 03/23/2015 02:17 PM, Emmanuel Lécharny wrote: >> Hi, >> >> the pom.xml still refers old ApacheDS versions (153..&57), even if it's >> commented. Should we remove those commented references and teh >> associated plugins ? >> >> Also what about removing all the commented parts in all the pom ? >> >> Shoudl we do that before merging the branch back to trunk ? >> > There is DIRSTUDIO-1005. I'd like to do that after the merge because > renaming/moving in branches already caused me some headaches. Sure, no problem. Thanks Stefan !