|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
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"> |
| 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"> |
5 | 3 | <modelVersion>4.0.0</modelVersion>
|
6 | 4 | <packaging>pom</packaging>
|
7 | 5 |
|
8 | 6 | <artifactId>infra-pom</artifactId>
|
9 |
| - <version>x-SNAPSHOT</version> |
| 7 | + <version>68</version> |
10 | 8 |
|
11 | 9 | <parent>
|
12 | 10 | <groupId>com.flowlogix</groupId>
|
13 | 11 | <artifactId>base-pom</artifactId>
|
14 |
| - <version>x-SNAPSHOT</version> |
| 12 | + <version>68</version> |
15 | 13 | </parent>
|
16 | 14 |
|
17 | 15 | <name>Infrastructure POM</name>
|
18 | 16 | <description>Opinionated infrastructure to be used as parent POM</description>
|
19 | 17 |
|
20 | 18 | <properties>
|
21 |
| - <project.build.outputTimestamp>2025-06-20T00:03:03Z</project.build.outputTimestamp> |
| 19 | + <project.build.outputTimestamp>2025-09-18T16:50:10Z</project.build.outputTimestamp> |
22 | 20 | <docs.phase>deploy</docs.phase>
|
23 | 21 | <delombok.phase>none</delombok.phase>
|
24 | 22 | <snippet.path.p1>${project.build.sourceDirectory}</snippet.path.p1>
|
|
30 | 28 | <gpg.keyname>Flow Logix, Inc.</gpg.keyname>
|
31 | 29 | <staging.server>flowlogix-maven-central-portal</staging.server>
|
32 | 30 | <nexus.url>https://central.sonatype.com</nexus.url>
|
33 |
| - <arquillian.container/> |
| 31 | + <arquillian.container /> |
34 | 32 | <drone.browser>chromeheadless</drone.browser>
|
35 | 33 | <jacocoAddress>localhost</jacocoAddress>
|
36 | 34 | <jacocoPort>52212</jacocoPort>
|
37 | 35 | <jacocoReset>true</jacocoReset>
|
38 |
| - <jacocoAgent/> |
| 36 | + <jacocoAgent /> |
39 | 37 | <jacoco.classDumpDir>${maven.multiModuleProjectDirectory}/target/classes</jacoco.classDumpDir>
|
40 | 38 | <jdk11SurefireOptions>-Xshare:off</jdk11SurefireOptions>
|
41 |
| - <jdk11FailsafeOptions/> |
| 39 | + <jdk11FailsafeOptions /> |
42 | 40 | <mockito.agentOptions>-javaagent:${org.mockito:mockito-core:jar}</mockito.agentOptions>
|
43 | 41 | <compiler.show.warnings>true</compiler.show.warnings>
|
44 | 42 | <compiler.deprecation.arg>-Xlint:deprecation</compiler.deprecation.arg>
|
45 | 43 | <compiler.unchecked.arg>-Xlint:unchecked</compiler.unchecked.arg>
|
46 | 44 | <compiler.parameters.arg>-parameters</compiler.parameters.arg>
|
47 |
| - <compiler.annotation.processing/> |
| 45 | + <compiler.annotation.processing /> |
48 | 46 | <junit5.parallel.tests.enabled>true</junit5.parallel.tests.enabled>
|
49 | 47 | <junit5.parallel.tests.mode>concurrent</junit5.parallel.tests.mode>
|
50 | 48 | <test.parallel>classes</test.parallel>
|
|
66 | 64 | <javadoc.snippet.path.options>--snippet-path ${javadoc.snippet.path}</javadoc.snippet.path.options>
|
67 | 65 | <checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
|
68 | 66 | <checkstyle.headerLocation>flowlogix-header.txt</checkstyle.headerLocation>
|
69 |
| - <checkstyle.suppressionsLocation/> |
| 67 | + <checkstyle.suppressionsLocation /> |
70 | 68 | <checkstyle.excludes>**/module-info.java</checkstyle.excludes>
|
71 | 69 | <ear.defaultLibBundleDir>lib</ear.defaultLibBundleDir>
|
72 | 70 | <ear.skinnyWars>true</ear.skinnyWars>
|
|
201 | 199 | <version>${jdk.minimum.version}</version>
|
202 | 200 | <message>Required JDK version to build is at least ${maven.compiler.release}</message>
|
203 | 201 | </requireJavaVersion>
|
204 |
| - <dependencyConvergence/> |
| 202 | + <dependencyConvergence /> |
205 | 203 | </rules>
|
206 | 204 | </configuration>
|
207 | 205 | </execution>
|
|
298 | 296 | <dependency>
|
299 | 297 | <groupId>com.flowlogix</groupId>
|
300 | 298 | <artifactId>checkstyle</artifactId>
|
301 |
| - <version>x-SNAPSHOT</version> |
| 299 | + <version>68</version> |
302 | 300 | </dependency>
|
303 | 301 | </dependencies>
|
304 | 302 | </plugin>
|
|
0 commit comments