diff options
author | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-04-30 10:38:57 -0400 |
commit | 953072c4c372748c54abe4214513fc3341ceb915 (patch) | |
tree | 56db33a1c7b6addbf55be8f5fd6224cf639a8e8c /template-node | |
parent | 670b3793a926d142db91116288e1db348a1556a3 (diff) |
Roll to next snapshot
Roll to next Frankfurt snapshot
Change-Id: I76dda190d8e9ccc65635956499b83b66ead91ad3
Issue-ID: CCSDK-2344
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'template-node')
-rw-r--r-- | template-node/installer/pom.xml | 4 | ||||
-rw-r--r-- | template-node/pom.xml | 4 | ||||
-rw-r--r-- | template-node/provider/pom.xml | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/template-node/installer/pom.xml b/template-node/installer/pom.xml index 374d730f..206a8146 100644 --- a/template-node/installer/pom.xml +++ b/template-node/installer/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-installer</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>pom</packaging> <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> diff --git a/template-node/pom.xml b/template-node/pom.xml index 5aa41e49..4fde53a1 100644 --- a/template-node/pom.xml +++ b/template-node/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>pom</packaging> <modules> diff --git a/template-node/provider/pom.xml b/template-node/provider/pom.xml index 6515b6e1..d4ae1f6a 100644 --- a/template-node/provider/pom.xml +++ b/template-node/provider/pom.xml @@ -5,12 +5,12 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.5.4</version> + <version>1.5.5-SNAPSHOT</version> </parent> <groupId>org.onap.ccsdk.sli.plugins</groupId> <artifactId>template-node-provider</artifactId> - <version>0.7.2-SNAPSHOT</version> + <version>0.7.3-SNAPSHOT</version> <packaging>bundle</packaging> <name>ccsdk-sli-plugins :: template-node :: ${project.artifactId}</name> |