diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-20 14:48:07 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-20 15:16:20 -0500 |
commit | 2619e3d6671b5615a3cce4ee711af46876a8f3c9 (patch) | |
tree | e15d7442fc56867df776a028ee414f01ade56890 /vnftools/pom.xml | |
parent | 1b47683183e05c39e55d14c904caf073b65825ef (diff) |
[VERSION] Change version to snapshot
Change version to 1.0.0-SNAPSHOT and skip tests
Change-Id: If753fa7b08f2abb57429efe6b044353c21f18e16
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnftools/pom.xml')
-rw-r--r-- | vnftools/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vnftools/pom.xml b/vnftools/pom.xml index 59a876f3..c93a2a55 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</version> + <version>1.0.0-SNAPSHOT</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</version> + <version>1.0.0-SNAPSHOT</version> <dependencyManagement> |