From 09b162c80016cdc798ad70e749f0ebf35477adea Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Tue, 21 Feb 2017 08:47:08 -0500 Subject: [PATCH] [VERSION] Official root pom version Update to use version 1.0.0 of root pom Change-Id: I9b9d4bea913f60d62cc9dae171db6c117ec10c72 Signed-off-by: Dan Timoney --- asdcApi/features/pom.xml | 2 +- asdcApi/installer/pom.xml | 2 +- asdcApi/model/pom.xml | 4 ++-- asdcApi/pom.xml | 4 ++-- asdcApi/provider/pom.xml | 2 +- dataChange/features/pom.xml | 4 ++-- dataChange/installer/pom.xml | 2 +- dataChange/model/pom.xml | 4 ++-- dataChange/pom.xml | 4 ++-- dataChange/provider/pom.xml | 2 +- pom.xml | 4 ++-- vnfapi/features/pom.xml | 2 +- vnfapi/installer/pom.xml | 2 +- vnfapi/model/pom.xml | 2 +- vnfapi/pom.xml | 4 ++-- vnfapi/provider/pom.xml | 2 +- vnftools/features/pom.xml | 2 +- vnftools/installer/pom.xml | 2 +- vnftools/pom.xml | 4 ++-- vnftools/provider/pom.xml | 2 +- 20 files changed, 28 insertions(+), 28 deletions(-) diff --git a/asdcApi/features/pom.xml b/asdcApi/features/pom.xml index e62ffe07..41970e2b 100755 --- a/asdcApi/features/pom.xml +++ b/asdcApi/features/pom.xml @@ -4,7 +4,7 @@ asdcApi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 asdcApi-features diff --git a/asdcApi/installer/pom.xml b/asdcApi/installer/pom.xml index 5d002c78..23ea77d1 100755 --- a/asdcApi/installer/pom.xml +++ b/asdcApi/installer/pom.xml @@ -5,7 +5,7 @@ asdcApi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 asdcApi-installer asdcApi - Karaf Installer diff --git a/asdcApi/model/pom.xml b/asdcApi/model/pom.xml index eab21d0b..04198e04 100755 --- a/asdcApi/model/pom.xml +++ b/asdcApi/model/pom.xml @@ -4,11 +4,11 @@ asdcApi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 org.openecomp.sdnc.northbound asdcApi-model - 1.0.0-SNAPSHOT + 1.0.0 bundle diff --git a/asdcApi/pom.xml b/asdcApi/pom.xml index b228b8e4..aaea307e 100755 --- a/asdcApi/pom.xml +++ b/asdcApi/pom.xml @@ -5,13 +5,13 @@ org.openecomp.sdnc.northbound sdnc-northbound - 1.0.0-SNAPSHOT + 1.0.0 pom org.openecomp.sdnc.northbound asdcApi - 1.0.0-SNAPSHOT + 1.0.0 asdcApi diff --git a/asdcApi/provider/pom.xml b/asdcApi/provider/pom.xml index df3040bb..033cd29c 100755 --- a/asdcApi/provider/pom.xml +++ b/asdcApi/provider/pom.xml @@ -4,7 +4,7 @@ asdcApi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 asdcApi-provider bundle diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index 8d3a091e..6f993f8b 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -4,11 +4,11 @@ dataChange org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 org.openecomp.sdnc.northbound dataChange-features - 1.0.0-SNAPSHOT + 1.0.0 jar diff --git a/dataChange/installer/pom.xml b/dataChange/installer/pom.xml index f4119ea3..3a5fa50a 100755 --- a/dataChange/installer/pom.xml +++ b/dataChange/installer/pom.xml @@ -5,7 +5,7 @@ dataChange org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 dataChange-installer dataChange - Karaf Installer diff --git a/dataChange/model/pom.xml b/dataChange/model/pom.xml index 3accef05..e5772f4d 100755 --- a/dataChange/model/pom.xml +++ b/dataChange/model/pom.xml @@ -4,11 +4,11 @@ dataChange org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 org.openecomp.sdnc.northbound dataChange-model - 1.0.0-SNAPSHOT + 1.0.0 bundle diff --git a/dataChange/pom.xml b/dataChange/pom.xml index 85951d5c..90d3311d 100755 --- a/dataChange/pom.xml +++ b/dataChange/pom.xml @@ -5,13 +5,13 @@ org.openecomp.sdnc.northbound sdnc-northbound - 1.0.0-SNAPSHOT + 1.0.0 pom org.openecomp.sdnc.northbound dataChange - 1.0.0-SNAPSHOT + 1.0.0 dataChange diff --git a/dataChange/provider/pom.xml b/dataChange/provider/pom.xml index 3b1ede05..f2cd725d 100755 --- a/dataChange/provider/pom.xml +++ b/dataChange/provider/pom.xml @@ -5,7 +5,7 @@ dataChange org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 dataChange-provider bundle diff --git a/pom.xml b/pom.xml index e7788ed1..40e970e0 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core root - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 @@ -86,7 +86,7 @@ AT&T - 1.0.0-SNAPSHOT + 1.0.0 diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index 6dc16d9e..e4c3214c 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnfapi-features diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index e48ca374..9553b52c 100755 --- a/vnfapi/installer/pom.xml +++ b/vnfapi/installer/pom.xml @@ -5,7 +5,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnfapi-installer VNF API - Karaf Installer diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index f4879c6e..cf354ed1 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnfapi-model bundle diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index 22287e80..8e92a9a2 100644 --- a/vnfapi/pom.xml +++ b/vnfapi/pom.xml @@ -5,13 +5,13 @@ org.openecomp.sdnc.northbound sdnc-northbound - 1.0.0-SNAPSHOT + 1.0.0 pom org.openecomp.sdnc.northbound vnfapi - 1.0.0-SNAPSHOT + 1.0.0 vnfapi diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 455a5994..6841ac49 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -4,7 +4,7 @@ vnfapi org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnfapi-provider bundle 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 @@ vnftools org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnftools-features VNF tools Plugin - Features 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 @@ vnftools org.openecomp.sdnc.northbound - 1.0.0-SNAPSHOT + 1.0.0 vnftools-installer VNF Tools Plugin - Karaf Installer 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 @@ org.openecomp.sdnc.northbound sdnc-northbound - 1.0.0-SNAPSHOT + 1.0.0 4.0.0 @@ -18,7 +18,7 @@ VNF Tools Plugin Provides execute nodes to Directed Graphs that use the VNF Module. - 1.0.0-SNAPSHOT + 1.0.0 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 @@ org.openecomp.sdnc.northbound vnftools - 1.0.0-SNAPSHOT + 1.0.0 vnftools-provider bundle -- 2.16.6