Skip to content

Commit 170ef37

Browse files
author
FlowLogix Jenkins
committed
[maven-release-plugin] prepare release Version-68
1 parent be1a31f commit 170ef37

File tree

4 files changed

+25
-34
lines changed

4 files changed

+25
-34
lines changed

checkstyle/pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64

75
<artifactId>checkstyle</artifactId>
8-
<version>x-SNAPSHOT</version>
6+
<version>68</version>
97

108
<parent>
119
<groupId>com.flowlogix</groupId>
1210
<artifactId>base-pom</artifactId>
13-
<version>x-SNAPSHOT</version>
11+
<version>68</version>
1412
</parent>
1513

1614
<name>Checkstyle Dependencies</name>
1715

1816
<properties>
19-
<project.build.outputTimestamp>2023-09-20T00:03:03Z</project.build.outputTimestamp>
17+
<project.build.outputTimestamp>2025-09-18T16:50:10Z</project.build.outputTimestamp>
2018
</properties>
2119
</project>

infra-pom/pom.xml

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,22 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<packaging>pom</packaging>
75

86
<artifactId>infra-pom</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>68</version>
108

119
<parent>
1210
<groupId>com.flowlogix</groupId>
1311
<artifactId>base-pom</artifactId>
14-
<version>x-SNAPSHOT</version>
12+
<version>68</version>
1513
</parent>
1614

1715
<name>Infrastructure POM</name>
1816
<description>Opinionated infrastructure to be used as parent POM</description>
1917

2018
<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>
2220
<docs.phase>deploy</docs.phase>
2321
<delombok.phase>none</delombok.phase>
2422
<snippet.path.p1>${project.build.sourceDirectory}</snippet.path.p1>
@@ -30,21 +28,21 @@
3028
<gpg.keyname>Flow Logix, Inc.</gpg.keyname>
3129
<staging.server>flowlogix-maven-central-portal</staging.server>
3230
<nexus.url>https://central.sonatype.com</nexus.url>
33-
<arquillian.container/>
31+
<arquillian.container />
3432
<drone.browser>chromeheadless</drone.browser>
3533
<jacocoAddress>localhost</jacocoAddress>
3634
<jacocoPort>52212</jacocoPort>
3735
<jacocoReset>true</jacocoReset>
38-
<jacocoAgent/>
36+
<jacocoAgent />
3937
<jacoco.classDumpDir>${maven.multiModuleProjectDirectory}/target/classes</jacoco.classDumpDir>
4038
<jdk11SurefireOptions>-Xshare:off</jdk11SurefireOptions>
41-
<jdk11FailsafeOptions/>
39+
<jdk11FailsafeOptions />
4240
<mockito.agentOptions>-javaagent:${org.mockito:mockito-core:jar}</mockito.agentOptions>
4341
<compiler.show.warnings>true</compiler.show.warnings>
4442
<compiler.deprecation.arg>-Xlint:deprecation</compiler.deprecation.arg>
4543
<compiler.unchecked.arg>-Xlint:unchecked</compiler.unchecked.arg>
4644
<compiler.parameters.arg>-parameters</compiler.parameters.arg>
47-
<compiler.annotation.processing/>
45+
<compiler.annotation.processing />
4846
<junit5.parallel.tests.enabled>true</junit5.parallel.tests.enabled>
4947
<junit5.parallel.tests.mode>concurrent</junit5.parallel.tests.mode>
5048
<test.parallel>classes</test.parallel>
@@ -66,7 +64,7 @@
6664
<javadoc.snippet.path.options>--snippet-path ${javadoc.snippet.path}</javadoc.snippet.path.options>
6765
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
6866
<checkstyle.headerLocation>flowlogix-header.txt</checkstyle.headerLocation>
69-
<checkstyle.suppressionsLocation/>
67+
<checkstyle.suppressionsLocation />
7068
<checkstyle.excludes>**/module-info.java</checkstyle.excludes>
7169
<ear.defaultLibBundleDir>lib</ear.defaultLibBundleDir>
7270
<ear.skinnyWars>true</ear.skinnyWars>
@@ -201,7 +199,7 @@
201199
<version>${jdk.minimum.version}</version>
202200
<message>Required JDK version to build is at least ${maven.compiler.release}</message>
203201
</requireJavaVersion>
204-
<dependencyConvergence/>
202+
<dependencyConvergence />
205203
</rules>
206204
</configuration>
207205
</execution>
@@ -298,7 +296,7 @@
298296
<dependency>
299297
<groupId>com.flowlogix</groupId>
300298
<artifactId>checkstyle</artifactId>
301-
<version>x-SNAPSHOT</version>
299+
<version>68</version>
302300
</dependency>
303301
</dependencies>
304302
</plugin>

payara-pom/pom.xml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?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">
53
<modelVersion>4.0.0</modelVersion>
64
<packaging>pom</packaging>
75

86
<artifactId>payara-pom</artifactId>
9-
<version>x-SNAPSHOT</version>
7+
<version>68</version>
108

119
<parent>
1210
<groupId>com.flowlogix</groupId>
1311
<artifactId>infra-pom</artifactId>
14-
<version>x-SNAPSHOT</version>
12+
<version>68</version>
1513
<relativePath>../infra-pom</relativePath>
1614
</parent>
1715

@@ -25,8 +23,8 @@
2523
<root.basedir>${maven.multiModuleProjectDirectory}</root.basedir>
2624
<dependencies.output-directory>${root.basedir}/target/dependency</dependencies.output-directory>
2725
<dependencies.markers-directory>${root.basedir}/target/dependency-maven-plugin-markers</dependencies.markers-directory>
28-
<payara.imageName/>
29-
<payara.asadmin.executable.suffix/>
26+
<payara.imageName />
27+
<payara.asadmin.executable.suffix />
3028
<payara.asadmin.executable>${root.basedir}/target/dependency/payara6/bin/asadmin${payara.asadmin.executable.suffix}</payara.asadmin.executable>
3129
<payara.http.port>80</payara.http.port>
3230
<payara.https.port>8181</payara.https.port>

pom.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" child.project.url.inherit.append.path="false"
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" child.project.url.inherit.append.path="false" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<packaging>pom</packaging>
75

86
<groupId>com.flowlogix</groupId>
97
<artifactId>base-pom</artifactId>
10-
<version>x-SNAPSHOT</version>
8+
<version>68</version>
119

1210
<name>Base POM</name>
1311
<description>Minimal base POM to be used as parent POM</description>
@@ -30,13 +28,12 @@
3028
</developer>
3129
</developers>
3230

33-
<scm child.scm.connection.inherit.append.path="false"
34-
child.scm.developerConnection.inherit.append.path="false"
35-
child.scm.url.inherit.append.path="false">
31+
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
3632
<url>https://github.com/flowlogix/base-pom/tree/main</url>
3733
<connection>scm:git:git://github.com/flowlogix/base-pom.git</connection>
3834
<developerConnection>scm:git:[email protected]:flowlogix/base-pom.git</developerConnection>
39-
</scm>
35+
<tag>Version-68</tag>
36+
</scm>
4037

4138
<properties>
4239
<maven.compiler.release>25</maven.compiler.release>

0 commit comments

Comments
 (0)