diff options
author | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:47:15 -0400 |
---|---|---|
committer | Stilwell, David (stilwelld) <stilwelld@att.com> | 2018-05-23 12:48:17 -0400 |
commit | 189be235f9ad5ebd92bd93ea49152b4333e879e1 (patch) | |
tree | 37e2d1922632c841f6d9281b28d49083d68d2c42 /restapi-call-node/features/ccsdk-restapi-call-node | |
parent | 25db2c02240103cc1eb9c11355db97d8c3a37a42 (diff) |
Roll to next snapshot version
Roll to version 0.2.3-SNAPSHOT and update parent to 1.0.3-SNAPSHOT
Change-Id: Idc86fcb6e7cd6c691db61a774a6582f574489a90
Issue-ID: CCSDK-290
Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
Diffstat (limited to 'restapi-call-node/features/ccsdk-restapi-call-node')
-rw-r--r-- | restapi-call-node/features/ccsdk-restapi-call-node/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml index 99761aa8..4c263584 100644 --- a/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml +++ b/restapi-call-node/features/ccsdk-restapi-call-node/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.0.2</version> + <version>1.0.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restapi-call-node</artifactId> - <version>0.2.2-SNAPSHOT</version> + <version>0.2.3-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-plugins :: restapi-call-node :: ${project.artifactId}</name> |