From d6a4fe82a685a5897acdc2dc1aef0b86e194fa4c Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 21 Jun 2011 22:37:08 +0000 Subject: [PATCH] move lucene version to a property git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1138226 13f79535-47bb-0310-9956-ffa450edef68 --- pom.xml | 83 ++++++++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 40 deletions(-) diff --git a/pom.xml b/pom.xml index 976301cf6..a6ec7aad8 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ 2.2.5 UTF-8 true + 2.4.1 @@ -106,41 +107,7 @@ xercesImpl 2.8.1 - - org.sonatype.nexus - nexus-indexer - 3.0.1 - - - org.codehaus.plexus - plexus-container-default - - - classworlds - classworlds - - - commons-logging - commons-logging - - - velocity - velocity-dep - - - org.apache.maven - maven-plugin-registry - - - org.apache.maven - maven-settings - - - com.google.code.atinject - atinject - - - + javax.inject javax.inject @@ -268,10 +235,41 @@ 1.4-SNAPSHOT - org.apache.archiva - archiva-lucene-consumers - 1.4-SNAPSHOT + org.sonatype.nexus + nexus-indexer + 3.0.1 + + + org.codehaus.plexus + plexus-container-default + + + classworlds + classworlds + + + commons-logging + commons-logging + + + velocity + velocity-dep + + + org.apache.maven + maven-plugin-registry + + + org.apache.maven + maven-settings + + + com.google.code.atinject + atinject + + + org.apache.archiva archiva-plexus-bridge @@ -539,15 +537,20 @@ log4j 1.2.14 + + org.apache.archiva + archiva-lucene-consumers + 1.4-SNAPSHOT + org.apache.lucene lucene-core - 2.4.1 + ${lucene.version} org.apache.lucene lucene-queries - 2.4.1 + ${lucene.version} javax.mail