File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 <modelVersion >4.0.0</modelVersion >
1919
2020 <parent >
21- <groupId >org.sonatype.oss </groupId >
22- <artifactId >oss- parent</artifactId >
23- <version >9</version >
21+ <groupId >io.github.openfeign </groupId >
22+ <artifactId >parent</artifactId >
23+ <version >9.7.0-SNAPSHOT </version >
2424 </parent >
2525
26- <groupId >io.github.openfeign</groupId >
2726 <artifactId >feign-benchmark</artifactId >
28- <version >9.7.0-SNAPSHOT</version >
2927 <name >Feign Benchmark (JMH)</name >
3028
3129 <properties >
3230 <jmh .version>1.20</jmh .version>
3331 <!-- override default bytecode version for src/main from parent pom -->
3432 <main .java.version>1.8</main .java.version>
3533 <main .signature.artifact>java18</main .signature.artifact>
34+ <main .basedir>${project.basedir} /..</main .basedir>
3635 <maven .compiler.source>1.8</maven .compiler.source>
3736 <maven .compiler.target>1.8</maven .compiler.target>
3837 </properties >
You can’t perform that action at this time.
0 commit comments