|
80 | 80 | <!-- maven-javadoc-plugin properties --> |
81 | 81 | <bottom><![CDATA[Copyright © ${project.inceptionYear}–{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a>. All rights reserved.]]></bottom> |
82 | 82 | <doctitle><a href="${project.url}" target="_top"><span style="font-family:Lobster, cursive;">µb</span> ${project.artifactId}</a> ${project.version}</doctitle> |
83 | | - <links>https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-qualifier/apidocs/</links> |
| 83 | + <links>https://microbean.github.io/microbean-attributes/apidocs/,https://microbean.github.io/microbean-construct/apidocs/</links> |
84 | 84 | <sourcetab>2</sourcetab> |
85 | 85 |
|
86 | 86 | <!-- maven-release-plugin properties --> |
|
134 | 134 |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>org.microbean</groupId> |
137 | | - <artifactId>microbean-construct</artifactId> |
138 | | - <version>0.0.9</version> |
| 137 | + <artifactId>microbean-attributes</artifactId> |
| 138 | + <version>0.0.2</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <dependency> |
142 | 142 | <groupId>org.microbean</groupId> |
143 | | - <artifactId>microbean-qualifier</artifactId> |
144 | | - <version>0.2.4</version> |
| 143 | + <artifactId>microbean-construct</artifactId> |
| 144 | + <version>0.0.10</version> |
145 | 145 | </dependency> |
146 | 146 |
|
147 | 147 | </dependencies> |
|
151 | 151 |
|
152 | 152 | <dependency> |
153 | 153 | <groupId>org.microbean</groupId> |
154 | | - <artifactId>microbean-construct</artifactId> |
| 154 | + <artifactId>microbean-attributes</artifactId> |
155 | 155 | <scope>compile</scope> |
156 | 156 | </dependency> |
157 | | - |
| 157 | + |
158 | 158 | <dependency> |
159 | 159 | <groupId>org.microbean</groupId> |
160 | | - <artifactId>microbean-qualifier</artifactId> |
| 160 | + <artifactId>microbean-construct</artifactId> |
161 | 161 | <scope>compile</scope> |
162 | 162 | </dependency> |
163 | 163 |
|
|
308 | 308 | </plugin> |
309 | 309 | <plugin> |
310 | 310 | <artifactId>maven-clean-plugin</artifactId> |
311 | | - <version>3.4.0</version> |
| 311 | + <version>3.4.1</version> |
312 | 312 | <configuration> |
313 | 313 | <filesets> |
314 | 314 | <fileset> |
|
323 | 323 | </plugin> |
324 | 324 | <plugin> |
325 | 325 | <artifactId>maven-compiler-plugin</artifactId> |
326 | | - <version>3.13.0</version> |
| 326 | + <version>3.14.0</version> |
327 | 327 | <configuration> |
328 | 328 | <compilerArgs> |
329 | 329 | <arg>-Xlint:all</arg> |
330 | 330 | <arg>-parameters</arg> |
331 | 331 | </compilerArgs> |
332 | 332 | </configuration> |
333 | | - <dependencies> |
334 | | - <dependency> |
335 | | - <groupId>org.codehaus.plexus</groupId> |
336 | | - <artifactId>plexus-java</artifactId> |
337 | | - <version>1.3.0</version> |
338 | | - </dependency> |
339 | | - </dependencies> |
340 | 333 | </plugin> |
341 | 334 | <plugin> |
342 | 335 | <artifactId>maven-dependency-plugin</artifactId> |
343 | 336 | <version>3.8.1</version> |
344 | 337 | </plugin> |
345 | 338 | <plugin> |
346 | 339 | <artifactId>maven-deploy-plugin</artifactId> |
347 | | - <version>3.1.3</version> |
| 340 | + <version>3.1.4</version> |
348 | 341 | </plugin> |
349 | 342 | <plugin> |
350 | 343 | <artifactId>maven-enforcer-plugin</artifactId> |
|
357 | 350 | </plugin> |
358 | 351 | <plugin> |
359 | 352 | <artifactId>maven-install-plugin</artifactId> |
360 | | - <version>3.1.3</version> |
| 353 | + <version>3.1.4</version> |
361 | 354 | </plugin> |
362 | 355 | <plugin> |
363 | 356 | <artifactId>maven-jar-plugin</artifactId> |
|
393 | 386 | </plugin> |
394 | 387 | <plugin> |
395 | 388 | <artifactId>maven-project-info-reports-plugin</artifactId> |
396 | | - <version>3.8.0</version> |
| 389 | + <version>3.9.0</version> |
397 | 390 | </plugin> |
398 | 391 | <plugin> |
399 | 392 | <artifactId>maven-release-plugin</artifactId> |
|
446 | 439 | <plugin> |
447 | 440 | <groupId>com.github.spotbugs</groupId> |
448 | 441 | <artifactId>spotbugs-maven-plugin</artifactId> |
449 | | - <version>4.8.6.6</version> |
| 442 | + <version>4.9.1.0</version> |
450 | 443 | </plugin> |
451 | 444 | <plugin> |
452 | 445 | <groupId>org.codehaus.mojo</groupId> |
|
456 | 449 | <plugin> |
457 | 450 | <groupId>io.smallrye</groupId> |
458 | 451 | <artifactId>jandex-maven-plugin</artifactId> |
459 | | - <version>3.2.3</version> |
| 452 | + <version>3.2.7</version> |
460 | 453 | </plugin> |
461 | 454 | <plugin> |
462 | 455 | <groupId>org.sonatype.plugins</groupId> |
|
0 commit comments