diff options
author | liamfallon <liam.fallon@est.tech> | 2022-01-12 16:39:37 +0000 |
---|---|---|
committer | liamfallon <liam.fallon@est.tech> | 2022-01-12 16:41:38 +0000 |
commit | 3298a289a906e0aff8218f7d9ceb935899b09917 (patch) | |
tree | 9a265144559baf185f3d64ca86212a52cf5add4e /pom.xml | |
parent | aa02f4cf3edb2f382dbfa810abc44c781d30ba4d (diff) |
Add newline to end of POM file
If the new line is not there, then it breaks the release scripts because
the line count is off.
Issue-ID: POLICY-3835
Change-Id: I1e2e583ead723de6d1a2c312dad78510c5e2778f
Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,7 +3,7 @@ ONAP policy ================================================================================ Copyright (C) 2017-2021 AT&T Intellectual Property. All rights reserved. - Modifications Copyright (C) 2019-2020 Nordix Foundation. + Modifications Copyright (C) 2019-2020, 2022 Nordix Foundation. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -116,4 +116,4 @@ </plugin> </plugins> </reporting> -</project>
\ No newline at end of file +</project> |