Author: desruisseaux
Date: Sat May 21 22:32:50 2016
New Revision: 1744999
URL: http://svn.apache.org/viewvc?rev=1744999&view=rev
Log:
Upgrade parent Apache pom to version 18.
Modified:
sis/branches/JDK8/pom.xml
Modified: sis/branches/JDK8/pom.xml
URL:
http://svn.apache.org/viewvc/sis/branches/JDK8/pom.xml?rev=1744999&r1=1744998&r2=1744999&view=diff
==============================================================================
--- sis/branches/JDK8/pom.xml (original)
+++ sis/branches/JDK8/pom.xml Sat May 21 22:32:50 2016
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>17</version>
+ <version>18</version>
</parent>
@@ -603,7 +603,6 @@ Apache SIS is a free software, Java lang
<!-- JavaDoc configuration. -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.3</version>
<configuration>
<source>${maven.compile.source}</source> <!-- Enables
javadoc to handle language constructs present in target JDK. -->
<encoding>${project.build.sourceEncoding}</encoding> <!-- Encoding
of Java source file. -->