This is an automated email from the ASF dual-hosted git repository. mattmann pushed a commit to branch gsoc18 in repository https://gitbox.apache.org/repos/asf/drat.git
commit 257227a7bdd70022804a344dae482488526f577f Author: Chris Mattmann <[email protected]> AuthorDate: Sat Aug 4 22:28:54 2018 -0700 pin to version 1.2.3-SNAPSHOT for lucene fix. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 781a844..337fea2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> - <oodt.version>1.2.2</oodt.version> + <oodt.version>1.2.3-SNAPSHOT</oodt.version> <junit.version>4.12</junit.version> </properties>
