diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/installer/pom.xml | 2 | ||||
-rwxr-xr-x | utils/pom.xml | 2 | ||||
-rw-r--r-- | utils/provider/pom.xml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/utils/installer/pom.xml b/utils/installer/pom.xml index d69cc74a..ea097299 100755 --- a/utils/installer/pom.xml +++ b/utils/installer/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> diff --git a/utils/pom.xml b/utils/pom.xml index 2c421107..93ccf6e3 100755 --- a/utils/pom.xml +++ b/utils/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> diff --git a/utils/provider/pom.xml b/utils/provider/pom.xml index 554cef0f..6581cde7 100644 --- a/utils/provider/pom.xml +++ b/utils/provider/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.1-SNAPSHOT</version> + <version>1.5.1</version> <relativePath/> </parent> |