You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Tamás Cservenák <ta...@cservenak.net> on 2012/11/22 10:29:07 UTC

[ANN] Maven Indexer 5.1.0 released

The Maven team is pleased to announce the release of the Maven Indexer,
version 5.1.0

This release mainly improves Indexer behaviour wrt new Lucene behaviour
(exposing file format and concurrency) and improves consumer control over
Indexer contexts (concurrency).


To use Maven Indexer, add the following dependency to your project:

  <dependency>
    <groupId>org.apache.maven.indexer</groupId>
    <artifactId>indexer-core</**artifactId>
    <version>5.1.0</version>
  </dependency>


Release notes:
http://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=12112&version=18972

Note: at the time of sending this email, sync to Central is still pending,
artifacts will become available in few hours.

Have fun,
The Maven team