File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 6767 <dependency >
6868 <groupId >com.github.hypfvieh</groupId >
6969 <artifactId >java-utils</artifactId >
70- <version >1.2.1 </version >
70+ <version >${java.utils.version} </version >
7171 </dependency >
7272
7373 <dependency >
Original file line number Diff line number Diff line change 158158 <!-- required because multi-release artifact will fuck up javadoc generation -->
159159 <failOnError >false</failOnError >
160160 <failOnWarnings >false</failOnWarnings >
161+ <tags >
162+ <tag >
163+ <name >apiNote</name >
164+ <placement >a</placement >
165+ <head >API Note:</head >
166+ </tag >
167+ <tag >
168+ <name >implSpec</name >
169+ <placement >a</placement >
170+ <head >Implementation Requirements:</head >
171+ </tag >
172+ <tag >
173+ <name >implNote</name >
174+ <placement >a</placement >
175+ <head >Implementation Note:</head >
176+ </tag >
177+ </tags >
161178 </configuration >
162179 <executions >
163180 <execution >
You can’t perform that action at this time.
0 commit comments