File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
2+ <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
34 <modelVersion >4.0.0</modelVersion >
45
56 <groupId >org.nibor.autolink</groupId >
1819
1920 <properties >
2021 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22+ <jmh .version>1.11.3</jmh .version>
2123 </properties >
2224
2325 <dependencies >
3032 <dependency >
3133 <groupId >org.openjdk.jmh</groupId >
3234 <artifactId >jmh-core</artifactId >
33- <version >1.11.3 </version >
35+ <version >${jmh.version} </version >
3436 <scope >test</scope >
3537 </dependency >
3638 </dependencies >
117119 <dependency >
118120 <groupId >org.openjdk.jmh</groupId >
119121 <artifactId >jmh-generator-annprocess</artifactId >
120- <version >1.9.3 </version >
122+ <version >${jmh.version} </version >
121123 <scope >test</scope >
122124 </dependency >
123125 </dependencies >
You can’t perform that action at this time.
0 commit comments