revert updating lucene snapshot version in pom

This commit is contained in:
Areek Zillur 2015-10-30 15:50:34 -04:00
parent 13b60e1b92
commit 5eb2dce03c
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
<!-- NOTE: when changing these versions, also update security.policy and test-framework.policy to match -->
<!-- (we don't do any automatic property substitution on those resources, it could get confusing... -->
<lucene.version>5.4.0</lucene.version>
<lucene.snapshot.revision>1711159</lucene.snapshot.revision>
<lucene.snapshot.revision>1710880</lucene.snapshot.revision>
<lucene.maven.version>5.4.0-snapshot-${lucene.snapshot.revision}</lucene.maven.version>
<testframework.version>2.2.0</testframework.version>
<securemock.version>1.1</securemock.version>