File tree Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Expand file tree Collapse file tree 3 files changed +7
-16
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ dependency:
2727 <groupId >org.microbean</groupId >
2828 <artifactId >microbean-attributes</artifactId >
2929 <!-- Always check https://search.maven.org/artifact/org.microbean/microbean-attributes for up-to-date available versions. -->
30- <version >0.0.4 </version >
30+ <version >0.0.5 </version >
3131</dependency >
3232```
3333
Original file line number Diff line number Diff line change 121121 <dependency >
122122 <groupId >org.microbean</groupId >
123123 <artifactId >microbean-constant</artifactId >
124- <version >0.0.7 </version >
124+ <version >0.0.8 </version >
125125 </dependency >
126126
127127 </dependencies >
134134 <dependency >
135135 <groupId >org.microbean</groupId >
136136 <artifactId >microbean-constant</artifactId >
137- <version >0.0.7</ version >
137+ <scope >compile</ scope >
138138 </dependency >
139139
140140 <!-- Test-scoped dependencies. -->
168168 <artifactId >maven-checkstyle-plugin</artifactId >
169169 <version >3.6.0</version >
170170 <configuration >
171- <checkstyleRules >
171+ <checkstyleRules >
172172 <module name =" Checker" >
173173 <module name =" BeforeExecutionExclusionFileFilter" >
174174 <property name =" fileNamePattern" value =" module\-info\.java$" />
272272 <dependency >
273273 <groupId >com.puppycrawl.tools</groupId >
274274 <artifactId >checkstyle</artifactId >
275- <version >10.12.6 </version >
275+ <version >10.26.0 </version >
276276 </dependency >
277277 </dependencies >
278278 </plugin >
300300 <arg >-parameters</arg >
301301 </compilerArgs >
302302 </configuration >
303- <dependencies >
304- <dependency >
305- <groupId >org.codehaus.plexus</groupId >
306- <artifactId >plexus-java</artifactId >
307- <version >1.3.0</version >
308- </dependency >
309- </dependencies >
310303 </plugin >
311304 <plugin >
312305 <artifactId >maven-dependency-plugin</artifactId >
322315 </plugin >
323316 <plugin >
324317 <artifactId >maven-gpg-plugin</artifactId >
325- <!-- <version>3.1.0</version> -->
326318 <version >3.2.7</version >
327319 </plugin >
328320 <plugin >
367359 </plugin >
368360 <plugin >
369361 <artifactId >maven-release-plugin</artifactId >
370- <!-- <version>3.0.0-M6</version> --> <!-- see https://issues.apache.org/jira/browse/MRELEASE-1038 -->
371362 <version >3.1.1</version >
372363 </plugin >
373364 <plugin >
445436 <configuration >
446437 <rules >
447438 <requireJavaVersion >
448- <version >23 </version >
439+ <version >${maven.compiler.release} </version >
449440 </requireJavaVersion >
450441 <requireMavenVersion >
451442 <version >3.9.9</version >
Original file line number Diff line number Diff line change 1313 <skin >
1414 <groupId >org.apache.maven.skins</groupId >
1515 <artifactId >maven-fluido-skin</artifactId >
16- <version >2.0 .0</version >
16+ <version >2.1 .0</version >
1717 </skin >
1818 <body >
1919 <menu name =" Documentation" >
You can’t perform that action at this time.
0 commit comments