Skip to content

Commit

Permalink
Merge pull request psi-probe#3589 from psi-probe/release/4.3.0
Browse files Browse the repository at this point in the history
Release/4.3.0
  • Loading branch information
hazendaz authored Jul 19, 2024
2 parents 9260efd + 1292dcd commit 7eec89d
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 10 deletions.
12 changes: 12 additions & 0 deletions .mvn/extensions.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed under the GPL License. You may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
-->
<extensions>
<extension>
<groupId>fr.jcgay.maven</groupId>
Expand Down
12 changes: 12 additions & 0 deletions .mvn/settings.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed under the GPL License. You may not use this file except in compliance with the License.
You may obtain a copy of the License at
https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING,
WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
PURPOSE.
-->
<settings xmlns="http://maven.apache.org/SETTINGS/1.2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.2.0 https://maven.apache.org/xsd/settings-1.2.0.xsd">

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
<packaging>pom</packaging>

<name>psi-probe</name>
Expand Down Expand Up @@ -146,7 +146,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1713924996</project.build.outputTimestamp>
<project.build.outputTimestamp>1721414712</project.build.outputTimestamp>

<!-- Checkstyle -->
<checkstyle.configLocation>checkstyle.xml</checkstyle.configLocation>
Expand Down
4 changes: 2 additions & 2 deletions psi-probe-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-core</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>

<name>psi-probe-core</name>
<description>PSI Probe Core - Core logic, data models, and controllers</description>
Expand Down
4 changes: 2 additions & 2 deletions psi-probe-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-rest</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>

<name>psi-probe-rest</name>
<description>PSI Probe Rest - RESTful service endpoints.</description>
Expand Down
4 changes: 2 additions & 2 deletions psi-probe-tomcat9/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-tomcat9</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>

<name>psi-probe-tomcat9</name>
<description>PSI Probe Tomcat 9.0.x Adapter - Implementation of features specific to Apache Tomcat 9.0.x</description>
Expand Down
4 changes: 2 additions & 2 deletions psi-probe-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-web</artifactId>
<version>4.2.1-SNAPSHOT</version>
<version>4.3.1-SNAPSHOT</version>
<packaging>war</packaging>

<name>psi-probe-web</name>
Expand Down

0 comments on commit 7eec89d

Please sign in to comment.