Skip to content

Commit

Permalink
build: Updated all build dependencies to prepare last Java-8 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver-Loeffler committed Nov 12, 2022
1 parent db44778 commit c20785e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@

<java.version>1.8</java.version>

<junit.platform.version>1.7.1</junit.platform.version>
<junit.jupiter.version>5.7.1</junit.jupiter.version>
<awaitility.version>4.0.3</awaitility.version>
<junit.platform.version>1.9.1</junit.platform.version>
<junit.jupiter.version>5.9.1</junit.jupiter.version>
<awaitility.version>4.2.0</awaitility.version>

<testfx.version>4.0.6-alpha</testfx.version>
<testfx.version>4.0.8-alpha</testfx.version>
<testfx.monocle.version>8u76-b04</testfx.monocle.version> <!-- jdk-9+181 for Java 9 -->

<maven.jacoco.plugin.version>0.8.6</maven.jacoco.plugin.version>
<maven.source.plugin.version>3.2.0</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.2.0</maven.javadoc.plugin.version>
<maven.jar.plugin.version>3.2.0</maven.jar.plugin.version>
<maven.surefire.plugin.version>3.0.0-M5</maven.surefire.plugin.version>
<maven.compiler.plugin.version>3.8.1</maven.compiler.plugin.version>
<maven.jacoco.plugin.version>0.8.8</maven.jacoco.plugin.version>
<maven.source.plugin.version>3.2.1</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.4.1</maven.javadoc.plugin.version>
<maven.jar.plugin.version>3.3.0</maven.jar.plugin.version>
<maven.surefire.plugin.version>3.0.0-M7</maven.surefire.plugin.version>
<maven.compiler.plugin.version>3.10.1</maven.compiler.plugin.version>

<maven.nexus.staging.plugin.version>1.6.7</maven.nexus.staging.plugin.version>
<maven.gpg.plugin.version>1.6</maven.gpg.plugin.version>
<maven.release.plugin.version>3.0.0-M1</maven.release.plugin.version>
<maven.nexus.staging.plugin.version>1.6.13</maven.nexus.staging.plugin.version>
<maven.gpg.plugin.version>3.0.1</maven.gpg.plugin.version>
<maven.release.plugin.version>3.0.0-M7</maven.release.plugin.version>
<maven.license.plugin.version>2.0.0</maven.license.plugin.version>

</properties>
Expand Down Expand Up @@ -192,7 +192,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>${maven.release.plugin.version}</version><!--$NO-MVN-MAN-VER$ -->
<version>${maven.release.plugin.version}</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
Expand Down

0 comments on commit c20785e

Please sign in to comment.