diff options
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/pom.xml | 8 |
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> |