summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorBogumil Zebek <bogumil.zebek@nokia.com>2020-08-04 12:56:12 +0200
committerZebek Bogumil <bogumil.zebek@nokia.com>2020-08-21 11:15:31 +0200
commit158248d9e2006e8e5f5c181f07b5aac57cb9ddd0 (patch)
treec198dfd629a8ff4f2f96286d8c6445d2cec1c999 /deployment
parent8cbf161905d50a97fd78f28fb14b08bbd75c3abe (diff)
Migrate from java 8 to java 11
Change-Id: If146dc0d99541a8a14ecc5e504c49a5c433a262f Issue-ID: VNFSDK-631 Signed-off-by: Zebek Bogumil <bogumil.zebek@nokia.com>
Diffstat (limited to 'deployment')
-rw-r--r--deployment/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/deployment/pom.xml b/deployment/pom.xml
index 6e21474..bb56d3a 100644
--- a/deployment/pom.xml
+++ b/deployment/pom.xml
@@ -16,6 +16,10 @@
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
+ <properties>
+ <groovy-maven-plugin.version>2.0</groovy-maven-plugin.version>
+ <gmaven-plugin.version>1.5</gmaven-plugin.version>
+ </properties>
<parent>
<groupId>org.onap.vnfsdk.validation</groupId>
@@ -33,7 +37,7 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>groovy-maven-plugin</artifactId>
- <version>2.0</version>
+ <version>${groovy-maven-plugin.version}</version>
</plugin>
</plugins>
</pluginManagement>
@@ -41,7 +45,7 @@
<plugin>
<groupId>org.codehaus.gmaven</groupId>
<artifactId>gmaven-plugin</artifactId>
- <version>1.5</version>
+ <version>${gmaven-plugin.version}</version>
<executions>
<execution>
<id>CSAR validator</id>