Author: fmui
Date: Thu Nov 20 11:35:02 2014
New Revision: 1640724
URL: http://svn.apache.org/r1640724
Log:
updated Apache parent pom version
Modified:
chemistry/opencmis/trunk/pom.xml
Modified: chemistry/opencmis/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/chemistry/opencmis/trunk/pom.xml?rev=1640724&r1=1640723&r2=1640724&view=diff
==============================================================================
--- chemistry/opencmis/trunk/pom.xml (original)
+++ chemistry/opencmis/trunk/pom.xml Thu Nov 20 11:35:02 2014
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>13</version>
+ <version>16</version>
</parent>
<!-- Project Information -->
@@ -376,6 +376,7 @@
<target>${maven.compile.target}</target>
<source>${maven.compile.source}</source>
<encoding>UTF-8</encoding>
+ <forceJavacCompilerUse>true</forceJavacCompilerUse>
<compilerArgument>-XDignore.symbol.file</compilerArgument>
</configuration>
</plugin>