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 /dataChange/model | |
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 'dataChange/model')
-rwxr-xr-x | dataChange/model/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <parent> <artifactId>dataChange</artifactId> <groupId>org.openecomp.sdnc.northbound</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> </parent> <groupId>org.openecomp.sdnc.northbound</groupId> <artifactId>dataChange-model</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>bundle</packaging> |