diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:13:04 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 17:13:22 -0400 |
commit | 590f1d2011f50ba339bc9374990c56e7ca101f0a (patch) | |
tree | 8f05aa008c46478666c6920a26b8a57920edd7ac /resource-assignment | |
parent | ff7de8e5e0be8edba4d8b03cf539b0a7971155c4 (diff) |
Update to release version parent 1.0.3
Update parent version to remove -SNAPSHOT (1.0.3)
Change-Id: I03d804016c5007cbbdbaca026a0b7006fddc69d8
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'resource-assignment')
-rw-r--r-- | resource-assignment/features/ccsdk-resource-assignment/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/features/features-resource-assignment/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/features/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/installer/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/pom.xml | 2 | ||||
-rwxr-xr-x | resource-assignment/provider/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/resource-assignment/features/ccsdk-resource-assignment/pom.xml b/resource-assignment/features/ccsdk-resource-assignment/pom.xml index b55c9049d..0a8c9989d 100644 --- a/resource-assignment/features/ccsdk-resource-assignment/pom.xml +++ b/resource-assignment/features/ccsdk-resource-assignment/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/resource-assignment/features/features-resource-assignment/pom.xml b/resource-assignment/features/features-resource-assignment/pom.xml index 3da4fe65a..474694cab 100755 --- a/resource-assignment/features/features-resource-assignment/pom.xml +++ b/resource-assignment/features/features-resource-assignment/pom.xml @@ -6,7 +6,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/resource-assignment/features/pom.xml b/resource-assignment/features/pom.xml index d00146e91..3c8ff5cb7 100755 --- a/resource-assignment/features/pom.xml +++ b/resource-assignment/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> diff --git a/resource-assignment/installer/pom.xml b/resource-assignment/installer/pom.xml index d4a6b647b..ba13442a5 100755 --- a/resource-assignment/installer/pom.xml +++ b/resource-assignment/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/resource-assignment/pom.xml b/resource-assignment/pom.xml index 3177132b2..f2176325d 100755 --- a/resource-assignment/pom.xml +++ b/resource-assignment/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/resource-assignment/provider/pom.xml b/resource-assignment/provider/pom.xml index 54679801d..ea09d8617 100755 --- a/resource-assignment/provider/pom.xml +++ b/resource-assignment/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> |