File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <ruleset xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" comparisonMethod =" maven" xsi : schemaLocation =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 http://mojo.codehaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd" >
3+ <ignoreVersions >
4+ <!-- Ignore Alpha’s, Beta’s, release candidates and milestones -->
5+ <ignoreVersion type =" regex" >(?i).*Alpha(?:-?\d+)?</ignoreVersion >
6+ <ignoreVersion type =" regex" >(?i).*Beta(?:-?\d+)?</ignoreVersion >
7+ <ignoreVersion type =" regex" >(?i).*-B(?:-?\d+)?</ignoreVersion >
8+ <ignoreVersion type =" regex" >(?i).*RC(?:[-\.]?\d+)?</ignoreVersion >
9+ <ignoreVersion type =" regex" >(?i).*CR(?:-?\d+)?</ignoreVersion >
10+ <ignoreVersion type =" regex" >(?i).*M(?:-?\d+)?</ignoreVersion >
11+ <ignoreVersion type =" regex" >(?i).*pr(?:-?\d+)?</ignoreVersion >
12+ </ignoreVersions >
13+
14+ <rules >
15+ </rules >
16+ </ruleset >
Original file line number Diff line number Diff line change 3737 <maven .compiler.release>8</maven .compiler.release>
3838
3939 <!-- Dependency versions -->
40- <spring-boot .version>2.7.0 </spring-boot .version>
40+ <spring-boot .version>2.7.2 </spring-boot .version>
4141 <spt-cid .version>2.0.11</spt-cid .version>
42- <spt-logging-spring .version>2.0.5 </spt-logging-spring .version>
42+ <spt-logging-spring .version>2.0.6 </spt-logging-spring .version>
4343
4444 <!-- Plugin versions -->
4545 <checkstyle-maven-plugin .version>3.1.2</checkstyle-maven-plugin .version>
292292 </plugin >
293293 </plugins >
294294 </pluginManagement >
295+
296+ <plugins >
297+ <plugin >
298+ <groupId >org.codehaus.mojo</groupId >
299+ <artifactId >versions-maven-plugin</artifactId >
300+ <configuration >
301+ <outputFile >${project.build.directory} /dependency-versions.txt</outputFile >
302+ <rulesUri >file:///${project.basedir} /maven-version-rules.xml</rulesUri >
303+ </configuration >
304+ <!-- Version defined in parent pluginManagement section -->
305+ </plugin >
306+ </plugins >
295307 </build >
296308
297309 <profiles >
You can’t perform that action at this time.
0 commit comments