diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2018-12-20 08:41:05 -0500 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-01-10 16:33:56 -0500 |
commit | 79ddeb64d15861ad52d6f31d52fd7c61b9c2ade3 (patch) | |
tree | 753497e9c5f38b221d9085177c5efc4dc9d58338 /springboot/pom.xml | |
parent | 14f04c1e708afbf6a05b81ed0f4f435593b1c62f (diff) |
Update parent poms for Fluorine
Update parent poms for OpenDaylight Fluorine
Change-Id: If7f81edc9f65b0169fe25bbd4f4b8b52cd874250
Issue-ID: CCSDK-861
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'springboot/pom.xml')
-rwxr-xr-x | springboot/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/springboot/pom.xml b/springboot/pom.xml index e8d0b0b0..dfd70f5a 100755 --- a/springboot/pom.xml +++ b/springboot/pom.xml @@ -7,12 +7,12 @@ <packaging>pom</packaging> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>springboot-aggregator</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>parent</artifactId> - <version>1.2.0-SNAPSHOT</version> + <version>1.2.1-SNAPSHOT</version> </parent> <name>ONAP :: ${project.groupId} :: ${project.artifactId}</name> |