diff options
Diffstat (limited to 'vnfmarket/pom.xml')
-rw-r--r-- | vnfmarket/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/vnfmarket/pom.xml b/vnfmarket/pom.xml index b960067f..ae049529 100644 --- a/vnfmarket/pom.xml +++ b/vnfmarket/pom.xml @@ -19,13 +19,13 @@ <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>org.onap.vnfsdk.refrepo</groupId> - <artifactId>oparent</artifactId> - <version>1.1.0</version> + <artifactId>vnfmarket</artifactId> + <version>1.3.3-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>vnfmarket-gui</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <packaging>war</packaging> <name>client-gui/vnfmarket</name> |