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-policy-management/pom.xml | |
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-policy-management/pom.xml')
-rw-r--r-- | a1-policy-management/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/a1-policy-management/pom.xml b/a1-policy-management/pom.xml index 4f9e90c1..cdb1bdbd 100644 --- a/a1-policy-management/pom.xml +++ b/a1-policy-management/pom.xml @@ -19,6 +19,7 @@ ~ ============LICENSE_END======================================================= ~ --> + <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -422,4 +423,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |