Skip to content

Commit

Permalink
Updated dependencies and plugins to their latest versions. Bumped up …
Browse files Browse the repository at this point in the history
…the version to 5.0.2.
  • Loading branch information
xmoravej committed Jun 14, 2024
1 parent 2401f38 commit 338919d
Show file tree
Hide file tree
Showing 51 changed files with 60 additions and 60 deletions.
20 changes: 10 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<packaging>pom</packaging>
<version>5.0.1</version>
<version>5.0.2</version>

<name>QuartzDesk Test Web Applications</name>

Expand Down Expand Up @@ -53,7 +53,7 @@
<properties>
<module.name>com.quartzdesk.test_webapps</module.name>

<com.quartzdesk.version>5.0.1</com.quartzdesk.version>
<com.quartzdesk.version>5.0.2</com.quartzdesk.version>

<!--
Implementation-Vendor-Id used in manifests.
Expand Down Expand Up @@ -88,9 +88,9 @@
<!--
Most recent version that still supports Java 8.
-->
<org.slf4j.version>2.0.9</org.slf4j.version>
<org.slf4j.version>2.0.13</org.slf4j.version>

<org.springframework.version>5.3.31</org.springframework.version>
<org.springframework.version>5.3.36</org.springframework.version>
</properties>


Expand Down Expand Up @@ -492,7 +492,7 @@

<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<version>3.13.0</version>
<configuration>
<!-- Include debugging information in generated bytecode. -->
<debug>true</debug>
Expand All @@ -510,7 +510,7 @@

<plugin>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.4.1</version>
<version>3.5.0</version>
<dependencies>
<!--
Extra enforcer rules not provided by Maven Enforcer Plugin out of the box.
Expand All @@ -527,7 +527,7 @@

<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.3.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<!--
Expand Down Expand Up @@ -560,7 +560,7 @@

<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.7.0</version>
</plugin>


Expand All @@ -584,7 +584,7 @@

<plugin>
<artifactId>maven-toolchains-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>


Expand Down Expand Up @@ -627,7 +627,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>3.4.0</version>
<version>3.6.0</version>
</plugin>

</plugins>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-quartz-v1-8-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v1-8-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-quartz-v2-0-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-0-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-0-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-0-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-quartz-v2-1-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-1-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-quartz-v2-2-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-2-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion quartzdesk-test-quartz-v2-3-x/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-webapps-pom</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-3-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-3-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-3-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>com.quartzdesk-test-webapps</groupId>
<artifactId>quartzdesk-test-quartz-v2-3-x</artifactId>
<version>5.0.1</version>
<version>5.0.2</version>
</parent>

<properties>
Expand Down
Loading

0 comments on commit 338919d

Please sign in to comment.