You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/07/24 23:26:43 UTC

svn commit: r1365299 - /maven/indexer/trunk/indexer-core/pom.xml

Author: olamy
Date: Tue Jul 24 21:26:43 2012
New Revision: 1365299

URL: http://svn.apache.org/viewvc?rev=1365299&view=rev
Log:
test with last lucene version 3.6.1

Modified:
    maven/indexer/trunk/indexer-core/pom.xml

Modified: maven/indexer/trunk/indexer-core/pom.xml
URL: http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1365299&r1=1365298&r2=1365299&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Tue Jul 24 21:26:43 2012
@@ -35,7 +35,7 @@ under the License.
   </description>
 
   <properties>
-    <lucene.version>3.5.0</lucene.version>
+    <lucene.version>3.6.1</lucene.version>
     <maven.version>3.0.1</maven.version>
     <aether.version>1.8</aether.version>
     <archetype.version>2.1</archetype.version>