diff options
author | Dan Timoney <dtimoney@att.com> | 2017-02-24 14:03:39 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2017-02-24 14:04:09 -0500 |
commit | 6a17355a4283f30c9cf06ab0fa9939f709d60d4a (patch) | |
tree | 48d792aaa7224b00c8891881a93ce97ec23f58dd /vnfapi | |
parent | 8249845c7f147fbeac4750c006242a196fd0bdd6 (diff) |
[VERSION] Roll back to snapshot
Roll back to version 1.0.0-SNAPSHOT
Change-Id: Icf45d62d223d7f8f1111452c93489d9ba9184273
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'vnfapi')
-rw-r--r-- | vnfapi/features/pom.xml | 2 | ||||
-rwxr-xr-x | vnfapi/installer/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/model/pom.xml | 2 | ||||
-rw-r--r-- | vnfapi/pom.xml | 4 | ||||
-rw-r--r-- | vnfapi/provider/pom.xml | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/vnfapi/features/pom.xml b/vnfapi/features/pom.xml index e4c3214c..6dc16d9e 100644 --- a/vnfapi/features/pom.xml +++ b/vnfapi/features/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>vnfapi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-features</artifactId> diff --git a/vnfapi/installer/pom.xml b/vnfapi/installer/pom.xml index 9553b52c..e48ca374 100755 --- a/vnfapi/installer/pom.xml +++ b/vnfapi/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>vnfapi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-installer</artifactId> <name>VNF API - Karaf Installer</name> diff --git a/vnfapi/model/pom.xml b/vnfapi/model/pom.xml index cf354ed1..f4879c6e 100644 --- a/vnfapi/model/pom.xml +++ b/vnfapi/model/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>vnfapi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-model</artifactId> <packaging>bundle</packaging> diff --git a/vnfapi/pom.xml b/vnfapi/pom.xml index 8e92a9a2..22287e80 100644 --- a/vnfapi/pom.xml +++ b/vnfapi/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>sdnc-northbound</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <packaging>pom</packaging> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>vnfapi</artifactId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> <properties> <feature-name>vnfapi</feature-name> diff --git a/vnfapi/provider/pom.xml b/vnfapi/provider/pom.xml index 6841ac49..455a5994 100644 --- a/vnfapi/provider/pom.xml +++ b/vnfapi/provider/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>vnfapi</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0</version> + <version>1.0.0-SNAPSHOT</version> </parent> <artifactId>vnfapi-provider</artifactId> <packaging>bundle</packaging> |