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 /filters | |
parent | 78a7af6c5bb10b7b58a46e7fdbdd93098472527b (diff) |
Update to release version parent 1.0.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 'filters')
-rw-r--r-- | filters/features/ccsdk-filters/pom.xml | 2 | ||||
-rw-r--r-- | filters/features/features-filters/pom.xml | 2 | ||||
-rwxr-xr-x | filters/features/pom.xml | 2 | ||||
-rwxr-xr-x | filters/installer/pom.xml | 2 | ||||
-rw-r--r-- | filters/pom.xml | 2 | ||||
-rwxr-xr-x | filters/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/filters/features/ccsdk-filters/pom.xml b/filters/features/ccsdk-filters/pom.xml index b8e40f34a..323de36cd 100644 --- a/filters/features/ccsdk-filters/pom.xml +++ b/filters/features/ccsdk-filters/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/filters/features/features-filters/pom.xml b/filters/features/features-filters/pom.xml index 11d78d1e9..3a2f3deb9 100644 --- a/filters/features/features-filters/pom.xml +++ b/filters/features/features-filters/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/filters/features/pom.xml b/filters/features/pom.xml index a4800da8f..47d203032 100755 --- a/filters/features/pom.xml +++ b/filters/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/filters/installer/pom.xml b/filters/installer/pom.xml index b85254e8a..4f16cca1a 100755 --- a/filters/installer/pom.xml +++ b/filters/installer/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/filters/pom.xml b/filters/pom.xml index 13b2dfda0..06d8bdd1c 100644 --- a/filters/pom.xml +++ b/filters/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/filters/provider/pom.xml b/filters/provider/pom.xml index 5d456e6c2..7e951ecd3 100755 --- a/filters/provider/pom.xml +++ b/filters/provider/pom.xml @@ -5,7 +5,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> |