|
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-assign/apidocs/,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-reference/apidocs/</links> |
| 74 | + <links>https://microbean.github.io/microbean-assign/apidocs/,https://microbean.github.io/microbean-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-reference/apidocs/</links> |
75 | 75 | <sourcetab>2</sourcetab> |
76 | 76 |
|
77 | 77 | <!-- maven-release-plugin properties --> |
|
121 | 121 | <dependency> |
122 | 122 | <groupId>org.microbean</groupId> |
123 | 123 | <artifactId>microbean-assign</artifactId> |
124 | | - <version>0.0.11</version> |
125 | | - </dependency> |
126 | | - |
127 | | - <dependency> |
128 | | - <groupId>org.microbean</groupId> |
129 | | - <artifactId>microbean-attributes</artifactId> |
130 | | - <version>0.0.5</version> |
| 124 | + <version>0.0.14</version> |
131 | 125 | </dependency> |
132 | 126 |
|
133 | 127 | <dependency> |
134 | 128 | <groupId>org.microbean</groupId> |
135 | 129 | <artifactId>microbean-bean</artifactId> |
136 | | - <version>0.0.22</version> |
| 130 | + <version>0.0.23</version> |
137 | 131 | </dependency> |
138 | 132 |
|
139 | 133 | <dependency> |
140 | 134 | <groupId>org.microbean</groupId> |
141 | 135 | <artifactId>microbean-construct</artifactId> |
142 | | - <version>0.0.18</version> |
| 136 | + <version>0.0.24</version> |
143 | 137 | </dependency> |
144 | 138 |
|
145 | 139 | <dependency> |
146 | 140 | <groupId>org.microbean</groupId> |
147 | 141 | <artifactId>microbean-event</artifactId> <!-- scopelets fire events --> |
148 | | - <version>0.0.3</version> |
| 142 | + <version>0.0.4</version> |
149 | 143 | </dependency> |
150 | 144 |
|
151 | 145 | <dependency> |
152 | 146 | <groupId>org.microbean</groupId> |
153 | 147 | <artifactId>microbean-reference</artifactId> |
154 | | - <version>0.0.5</version> |
| 148 | + <version>0.0.6</version> |
155 | 149 | </dependency> |
156 | 150 |
|
157 | 151 | </dependencies> |
|
165 | 159 | <scope>compile</scope> |
166 | 160 | </dependency> |
167 | 161 |
|
168 | | - <dependency> |
169 | | - <groupId>org.microbean</groupId> |
170 | | - <artifactId>microbean-attributes</artifactId> |
171 | | - <scope>compile</scope> |
172 | | - </dependency> |
173 | | - |
174 | 162 | <dependency> |
175 | 163 | <groupId>org.microbean</groupId> |
176 | 164 | <artifactId>microbean-bean</artifactId> |
|
330 | 318 | <dependency> |
331 | 319 | <groupId>com.puppycrawl.tools</groupId> |
332 | 320 | <artifactId>checkstyle</artifactId> |
333 | | - <version>12.3.0</version> |
| 321 | + <version>13.0.0</version> |
334 | 322 | </dependency> |
335 | 323 | </dependencies> |
336 | 324 | </plugin> |
|
351 | 339 | </plugin> |
352 | 340 | <plugin> |
353 | 341 | <artifactId>maven-compiler-plugin</artifactId> |
354 | | - <version>3.14.1</version> |
| 342 | + <version>3.15.0</version> |
355 | 343 | <configuration> |
356 | 344 | <compilerArgs> |
357 | 345 | <arg>-Xlint:all</arg> |
|
361 | 349 | </plugin> |
362 | 350 | <plugin> |
363 | 351 | <artifactId>maven-dependency-plugin</artifactId> |
364 | | - <version>3.9.0</version> |
| 352 | + <version>3.10.0</version> |
365 | 353 | </plugin> |
366 | 354 | <plugin> |
367 | 355 | <artifactId>maven-deploy-plugin</artifactId> |
|
463 | 451 | <plugin> |
464 | 452 | <groupId>org.codehaus.mojo</groupId> |
465 | 453 | <artifactId>versions-maven-plugin</artifactId> |
466 | | - <version>2.20.1</version> |
| 454 | + <version>2.21.0</version> |
467 | 455 | </plugin> |
468 | 456 | <plugin> |
469 | 457 | <groupId>io.smallrye</groupId> |
|
473 | 461 | <plugin> |
474 | 462 | <groupId>org.sonatype.central</groupId> |
475 | 463 | <artifactId>central-publishing-maven-plugin</artifactId> |
476 | | - <version>0.9.0</version> |
| 464 | + <version>0.10.0</version> |
477 | 465 | <extensions>true</extensions> |
478 | 466 | <configuration> |
479 | 467 | <publishingServerId>central.sonatype.com</publishingServerId> |
|
0 commit comments