diff options
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | res/pom.xml | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -23,7 +23,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfres</groupId> <artifactId>vfc-gvnfm-vnfres</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.4</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnfres</name> <description>vfc gvnfm vnfres</description> diff --git a/res/pom.xml b/res/pom.xml index b2819fe..7586205 100644 --- a/res/pom.xml +++ b/res/pom.xml @@ -20,12 +20,12 @@ <parent> <groupId>org.onap.vfc.gvnfm.vnfres</groupId> <artifactId>vfc-gvnfm-vnfres</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.4</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId> <artifactId>vfc-gvnfm-vnfres-res</artifactId> - <version>1.3.4-SNAPSHOT</version> + <version>1.3.4</version> <packaging>pom</packaging> <name>vfc-gvnfm-vnfres-res</name> <description>vfc gvnfm vnfres res</description> |