|
1 |
| -<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"> |
| 1 | +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 2 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
2 | 3 | <modelVersion>4.0.0</modelVersion>
|
3 | 4 | <groupId>de.neuland-bfi</groupId>
|
4 | 5 | <artifactId>pug4j</artifactId>
|
|
29 | 30 | <url>https://github.com/neuland/pug4j</url>
|
30 | 31 | <connection>scm:git:git://github.com/neuland/pug4j.git</connection>
|
31 | 32 | < developerConnection>scm:git: [email protected]:neuland/pug4j.git</ developerConnection>
|
32 |
| - <tag>HEAD</tag> |
33 |
| - </scm> |
| 33 | + <tag>HEAD</tag> |
| 34 | + </scm> |
| 35 | + |
34 | 36 | <developers>
|
35 | 37 | <developer>
|
36 | 38 | <name>Artur Tomas</name>
|
|
62 | 64 | <graalvm.version>21.3.12</graalvm.version>
|
63 | 65 | <java.version>8</java.version>
|
64 | 66 | </properties>
|
| 67 | + |
65 | 68 | <profiles>
|
66 | 69 | <profile>
|
67 | 70 | <id>javac-release</id>
|
|
130 | 133 | <useFile>false</useFile>
|
131 | 134 | <useModulePath>false</useModulePath>
|
132 | 135 | <trimStackTrace>false</trimStackTrace>
|
133 |
| - <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory" /> |
| 136 | + <forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/> |
134 | 137 | </configuration>
|
135 | 138 | </plugin>
|
136 | 139 | <plugin>
|
|
187 | 190 | <execution>
|
188 | 191 | <id>deploy</id>
|
189 | 192 | <phase>deploy</phase>
|
190 |
| - <goals><goal>deploy</goal></goals> |
| 193 | + <goals> |
| 194 | + <goal>deploy</goal> |
| 195 | + </goals> |
191 | 196 | </execution>
|
192 | 197 | </executions>
|
193 | 198 | </plugin>
|
|
269 | 274 | <version>1.12.0</version>
|
270 | 275 | </dependency>
|
271 | 276 | <dependency>
|
272 |
| - <groupId>com.github.ben-manes.caffeine</groupId> |
273 |
| - <artifactId>caffeine</artifactId> |
274 |
| - <version>2.9.3</version> |
| 277 | + <groupId>com.github.ben-manes.caffeine</groupId> |
| 278 | + <artifactId>caffeine</artifactId> |
| 279 | + <version>2.9.3</version> |
275 | 280 | </dependency>
|
276 | 281 | <dependency>
|
277 | 282 | <groupId>com.google.code.gson</groupId>
|
278 | 283 | <artifactId>gson</artifactId>
|
279 | 284 | <version>2.10.1</version>
|
280 | 285 | </dependency>
|
281 | 286 | <dependency>
|
282 |
| - <groupId>com.vladsch.flexmark</groupId> |
283 |
| - <artifactId>flexmark</artifactId> |
284 |
| - <version>0.62.2</version> |
| 287 | + <groupId>com.vladsch.flexmark</groupId> |
| 288 | + <artifactId>flexmark</artifactId> |
| 289 | + <version>0.62.2</version> |
285 | 290 | </dependency>
|
286 | 291 | <dependency>
|
287 | 292 | <groupId>org.graalvm.sdk</groupId>
|
|
366 | 371 | <scope>test</scope>
|
367 | 372 | </dependency>
|
368 | 373 | <dependency>
|
369 |
| - <groupId>org.openjdk.jmh</groupId> |
370 |
| - <artifactId>jmh-core</artifactId> |
371 |
| - <version>1.37</version> |
372 |
| - <scope>test</scope> |
| 374 | + <groupId>org.openjdk.jmh</groupId> |
| 375 | + <artifactId>jmh-core</artifactId> |
| 376 | + <version>1.37</version> |
| 377 | + <scope>test</scope> |
373 | 378 | </dependency>
|
374 | 379 | <dependency>
|
375 |
| - <groupId>org.openjdk.jmh</groupId> |
376 |
| - <artifactId>jmh-generator-annprocess</artifactId> |
377 |
| - <version>1.37</version> |
378 |
| - <scope>test</scope> |
| 380 | + <groupId>org.openjdk.jmh</groupId> |
| 381 | + <artifactId>jmh-generator-annprocess</artifactId> |
| 382 | + <version>1.37</version> |
| 383 | + <scope>test</scope> |
379 | 384 | </dependency>
|
380 | 385 | </dependencies>
|
381 | 386 | </project>
|
0 commit comments