diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:14:33 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:15:15 -0400 |
commit | b05d1c70707af00ec6a5bc7e9b121503a4e1d9d0 (patch) | |
tree | 57f9ef1396264b56637d18afb4f0cc0fd00b0ca3 /dataChange/features | |
parent | 202e3a705381883acc89bf62159493fbaf8d1da8 (diff) |
Update to release version parent 1.0.3v0.2.3
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: I22f2cdbdc194e343dd6b04a371e298294f569477
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'dataChange/features')
-rw-r--r-- | dataChange/features/ccsdk-dataChange/pom.xml | 2 | ||||
-rw-r--r-- | dataChange/features/features-dataChange/pom.xml | 2 | ||||
-rwxr-xr-x | dataChange/features/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dataChange/features/ccsdk-dataChange/pom.xml b/dataChange/features/ccsdk-dataChange/pom.xml index e0994244..2cdd7e44 100644 --- a/dataChange/features/ccsdk-dataChange/pom.xml +++ b/dataChange/features/ccsdk-dataChange/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath /> </parent> diff --git a/dataChange/features/features-dataChange/pom.xml b/dataChange/features/features-dataChange/pom.xml index fbd361ac..3097e09a 100644 --- a/dataChange/features/features-dataChange/pom.xml +++ b/dataChange/features/features-dataChange/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath/> </parent> diff --git a/dataChange/features/pom.xml b/dataChange/features/pom.xml index 002c9a61..ee855aac 100755 --- a/dataChange/features/pom.xml +++ b/dataChange/features/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath/> </parent> |