File tree Expand file tree Collapse file tree 3 files changed +21
-8
lines changed
demos/customprovider-jdk9 Expand file tree Collapse file tree 3 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
57
57
</group >
58
58
</groups >
59
59
<bottom >
60
- <![CDATA[ Copyright © 2012-2018 ,
60
+ <![CDATA[ Copyright © 2012-2019 ,
61
61
<a href="http://www.oracle.com">Oracle</a>
62
62
and/or its affiliates. All Rights Reserved.
63
63
Use is subject to
64
64
<a href="{@docRoot}/doc-files/speclicense.html" target="_top">license terms</a>.
65
65
<br>Comments to : [email protected]
66
66
]]>
67
67
</bottom >
68
- <links >
69
- <link >http://docs.oracle.com/javase/8/docs/api/</link >
70
- </links >
71
68
</configuration >
72
69
73
70
<executions >
Original file line number Diff line number Diff line change 1
1
<!--
2
2
3
- Copyright (c) 2017 Oracle and/or its affiliates. All rights reserved.
3
+ Copyright (c) 2017, 2019 Oracle and/or its affiliates. All rights reserved.
4
4
5
5
This program and the accompanying materials are made available under the
6
6
terms of the Eclipse Distribution License v. 1.0, which is available at
52
52
<plugin >
53
53
<groupId >org.apache.maven.plugins</groupId >
54
54
<artifactId >maven-surefire-plugin</artifactId >
55
- <version >2.20</version >
56
55
<executions >
57
56
<execution >
58
57
<goals >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
3
4
- Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.
4
+ Copyright (c) 2011, 2019 Oracle and/or its affiliates. All rights reserved.
5
5
6
6
This program and the accompanying materials are made available under the
7
7
terms of the Eclipse Public License v. 2.0, which is available at
79
79
<new_impl_version >1.2.0</new_impl_version >
80
80
<non .final>false</non .final>
81
81
<legal .doc.source>${maven.multiModuleProjectDirectory} </legal .doc.source>
82
+ <javadoc .link.jdk>http://docs.oracle.com/javase/8/docs/api</javadoc .link.jdk>
82
83
</properties >
83
84
84
85
<build >
178
179
<groupId >org.apache.maven.plugins</groupId >
179
180
<artifactId >maven-javadoc-plugin</artifactId >
180
181
<version >3.0.1</version >
182
+ <configuration >
183
+ <detectJavaApiLink >false</detectJavaApiLink >
184
+ <links >
185
+ <link >${javadoc.link.jdk} </link >
186
+ </links >
187
+ </configuration >
181
188
</plugin >
182
189
<plugin >
183
190
<groupId >org.apache.maven.plugins</groupId >
431
438
</modules >
432
439
</profile >
433
440
441
+ <profile >
442
+ <id >jdk11-setup</id >
443
+ <activation >
444
+ <jdk >[11,)</jdk >
445
+ </activation >
446
+ <properties >
447
+ <javadoc .link.jdk>https://docs.oracle.com/en/java/javase/11/docs/api</javadoc .link.jdk>
448
+ </properties >
449
+ </profile >
450
+
434
451
<profile >
435
452
<id >all</id >
436
453
<activation >
You can’t perform that action at this time.
0 commit comments