From 841680ed8523aedeaf41455a48d89d3e061e522b Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Sun, 19 Feb 2017 17:40:27 -0500 Subject: [VERSION] Update dependency versions Update dependency versions to snapahot Change-Id: I0aa631dff7e589339edf391e7681f609d81d814b Signed-off-by: Dan Timoney [VERSION] Reset version Reset version to 1.0.0-SNAPSHOT Change-Id: Ief9c015d5a5a0f69a2bffb9e498d464eb77def05 Signed-off-by: Dan Timoney --- dblib/features/pom.xml | 2 +- dblib/installer/pom.xml | 2 +- dblib/pom.xml | 4 ++-- dblib/provider/pom.xml | 4 ++-- filters/features/pom.xml | 2 +- filters/installer/pom.xml | 2 +- filters/pom.xml | 4 ++-- filters/provider/pom.xml | 2 +- pom.xml | 2 +- rootpom/pom.xml | 4 ++-- sli/common/pom.xml | 2 +- sli/features/pom.xml | 2 +- sli/installer/pom.xml | 2 +- sli/pom.xml | 4 ++-- sli/provider/pom.xml | 2 +- sli/recording/pom.xml | 2 +- sliPluginUtils/features/pom.xml | 2 +- sliPluginUtils/installer/pom.xml | 2 +- sliPluginUtils/pom.xml | 4 ++-- sliPluginUtils/provider/pom.xml | 2 +- sliapi/features/pom.xml | 2 +- sliapi/installer/pom.xml | 2 +- sliapi/model/pom.xml | 2 +- sliapi/pom.xml | 4 ++-- sliapi/provider/pom.xml | 2 +- 25 files changed, 32 insertions(+), 32 deletions(-) diff --git a/dblib/features/pom.xml b/dblib/features/pom.xml index b3fc853..e894115 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -4,7 +4,7 @@ dblib org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT dblib-features DBLIB Adaptor - Features diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index ba452e3..eb1f747 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/pom.xml @@ -4,7 +4,7 @@ dblib org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT dblib-installer DBLIB Adaptor - Karaf Installer diff --git a/dblib/pom.xml b/dblib/pom.xml index 4d02c7d..d9aba9d 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -3,7 +3,7 @@ org.openecomp.sdnc.core sdnc-core - 1.0.0 + 1.0.0-SNAPSHOT @@ -16,7 +16,7 @@ DBLIB Adaptor The DBLIB adaptor allows service logic to access persistent data in a local sql database - 1.0.0 + 1.0.0-SNAPSHOT diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index c46b2e8..70180ba 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -4,10 +4,10 @@ org.openecomp.sdnc.core dblib - 1.0.0 + 1.0.0-SNAPSHOT dblib-provider - 1.0.0 + 1.0.0-SNAPSHOT bundle DBLIB Adaptor - Provider http://maven.apache.org diff --git a/filters/features/pom.xml b/filters/features/pom.xml index f3dfe62..59732d7 100755 --- a/filters/features/pom.xml +++ b/filters/features/pom.xml @@ -4,7 +4,7 @@ filters org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT filters-features Filters - Features diff --git a/filters/installer/pom.xml b/filters/installer/pom.xml index 39a00b9..91f4c77 100755 --- a/filters/installer/pom.xml +++ b/filters/installer/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core filters - 1.0.0 + 1.0.0-SNAPSHOT filters-installer Filters - Karaf Installer diff --git a/filters/pom.xml b/filters/pom.xml index b809abc..ee3b404 100644 --- a/filters/pom.xml +++ b/filters/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core sdnc-core - 1.0.0 + 1.0.0-SNAPSHOT 4.0.0 @@ -16,7 +16,7 @@ Filters Servlet filter to implement ECOMP logging spec - 1.0.0 + 1.0.0-SNAPSHOT diff --git a/filters/provider/pom.xml b/filters/provider/pom.xml index 7b00001..9a54e4b 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core filters - 1.0.0 + 1.0.0-SNAPSHOT filters-provider bundle diff --git a/pom.xml b/pom.xml index 4a5df9d..33148ca 100755 --- a/pom.xml +++ b/pom.xml @@ -153,7 +153,7 @@ AT&T - 1.0.0 + 1.0.0-SNAPSHOT diff --git a/rootpom/pom.xml b/rootpom/pom.xml index 6bbb6e1..61616a9 100755 --- a/rootpom/pom.xml +++ b/rootpom/pom.xml @@ -68,8 +68,8 @@ true ${project.version} - 1.0.0 - 1.0.0 + 1.0.0-SNAPSHOT + 1.0.0-SNAPSHOT ${sdnc.core.version} ${sdnc.adaptors.version} ${sdnc.core.version} diff --git a/sli/common/pom.xml b/sli/common/pom.xml index 1f65694..3ab9848 100755 --- a/sli/common/pom.xml +++ b/sli/common/pom.xml @@ -3,7 +3,7 @@ sli org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sli-common bundle diff --git a/sli/features/pom.xml b/sli/features/pom.xml index f07aad6..e2e9f5c 100755 --- a/sli/features/pom.xml +++ b/sli/features/pom.xml @@ -4,7 +4,7 @@ sli org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sli-features SLI - Features diff --git a/sli/installer/pom.xml b/sli/installer/pom.xml index a9dc66b..fed23fa 100755 --- a/sli/installer/pom.xml +++ b/sli/installer/pom.xml @@ -4,7 +4,7 @@ sli org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sli-installer SLI - Karaf Installer diff --git a/sli/pom.xml b/sli/pom.xml index 2b1bc4a..6416558 100755 --- a/sli/pom.xml +++ b/sli/pom.xml @@ -5,7 +5,7 @@ org.openecomp.sdnc.core sdnc-core - 1.0.0 + 1.0.0-SNAPSHOT 4.0.0 pom @@ -59,7 +59,7 @@ openECOMP - 1.0.0 + 1.0.0-SNAPSHOT diff --git a/sli/provider/pom.xml b/sli/provider/pom.xml index bfea0e2..d5a629b 100755 --- a/sli/provider/pom.xml +++ b/sli/provider/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core sli - 1.0.0 + 1.0.0-SNAPSHOT sli-provider bundle diff --git a/sli/recording/pom.xml b/sli/recording/pom.xml index 62750cc..d5f7448 100755 --- a/sli/recording/pom.xml +++ b/sli/recording/pom.xml @@ -4,7 +4,7 @@ org.openecomp.sdnc.core sli - 1.0.0 + 1.0.0-SNAPSHOT sli-recording bundle diff --git a/sliPluginUtils/features/pom.xml b/sliPluginUtils/features/pom.xml index 9910964..f1da193 100755 --- a/sliPluginUtils/features/pom.xml +++ b/sliPluginUtils/features/pom.xml @@ -8,7 +8,7 @@ sliPluginUtils org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT SliPluginUtils Plugin - Features diff --git a/sliPluginUtils/installer/pom.xml b/sliPluginUtils/installer/pom.xml index f84f744..52f5e84 100755 --- a/sliPluginUtils/installer/pom.xml +++ b/sliPluginUtils/installer/pom.xml @@ -5,7 +5,7 @@ sliPluginUtils org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sliPluginUtils-installer SLI Plugin Utilities - Karaf Installer diff --git a/sliPluginUtils/pom.xml b/sliPluginUtils/pom.xml index b9e7b35..0bf4ad6 100755 --- a/sliPluginUtils/pom.xml +++ b/sliPluginUtils/pom.xml @@ -3,7 +3,7 @@ org.openecomp.sdnc.core sliPluginUtils - 1.0.0 + 1.0.0-SNAPSHOT pom 4.0.0 @@ -11,7 +11,7 @@ org.openecomp.sdnc.core sdnc-core - 1.0.0 + 1.0.0-SNAPSHOT Service Logic Interface Plugin Utilities A package of static utility functions to be used when developing SLI plugins diff --git a/sliPluginUtils/provider/pom.xml b/sliPluginUtils/provider/pom.xml index 7c8c7c2..8a59661 100755 --- a/sliPluginUtils/provider/pom.xml +++ b/sliPluginUtils/provider/pom.xml @@ -8,7 +8,7 @@ org.openecomp.sdnc.core sliPluginUtils - 1.0.0 + 1.0.0-SNAPSHOT SliPluginUtils Plugin - Provider diff --git a/sliapi/features/pom.xml b/sliapi/features/pom.xml index d5d768d..13ef69b 100755 --- a/sliapi/features/pom.xml +++ b/sliapi/features/pom.xml @@ -4,7 +4,7 @@ sliapi org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sliapi-features diff --git a/sliapi/installer/pom.xml b/sliapi/installer/pom.xml index 4b61dae..1eee871 100755 --- a/sliapi/installer/pom.xml +++ b/sliapi/installer/pom.xml @@ -5,7 +5,7 @@ sliapi org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sliapi-installer SLI API - Karaf Installer diff --git a/sliapi/model/pom.xml b/sliapi/model/pom.xml index 188e7c2..775fb93 100755 --- a/sliapi/model/pom.xml +++ b/sliapi/model/pom.xml @@ -4,7 +4,7 @@ sliapi org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sliapi-model bundle diff --git a/sliapi/pom.xml b/sliapi/pom.xml index 1240203..c0c928b 100755 --- a/sliapi/pom.xml +++ b/sliapi/pom.xml @@ -7,13 +7,13 @@ org.openecomp.sdnc.core sdnc-core - 1.0.0 + 1.0.0-SNAPSHOT pom org.openecomp.sdnc.core sliapi - 1.0.0 + 1.0.0-SNAPSHOT sliapi diff --git a/sliapi/provider/pom.xml b/sliapi/provider/pom.xml index 9034b27..32d0c98 100755 --- a/sliapi/provider/pom.xml +++ b/sliapi/provider/pom.xml @@ -4,7 +4,7 @@ sliapi org.openecomp.sdnc.core - 1.0.0 + 1.0.0-SNAPSHOT sliapi-provider bundle -- cgit 1.2.3-korg