From 1c7500a7ecca94ebc200c53445cb3c3aa7c10775 Mon Sep 17 00:00:00 2001 From: NovaFox161 Date: Thu, 14 May 2020 18:21:45 -0500 Subject: [PATCH] Fix compilation issues due to weird plugin version shenanigans --- client/pom.xml | 122 ++++++++++++++++++++++++------------------------- pom.xml | 1 + server/pom.xml | 1 + web/pom.xml | 1 + 4 files changed, 64 insertions(+), 61 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index 292f6cf2..5bbae591 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -1,42 +1,41 @@ - - 4.0.0 - jar + + 4.0.0 + jar - - 1.8 - 1.8 - 1.8 - 1.8 + + 1.8 + 1.8 + 1.8 + 1.8 - UTF-8 - UTF-8 - UTF-8 - + UTF-8 + UTF-8 + UTF-8 + - - org.dreamexposure - DisCal - ${revision} - + + org.dreamexposure + DisCal + ${revision} + - org.dreamexposure.discal - client - ${revision} + org.dreamexposure.discal + client + ${revision} - - - - org.dreamexposure.discal - core - ${revision} - compile - - + + + + org.dreamexposure.discal + core + ${revision} + compile + + - + ../target DisCal-Client @@ -69,33 +68,34 @@ maven-jar-plugin 3.0.2 - - - true - org.dreamexposure.discal.client.DisCalClient - - - - - - org.springframework.boot - spring-boot-maven-plugin - - - - repackage - - - - - - org.apache.maven.plugins - maven-deploy-plugin - 2.7 - - true - - - - + + + true + org.dreamexposure.discal.client.DisCalClient + + + + + + org.springframework.boot + spring-boot-maven-plugin + ${spring.maven-plugin.version} + + + + repackage + + + + + + org.apache.maven.plugins + maven-deploy-plugin + 2.7 + + true + + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index f5c85794..7e7691dc 100644 --- a/pom.xml +++ b/pom.xml @@ -20,6 +20,7 @@ 2.1.5.RELEASE 5.1.5.RELEASE + 2.2.7.RELEASE 3.1.0-SNAPSHOT diff --git a/server/pom.xml b/server/pom.xml index 7b0bd9b2..a6f8c8a6 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -88,6 +88,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.maven-plugin.version} diff --git a/web/pom.xml b/web/pom.xml index 26db75cc..b929136a 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -72,6 +72,7 @@ org.springframework.boot spring-boot-maven-plugin + ${spring.maven-plugin.version}