Skip to content

Commit

Permalink
Merge pull request psi-probe#3773 from psi-probe/release/5.1.1
Browse files Browse the repository at this point in the history
Release/5.1.1
  • Loading branch information
hazendaz authored Sep 14, 2024
2 parents 55cdbd5 + d599530 commit bf5e364
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
<packaging>pom</packaging>

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

<!-- Reproducible Builds -->
<project.build.outputTimestamp>1721410383</project.build.outputTimestamp>
<project.build.outputTimestamp>1726338976</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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-core</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.2-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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-rest</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.2-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-tomcat10/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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-tomcat10</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>

<name>psi-probe-tomcat10</name>
<description>PSI Probe Tomcat 10.1.x Adapter - Implementation of features specific to Apache Tomcat 10.1.x</description>
Expand Down
4 changes: 2 additions & 2 deletions psi-probe-tomcat11/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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
</parent>

<groupId>com.github.psi-probe</groupId>
<artifactId>psi-probe-tomcat11</artifactId>
<version>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>

<name>psi-probe-tomcat11</name>
<description>PSI Probe Tomcat 11.0.x Adapter - Implementation of features specific to Apache Tomcat 11.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>5.1.1-SNAPSHOT</version>
<version>5.1.2-SNAPSHOT</version>
</parent>

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

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

0 comments on commit bf5e364

Please sign in to comment.