Skip to content

Commit

Permalink
Revise Javadoc config.
Browse files Browse the repository at this point in the history
Remove version-pinning to Java 1.8. Reinstate Framework and other dependency links.

Closes #2236
  • Loading branch information
mp911de committed Feb 19, 2024
1 parent ab51475 commit 452f760
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,6 @@
<descriptors>
<descriptor>${shared.resources}/assemblies/docs.xml</descriptor>
</descriptors>
<finalName>${dist.id}</finalName>
<appendAssemblyId>true</appendAssemblyId>
</configuration>
</execution>
Expand Down Expand Up @@ -1387,11 +1386,14 @@
<header>${project.name}</header>
<source>${source.level}</source>
<quiet>true</quiet>
<javadocVersion>1.8</javadocVersion>
<!-- copies doc-files subdirectory which contains image resources -->
<docfilessubdirs>true</docfilessubdirs>
<doclint>html,reference</doclint>
<links>
<link>https://docs.spring.io/spring/docs/${spring}/javadoc-api/</link>
<link>https://docs.spring.io/spring-data/commons/docs/current/api/</link>
<link>https://docs.spring.io/spring-data/keyvalue/docs/current/api/</link>
<link>https://docs.spring.io/spring-hateoas/docs/current/api/</link>
<link>https://docs.oracle.com/en/java/javase/17/docs/api/</link>
</links>
</configuration>
Expand Down

0 comments on commit 452f760

Please sign in to comment.