diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:07:16 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:07:37 -0400 |
commit | 7538a1c8e40b39066af9825856b4fa99b76d6eee (patch) | |
tree | f7eaa872e6ce0d5b9b801b8204c6103eb34deead /dblib | |
parent | 78a7af6c5bb10b7b58a46e7fdbdd93098472527b (diff) |
Update to release version parent 1.0.3v0.2.3
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: Ie9680134a643c7cfec3fd774422d8c62637bdbc3
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'dblib')
-rw-r--r-- | dblib/features/ccsdk-dblib/pom.xml | 2 | ||||
-rw-r--r-- | dblib/features/features-dblib/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/features/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/installer/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/pom.xml | 2 | ||||
-rwxr-xr-x | dblib/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/dblib/features/ccsdk-dblib/pom.xml b/dblib/features/ccsdk-dblib/pom.xml index 66f09c1e..27a1dedf 100644 --- a/dblib/features/ccsdk-dblib/pom.xml +++ b/dblib/features/ccsdk-dblib/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/dblib/features/features-dblib/pom.xml b/dblib/features/features-dblib/pom.xml index e575ac34..7aaba589 100644 --- a/dblib/features/features-dblib/pom.xml +++ b/dblib/features/features-dblib/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/dblib/features/pom.xml b/dblib/features/pom.xml index e0a5ec41..09e9599a 100755 --- a/dblib/features/pom.xml +++ b/dblib/features/pom.xml @@ -5,7 +5,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> diff --git a/dblib/installer/pom.xml b/dblib/installer/pom.xml index d8d932d5..524bff68 100755 --- a/dblib/installer/pom.xml +++ b/dblib/installer/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> diff --git a/dblib/pom.xml b/dblib/pom.xml index ced9c2ee..1ee5ae33 100755 --- a/dblib/pom.xml +++ b/dblib/pom.xml @@ -5,7 +5,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> diff --git a/dblib/provider/pom.xml b/dblib/provider/pom.xml index 8a476ba7..788ef922 100755 --- a/dblib/provider/pom.xml +++ b/dblib/provider/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.0.3-SNAPSHOT</version> + <version>1.0.3</version> <relativePath /> </parent> |