Update maven-eclipse-plugin to 1.4 source evel
----------------------------------------------
Key: JCR-1814
URL: https://issues.apache.org/jira/browse/JCR-1814
Project: Jackrabbit
Issue Type: Bug
Reporter: Stephane Landelle
Priority: Trivial
org.apache.jackrabbit.core.data.FileDataRecord uses assertions.
Please update maven-eclipse-plugin configuration so projects are not configured
with 1.3 compilation:
<artifactId>maven-eclipse-plugin</artifactId>
<configuration>
<source>1.4</source>
<target>1.4</target>
<downloadSources>true</downloadSources>
</configuration>
</plugin>
Sincerely,
Stephane Landelle
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.