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 1
1
<?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" >
3
4
<modelVersion >4.0.0</modelVersion >
4
5
5
6
<groupId >org.nibor.autolink</groupId >
18
19
19
20
<properties >
20
21
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
22
+ <jmh .version>1.11.3</jmh .version>
21
23
</properties >
22
24
23
25
<dependencies >
30
32
<dependency >
31
33
<groupId >org.openjdk.jmh</groupId >
32
34
<artifactId >jmh-core</artifactId >
33
- <version >1.11.3 </version >
35
+ <version >${jmh.version} </version >
34
36
<scope >test</scope >
35
37
</dependency >
36
38
</dependencies >
117
119
<dependency >
118
120
<groupId >org.openjdk.jmh</groupId >
119
121
<artifactId >jmh-generator-annprocess</artifactId >
120
- <version >1.9.3 </version >
122
+ <version >${jmh.version} </version >
121
123
<scope >test</scope >
122
124
</dependency >
123
125
</dependencies >
You can’t perform that action at this time.
0 commit comments