diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-06 10:18:50 -0400 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-07 15:26:43 -0400 |
commit | 11c161c3c44f52d1cd78cb5f6139193e295fc439 (patch) | |
tree | 4375a61adf6fad862290f55f35ef03c0f1d569c6 /netbox-client/features | |
parent | 4f70dd5d4603fbbce659836815402aab0d486277 (diff) |
Roll version to recreate artifacts
Roll version to 0.5.1 to recreate El Alto early drop artifacts
Change-Id: Icf2a0373baf79ab869b70e7324bcd0bef50e5fb2
Issue-ID: CCSDK-1563
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'netbox-client/features')
-rw-r--r-- | netbox-client/features/ccsdk-netbox-client/pom.xml | 4 | ||||
-rwxr-xr-x | netbox-client/features/features-netbox-client/pom.xml | 4 | ||||
-rwxr-xr-x | netbox-client/features/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/netbox-client/features/ccsdk-netbox-client/pom.xml b/netbox-client/features/ccsdk-netbox-client/pom.xml index 6833cba4..c2775718 100644 --- a/netbox-client/features/ccsdk-netbox-client/pom.xml +++ b/netbox-client/features/ccsdk-netbox-client/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>ccsdk-netbox-client</artifactId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.1-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> diff --git a/netbox-client/features/features-netbox-client/pom.xml b/netbox-client/features/features-netbox-client/pom.xml index 05c6874e..4c55b34d 100755 --- a/netbox-client/features/features-netbox-client/pom.xml +++ b/netbox-client/features/features-netbox-client/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>features-netbox-client</artifactId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.1-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> diff --git a/netbox-client/features/pom.xml b/netbox-client/features/pom.xml index 03d5f0c2..f3df19ec 100755 --- a/netbox-client/features/pom.xml +++ b/netbox-client/features/pom.xml @@ -20,13 +20,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.adaptors</groupId> <artifactId>netbox-client-features</artifactId> - <version>0.5.0-SNAPSHOT</version> + <version>0.5.1-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-adaptors :: netbox-client :: ${project.artifactId}</name> |