Return-Path: X-Original-To: apmail-velocity-commits-archive@minotaur.apache.org Delivered-To: apmail-velocity-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D57F21054B for ; Mon, 7 Sep 2015 06:34:26 +0000 (UTC) Received: (qmail 74842 invoked by uid 500); 7 Sep 2015 06:34:26 -0000 Delivered-To: apmail-velocity-commits-archive@velocity.apache.org Received: (qmail 74802 invoked by uid 500); 7 Sep 2015 06:34:26 -0000 Mailing-List: contact commits-help@velocity.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@velocity.apache.org Delivered-To: mailing list commits@velocity.apache.org Received: (qmail 74787 invoked by uid 99); 7 Sep 2015 06:34:26 -0000 Received: from eris.apache.org (HELO hades.apache.org) (140.211.11.105) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Sep 2015 06:34:26 +0000 Received: from hades.apache.org (localhost [127.0.0.1]) by hades.apache.org (ASF Mail Server at hades.apache.org) with ESMTP id 2587BAC0154 for ; Mon, 7 Sep 2015 06:34:26 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1701552 - in /velocity/tools/trunk: pom.xml velocity-tools-generic/pom.xml Date: Mon, 07 Sep 2015 06:34:26 -0000 To: commits@velocity.apache.org From: sdumitriu@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20150907063426.2587BAC0154@hades.apache.org> Author: sdumitriu Date: Mon Sep 7 06:34:25 2015 New Revision: 1701552 URL: http://svn.apache.org/r1701552 Log: Use properties to gather all instances with the same version Modified: velocity/tools/trunk/pom.xml velocity/tools/trunk/velocity-tools-generic/pom.xml Modified: velocity/tools/trunk/pom.xml URL: http://svn.apache.org/viewvc/velocity/tools/trunk/pom.xml?rev=1701552&r1=1701551&r2=1701552&view=diff ============================================================================== --- velocity/tools/trunk/pom.xml (original) +++ velocity/tools/trunk/pom.xml Mon Sep 7 06:34:25 2015 @@ -43,6 +43,10 @@ 2002 + + 1.7.12 + + install Modified: velocity/tools/trunk/velocity-tools-generic/pom.xml URL: http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-generic/pom.xml?rev=1701552&r1=1701551&r2=1701552&view=diff ============================================================================== --- velocity/tools/trunk/velocity-tools-generic/pom.xml (original) +++ velocity/tools/trunk/velocity-tools-generic/pom.xml Mon Sep 7 06:34:25 2015 @@ -49,7 +49,7 @@ org.slf4j slf4j-api - 1.7.12 + ${slf4j.version} junit @@ -60,7 +60,7 @@ org.slf4j slf4j-simple - 1.7.12 + ${slf4j.version}