diff options
author | Maria Odea B. Ching <oching@apache.org> | 2010-11-25 11:20:47 +0000 |
---|---|---|
committer | Maria Odea B. Ching <oching@apache.org> | 2010-11-25 11:20:47 +0000 |
commit | bc56d6353c98c3ff4ed51033ac9ec8a09351926a (patch) | |
tree | ff25b2856250af4da932c051a125124ae35c093e /pom.xml | |
parent | 0452f87c94754cd795fd526b0bcba8f1f1d937aa (diff) | |
download | archiva-bc56d6353c98c3ff4ed51033ac9ec8a09351926a.tar.gz archiva-bc56d6353c98c3ff4ed51033ac9ec8a09351926a.zip |
[MRM-1097]
o upgrade nexus indexer to 3.0.1 + added logger bean which is needed by NexusIndexer
o for deployments/proxied artifacts, create and close indexing context when indexing task is executed as compared to the original behavior where the indexing context is created
before it is queued (so as the indexing task queue builds up, more indexing contexts are being opened/created which might be causing the too many open files problem)
o updated unit tests with changes made
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1039004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -257,7 +257,7 @@ <dependency> <groupId>org.sonatype.nexus</groupId> <artifactId>nexus-indexer</artifactId> - <version>2.0.6</version> + <version>3.0.1</version> <exclusions> <exclusion> <groupId>org.codehaus.plexus</groupId> @@ -616,12 +616,12 @@ <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-core</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> </dependency> <dependency> <groupId>org.apache.lucene</groupId> <artifactId>lucene-queries</artifactId> - <version>2.4.0</version> + <version>2.4.1</version> </dependency> <dependency> <groupId>javax.mail</groupId> |