|
71 | 71 | <!-- maven-javadoc-plugin properties --> |
72 | 72 | <bottom><![CDATA[Copyright © ${project.inceptionYear}–{currentYear}, <a href="${project.organization.url}" target="_top">${project.organization.name}</a>. All rights reserved.]]></bottom> |
73 | 73 | <doctitle><a href="${project.url}" target="_top"><span style="font-family:Lobster, cursive;">µb</span> ${project.artifactId}</a> ${project.version}</doctitle> |
74 | | - <links>https://microbean.github.io/microbean-attributes/apidocs/,https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-proxy/apidocs/</links> |
| 74 | + <links>https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-proxy/apidocs/</links> |
75 | 75 | <sourcetab>2</sourcetab> |
76 | 76 |
|
77 | 77 | <!-- maven-release-plugin properties --> |
|
130 | 130 | <dependency> |
131 | 131 | <groupId>org.microbean</groupId> |
132 | 132 | <artifactId>microbean-bean</artifactId> |
133 | | - <version>0.0.22</version> |
| 133 | + <version>0.0.23</version> |
134 | 134 | </dependency> |
135 | 135 |
|
136 | 136 | <dependency> |
137 | 137 | <groupId>org.microbean</groupId> |
138 | 138 | <artifactId>microbean-construct</artifactId> |
139 | | - <version>0.0.18</version> |
| 139 | + <version>0.0.24</version> |
140 | 140 | </dependency> |
141 | 141 |
|
142 | 142 | <dependency> |
143 | 143 | <groupId>org.microbean</groupId> |
144 | 144 | <artifactId>microbean-proxy</artifactId> |
145 | | - <version>0.0.5</version> |
| 145 | + <version>0.0.6</version> |
146 | 146 | </dependency> |
147 | 147 |
|
148 | 148 | </dependencies> |
|
309 | 309 | <dependency> |
310 | 310 | <groupId>com.puppycrawl.tools</groupId> |
311 | 311 | <artifactId>checkstyle</artifactId> |
312 | | - <version>12.3.0</version> |
| 312 | + <version>13.2.0</version> |
313 | 313 | </dependency> |
314 | 314 | </dependencies> |
315 | 315 | </plugin> |
|
330 | 330 | </plugin> |
331 | 331 | <plugin> |
332 | 332 | <artifactId>maven-compiler-plugin</artifactId> |
333 | | - <version>3.14.1</version> |
| 333 | + <version>3.15.0</version> |
334 | 334 | <configuration> |
335 | 335 | <compilerArgs> |
336 | 336 | <arg>-Xlint:all</arg> |
|
340 | 340 | </plugin> |
341 | 341 | <plugin> |
342 | 342 | <artifactId>maven-dependency-plugin</artifactId> |
343 | | - <version>3.9.0</version> |
| 343 | + <version>3.10.0</version> |
344 | 344 | </plugin> |
345 | 345 | <plugin> |
346 | 346 | <artifactId>maven-deploy-plugin</artifactId> |
|
442 | 442 | <plugin> |
443 | 443 | <groupId>org.codehaus.mojo</groupId> |
444 | 444 | <artifactId>versions-maven-plugin</artifactId> |
445 | | - <version>2.20.1</version> |
| 445 | + <version>2.21.0</version> |
446 | 446 | </plugin> |
447 | 447 | <plugin> |
448 | 448 | <groupId>io.smallrye</groupId> |
|
452 | 452 | <plugin> |
453 | 453 | <groupId>org.sonatype.central</groupId> |
454 | 454 | <artifactId>central-publishing-maven-plugin</artifactId> |
455 | | - <version>0.9.0</version> |
| 455 | + <version>0.10.0</version> |
456 | 456 | <extensions>true</extensions> |
457 | 457 | <configuration> |
458 | 458 | <publishingServerId>central.sonatype.com</publishingServerId> |
|
0 commit comments