From 8bf0797a22973c62ea3b59059d537f10e5ef9b9e Mon Sep 17 00:00:00 2001 From: Uwe Schindler Date: Tue, 23 Apr 2013 14:17:17 +0000 Subject: [PATCH] LUCENE-4949: Make the version prefix ("SNAPSHOT") separately configurable to enable Jenkins use its BUILD_ID variable, cleanup code duplication git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1470975 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/common-build.xml | 13 +++++++++++-- solr/common-build.xml | 7 +++---- 2 files changed, 14 insertions(+), 6 deletions(-) diff --git a/lucene/common-build.xml b/lucene/common-build.xml index a76bda759ce..c4c81262bf6 100644 --- a/lucene/common-build.xml +++ b/lucene/common-build.xml @@ -47,13 +47,22 @@ - - + + + + + + + + + + + diff --git a/solr/common-build.xml b/solr/common-build.xml index 9e483f69e5d..cc7336bc289 100644 --- a/solr/common-build.xml +++ b/solr/common-build.xml @@ -24,10 +24,6 @@ - - - - @@ -50,6 +46,9 @@ + + +