File tree Expand file tree Collapse file tree 4 files changed +25
-1
lines changed
Expand file tree Collapse file tree 4 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ ../maven-version-rules.xml
Original file line number Diff line number Diff line change 1+ ../maven-version-rules.xml
Original file line number Diff line number Diff line change 1+ <ruleset comparisonMethod =" maven"
2+ xmlns =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0"
3+ xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4+ xsi : schemaLocation =" http://mojo.codehaus.org/versions-maven-plugin/rule/2.0.0 https://www.mojohaus.org/versions-maven-plugin/xsd/rule-2.0.0.xsd" >
5+ <rules >
6+ <rule groupId =" org.slf4j" comparisonMethod =" maven" >
7+ <ignoreVersions >
8+ <ignoreVersion type =" regex" >.*-(alpha|beta)[0-9\.-]*</ignoreVersion >
9+ </ignoreVersions >
10+ </rule >
11+ </rules >
12+ </ruleset >
Original file line number Diff line number Diff line change 6767 <java .version>1.8</java .version>
6868
6969 <!-- library versions -->
70- <assertj .version>3.17.2 </assertj .version>
70+ <assertj .version>3.18.0 </assertj .version>
7171 <awaitility .version>4.0.3</awaitility .version>
7272 <embedded-redis .version>0.7.3</embedded-redis .version>
7373 <jedis .version>3.3.0</jedis .version>
8484 <maven-shade-plugin .version>3.0.0</maven-shade-plugin .version>
8585 <maven-source-plugin .version>3.0.1</maven-source-plugin .version>
8686 <maven-surefire-plugin .version>3.0.0-M5</maven-surefire-plugin .version>
87+ <versions-maven-plugin .version>2.8.1</versions-maven-plugin .version>
8788
8889 </properties >
8990
167168 </configuration >
168169 </plugin >
169170
171+ <plugin >
172+ <groupId >org.codehaus.mojo</groupId >
173+ <artifactId >versions-maven-plugin</artifactId >
174+ <version >${versions-maven-plugin.version} </version >
175+ <configuration >
176+ <rulesUri >${project.baseUri} /maven-version-rules.xml</rulesUri >
177+ </configuration >
178+ </plugin >
179+
170180 </plugins >
171181
172182 <pluginManagement >
You can’t perform that action at this time.
0 commit comments