diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-21 08:47:08 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-21 08:47:21 -0500 |
commit | 09b162c80016cdc798ad70e749f0ebf35477adea (patch) | |
tree | 62b2c78de718841cfb56d488dd12c63369a85e98 /vnftools | |
parent | 2619e3d6671b5615a3cce4ee711af46876a8f3c9 (diff) |
[VERSION] Official root pom version
Update to use version 1.0.0 of root pom
Change-Id: I9b9d4bea913f60d62cc9dae171db6c117ec10c72
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools')
-rw-r--r-- | vnftools/features/pom.xml | 2 | ||||
-rwxr-xr-x | vnftools/installer/pom.xml | 2 | ||||
-rw-r--r-- | vnftools/pom.xml | 4 | ||||
-rw-r--r-- | vnftools/provider/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/vnftools/features/pom.xml b/vnftools/features/pom.xml index ff7c146b..7f0797f3 100644 --- a/vnftools/features/pom.xml +++ b/vnftools/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>vnftools</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>vnftools-features</artifactId> <name>VNF tools Plugin - Features</name> diff --git a/vnftools/installer/pom.xml b/vnftools/installer/pom.xml index c5b1ed31..acf7dccd 100755 --- a/vnftools/installer/pom.xml +++ b/vnftools/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>vnftools</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>vnftools-installer</artifactId> <name>VNF Tools Plugin - Karaf Installer</name> diff --git a/vnftools/pom.xml b/vnftools/pom.xml index c93a2a55..59a876f3 100644 --- a/vnftools/pom.xml +++ b/vnftools/pom.xml @@ -3,7 +3,7 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -18,7 +18,7 @@ <name>VNF Tools Plugin</name> <description>Provides execute nodes to Directed Graphs that use the VNF Module.</description> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <dependencyManagement> diff --git a/vnftools/provider/pom.xml b/vnftools/provider/pom.xml index 5aad3f98..cce9e246 100644 --- a/vnftools/provider/pom.xml +++ b/vnftools/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>vnftools</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <artifactId>vnftools-provider</artifactId> <packaging>bundle</packaging> |