From c3f3126c8d7256049d4f42b07ec1e60bb429e1a7 Mon Sep 17 00:00:00 2001 From: DenisGabriela Date: Fri, 26 Oct 2018 10:06:02 +0300 Subject: [PATCH] ATS-165 : T-Engines build fails at the Release stage (if Build JDK = Open JDK 11) - added release-plugin --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 91161e7d..95bf40c5 100644 --- a/pom.xml +++ b/pom.xml @@ -131,6 +131,15 @@ + + + + + maven-release-plugin + 2.5.3 + + +