diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 16:30:22 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-11-15 16:30:22 -0500 |
commit | cbf28e8929492b03d654196fd5e422845fba3e46 (patch) | |
tree | 33814bdc486e5732315c8ae7faf0a7865aa3150d /restconf-client/features | |
parent | fd9c0625e350f595ce0d8b0d896bc79ee1383cc1 (diff) |
Roll to next snapshot
Roll to snapshot 0.3.3-SNAPSHOT
Change-Id: Ib580530a5d30e40e970a9ca379b9a7603ca6facf
Issue-ID: CCSDK-679
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'restconf-client/features')
-rw-r--r-- | restconf-client/features/ccsdk-restconf-client/pom.xml | 4 | ||||
-rw-r--r-- | restconf-client/features/features-restconf-client/pom.xml | 4 | ||||
-rwxr-xr-x | restconf-client/features/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/restconf-client/features/ccsdk-restconf-client/pom.xml b/restconf-client/features/ccsdk-restconf-client/pom.xml index a43cf4e9..c08019d3 100644 --- a/restconf-client/features/ccsdk-restconf-client/pom.xml +++ b/restconf-client/features/ccsdk-restconf-client/pom.xml @@ -7,13 +7,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>ccsdk-restconf-client</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>feature</packaging> <properties> diff --git a/restconf-client/features/features-restconf-client/pom.xml b/restconf-client/features/features-restconf-client/pom.xml index 1ee0792b..7f60acde 100644 --- a/restconf-client/features/features-restconf-client/pom.xml +++ b/restconf-client/features/features-restconf-client/pom.xml @@ -5,13 +5,13 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> <relativePath/> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>features-restconf-client</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>feature</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> diff --git a/restconf-client/features/pom.xml b/restconf-client/features/pom.xml index 9786db22..d2ab0921 100755 --- a/restconf-client/features/pom.xml +++ b/restconf-client/features/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.1.2</version> + <version>1.1.3-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>restconf-client-features</artifactId> - <version>0.3.2-SNAPSHOT</version> + <version>0.3.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: restconf-client :: ${project.artifactId}</name> |