revert updating lucene snapshot version in pom
This commit is contained in:
parent
13b60e1b92
commit
5eb2dce03c
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue