|
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-bean/apidocs/,https://microbean.github.io/microbean-construct/apidocs/,https://microbean.github.io/microbean-qualifier/apidocs/,https://microbean.github.io/microbean-scope/apidocs/</links> |
| 83 | + <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> |
84 | 84 | <sourcetab>2</sourcetab> |
85 | 85 |
|
86 | 86 | <!-- maven-release-plugin properties --> |
|
125 | 125 | <dependency> |
126 | 126 | <groupId>org.junit</groupId> |
127 | 127 | <artifactId>junit-bom</artifactId> |
128 | | - <version>5.11.3</version> |
| 128 | + <version>5.11.4</version> |
129 | 129 | <type>pom</type> |
130 | 130 | <scope>import</scope> |
131 | 131 | </dependency> |
|
135 | 135 | <dependency> |
136 | 136 | <groupId>org.microbean</groupId> |
137 | 137 | <artifactId>microbean-assign</artifactId> |
138 | | - <version>0.0.1</version> |
| 138 | + <version>0.0.5</version> |
139 | 139 | </dependency> |
140 | 140 |
|
141 | 141 | <dependency> |
142 | 142 | <groupId>org.microbean</groupId> |
143 | | - <artifactId>microbean-bean</artifactId> |
144 | | - <version>0.0.13</version> |
| 143 | + <artifactId>microbean-attributes</artifactId> |
| 144 | + <version>0.0.2</version> |
145 | 145 | </dependency> |
146 | 146 |
|
147 | 147 | <dependency> |
148 | 148 | <groupId>org.microbean</groupId> |
149 | | - <artifactId>microbean-constant</artifactId> |
150 | | - <version>0.0.7</version> |
| 149 | + <artifactId>microbean-bean</artifactId> |
| 150 | + <version>0.0.15</version> |
151 | 151 | </dependency> |
152 | 152 |
|
153 | 153 | <dependency> |
|
158 | 158 |
|
159 | 159 | <dependency> |
160 | 160 | <groupId>org.microbean</groupId> |
161 | | - <artifactId>microbean-qualifier</artifactId> |
162 | | - <version>0.2.4</version> |
163 | | - </dependency> |
164 | | - |
165 | | - <dependency> |
166 | | - <groupId>org.microbean</groupId> |
167 | | - <artifactId>microbean-scope</artifactId> |
168 | | - <version>0.0.3</version> |
| 161 | + <artifactId>microbean-reference</artifactId> |
| 162 | + <version>0.0.1</version> |
169 | 163 | </dependency> |
170 | 164 |
|
171 | 165 | </dependencies> |
|
181 | 175 |
|
182 | 176 | <dependency> |
183 | 177 | <groupId>org.microbean</groupId> |
184 | | - <artifactId>microbean-bean</artifactId> |
185 | | - <scope>compile</scope> |
186 | | - </dependency> |
187 | | - |
188 | | - <dependency> |
189 | | - <groupId>org.microbean</groupId> |
190 | | - <artifactId>microbean-constant</artifactId> |
| 178 | + <artifactId>microbean-attributes</artifactId> |
191 | 179 | <scope>compile</scope> |
192 | 180 | </dependency> |
193 | 181 |
|
194 | 182 | <dependency> |
195 | 183 | <groupId>org.microbean</groupId> |
196 | | - <artifactId>microbean-construct</artifactId> |
| 184 | + <artifactId>microbean-bean</artifactId> |
197 | 185 | <scope>compile</scope> |
198 | 186 | </dependency> |
199 | 187 |
|
200 | 188 | <dependency> |
201 | 189 | <groupId>org.microbean</groupId> |
202 | | - <artifactId>microbean-qualifier</artifactId> |
| 190 | + <artifactId>microbean-construct</artifactId> |
203 | 191 | <scope>compile</scope> |
204 | 192 | </dependency> |
205 | 193 |
|
206 | 194 | <dependency> |
207 | 195 | <groupId>org.microbean</groupId> |
208 | | - <artifactId>microbean-scope</artifactId> |
| 196 | + <artifactId>microbean-reference</artifactId> |
209 | 197 | <scope>compile</scope> |
210 | 198 | </dependency> |
211 | | - |
| 199 | + |
212 | 200 | <!-- Test-scoped dependencies. --> |
213 | 201 |
|
214 | 202 | <dependency> |
|
222 | 210 | <artifactId>junit-jupiter-engine</artifactId> |
223 | 211 | <scope>test</scope> |
224 | 212 | </dependency> |
225 | | - |
| 213 | + |
226 | 214 | </dependencies> |
227 | 215 |
|
228 | 216 | <build> |
|
240 | 228 | <artifactId>maven-checkstyle-plugin</artifactId> |
241 | 229 | <version>3.6.0</version> |
242 | 230 | <configuration> |
243 | | - <checkstyleRules> |
| 231 | + <checkstyleRules> |
244 | 232 | <module name="Checker"> |
245 | 233 | <module name="BeforeExecutionExclusionFileFilter"> |
246 | 234 | <property name="fileNamePattern" value="module\-info\.java$" /> |
|
350 | 338 | </plugin> |
351 | 339 | <plugin> |
352 | 340 | <artifactId>maven-clean-plugin</artifactId> |
353 | | - <version>3.4.0</version> |
| 341 | + <version>3.4.1</version> |
354 | 342 | <configuration> |
355 | 343 | <filesets> |
356 | 344 | <fileset> |
|
365 | 353 | </plugin> |
366 | 354 | <plugin> |
367 | 355 | <artifactId>maven-compiler-plugin</artifactId> |
368 | | - <version>3.13.0</version> |
| 356 | + <version>3.14.0</version> |
369 | 357 | <configuration> |
370 | 358 | <compilerArgs> |
371 | 359 | <arg>-Xlint:all</arg> |
372 | 360 | <arg>-parameters</arg> |
373 | 361 | </compilerArgs> |
374 | 362 | </configuration> |
375 | | - <dependencies> |
376 | | - <dependency> |
377 | | - <groupId>org.codehaus.plexus</groupId> |
378 | | - <artifactId>plexus-java</artifactId> |
379 | | - <version>1.3.0</version> |
380 | | - </dependency> |
381 | | - </dependencies> |
382 | 363 | </plugin> |
383 | 364 | <plugin> |
384 | 365 | <artifactId>maven-dependency-plugin</artifactId> |
385 | 366 | <version>3.8.1</version> |
386 | 367 | </plugin> |
387 | 368 | <plugin> |
388 | 369 | <artifactId>maven-deploy-plugin</artifactId> |
389 | | - <version>3.1.3</version> |
| 370 | + <version>3.1.4</version> |
390 | 371 | </plugin> |
391 | 372 | <plugin> |
392 | 373 | <artifactId>maven-enforcer-plugin</artifactId> |
|
399 | 380 | </plugin> |
400 | 381 | <plugin> |
401 | 382 | <artifactId>maven-install-plugin</artifactId> |
402 | | - <version>3.1.3</version> |
| 383 | + <version>3.1.4</version> |
403 | 384 | </plugin> |
404 | 385 | <plugin> |
405 | 386 | <artifactId>maven-jar-plugin</artifactId> |
|
435 | 416 | </plugin> |
436 | 417 | <plugin> |
437 | 418 | <artifactId>maven-project-info-reports-plugin</artifactId> |
438 | | - <version>3.8.0</version> |
| 419 | + <version>3.9.0</version> |
439 | 420 | </plugin> |
440 | 421 | <plugin> |
441 | 422 | <artifactId>maven-release-plugin</artifactId> |
|
488 | 469 | <plugin> |
489 | 470 | <groupId>com.github.spotbugs</groupId> |
490 | 471 | <artifactId>spotbugs-maven-plugin</artifactId> |
491 | | - <version>4.8.6.6</version> |
| 472 | + <version>4.9.2.0</version> |
492 | 473 | </plugin> |
493 | 474 | <plugin> |
494 | 475 | <groupId>org.codehaus.mojo</groupId> |
|
498 | 479 | <plugin> |
499 | 480 | <groupId>io.smallrye</groupId> |
500 | 481 | <artifactId>jandex-maven-plugin</artifactId> |
501 | | - <version>3.2.3</version> |
| 482 | + <version>3.2.7</version> |
502 | 483 | </plugin> |
503 | 484 | <plugin> |
504 | 485 | <groupId>org.sonatype.plugins</groupId> |
|
0 commit comments