|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <project xmlns="http://maven.apache.org/POM/4.0.0" |
3 | | - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
4 | | - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 4 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
5 | 5 | <modelVersion>4.0.0</modelVersion> |
6 | 6 |
|
7 | 7 | <parent> |
|
34 | 34 |
|
35 | 35 | <url>http://github.com/mp911de/microbenchmark-runner</url> |
36 | 36 |
|
37 | | - <licenses> |
38 | | - <license> |
| 37 | + <licenses> |
| 38 | + <license> |
39 | 39 | <name>Eclipse Public License - v 2.0</name> |
40 | 40 | <url>http://www.eclipse.org/legal/epl-v20.html</url> |
41 | | - <distribution>repo</distribution> |
42 | | - </license> |
43 | | - </licenses> |
| 41 | + <distribution>repo</distribution> |
| 42 | + </license> |
| 43 | + </licenses> |
44 | 44 |
|
45 | | - <ciManagement> |
46 | | - <system>GitHub Actions</system> |
47 | | - <url>https://github.com/mp911de/microbenchmark-runner/actions</url> |
48 | | - </ciManagement> |
| 45 | + <ciManagement> |
| 46 | + <system>GitHub Actions</system> |
| 47 | + <url>https://github.com/mp911de/microbenchmark-runner/actions</url> |
| 48 | + </ciManagement> |
49 | 49 |
|
50 | | - <issueManagement> |
51 | | - <system>Github</system> |
52 | | - <url>https://github.com/mp911de/microbenchmark-runner/issues</url> |
53 | | - </issueManagement> |
| 50 | + <issueManagement> |
| 51 | + <system>Github</system> |
| 52 | + <url>https://github.com/mp911de/microbenchmark-runner/issues</url> |
| 53 | + </issueManagement> |
54 | 54 |
|
55 | 55 | <scm> |
56 | | - <connection>scm:git:https://github.com/mp911de/microbenchmark-runner.git</connection> |
57 | | - <developerConnection>scm:git:https://github.com/mp911de/microbenchmark-runner.git</developerConnection> |
58 | | - <url>http://github.com/mp911de/microbenchmark-runner</url> |
59 | | - <tag>HEAD</tag> |
60 | | - </scm> |
| 56 | + <connection>scm:git:https://github.com/mp911de/microbenchmark-runner.git |
| 57 | + </connection> |
| 58 | + <developerConnection> |
| 59 | + scm:git:https://github.com/mp911de/microbenchmark-runner.git |
| 60 | + </developerConnection> |
| 61 | + <url>http://github.com/mp911de/microbenchmark-runner</url> |
| 62 | + <tag>HEAD</tag> |
| 63 | + </scm> |
61 | 64 |
|
62 | 65 | <dependencyManagement> |
63 | 66 | <dependencies> |
|
138 | 141 | <artifactId>maven-compiler-plugin</artifactId> |
139 | 142 | <version>3.14.0</version> |
140 | 143 | <configuration> |
141 | | - <source>1.8</source> |
142 | | - <target>1.8</target> |
| 144 | + <source>17</source> |
| 145 | + <target>17</target> |
143 | 146 | </configuration> |
144 | 147 | </plugin> |
145 | 148 |
|
|
0 commit comments