diff options
author | Dan Timoney <dtimoney@att.com> | 2021-01-28 13:11:50 -0500 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-01-28 13:11:50 -0500 |
commit | 81a18aa2833064448a66013b8842dbfffc73c056 (patch) | |
tree | f71a4e83b12e11cfdf9022914d9fb174f2846d5d /a1-adapter/features/a1-adapter-northbound | |
parent | 00b6ee98723b47924ed31c6ecbd4de77cdc9ca57 (diff) |
Update parent pom versions for ODL Aluminum
Update parent pom versions to match OpenDaylight Aluminum SR1 version
(2.1.1-SNAPSHOT)
Issue-ID: CCSDK-3107
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I5c6cb9c8ce46ba682a456b074d719b5c17fa0646
Diffstat (limited to 'a1-adapter/features/a1-adapter-northbound')
-rw-r--r-- | a1-adapter/features/a1-adapter-northbound/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/a1-adapter/features/a1-adapter-northbound/pom.xml b/a1-adapter/features/a1-adapter-northbound/pom.xml index fe4fca34..f13148a8 100644 --- a/a1-adapter/features/a1-adapter-northbound/pom.xml +++ b/a1-adapter/features/a1-adapter-northbound/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.1.0</version> + <version>2.1.1-SNAPSHOT</version> <relativePath/> </parent> |