Author: jens
Date: Tue Dec 9 08:31:01 2014
New Revision: 1643999
URL: http://svn.apache.org/r1643999
Log:
server-support: upgrade maven antlr plugin to avoid NPE with Java8
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
Modified:
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml?rev=1643999&r1=1643998&r2=1643999&view=diff
==============================================================================
---
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
(original)
+++
chemistry/opencmis/trunk/chemistry-opencmis-server/chemistry-opencmis-server-support/pom.xml
Tue Dec 9 08:31:01 2014
@@ -73,7 +73,7 @@
<plugin>
<groupId>org.antlr</groupId>
<artifactId>antlr3-maven-plugin</artifactId>
- <version>3.5</version>
+ <version>3.5.2</version>
<configuration>
<excludes>
<exclude>**/CmisBase*.g</exclude>