Add newline to end of POM file 78/126578/2
authorliamfallon <liam.fallon@est.tech>
Wed, 12 Jan 2022 16:36:45 +0000 (16:36 +0000)
committerliamfallon <liam.fallon@est.tech>
Wed, 12 Jan 2022 16:42:03 +0000 (16:42 +0000)
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: Ie18070c844d8138b7c6eb4dd74b1c46cfe132846
Signed-off-by: liamfallon <liam.fallon@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index fa17847..5471367 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,7 +1,7 @@
 <!--
   ============LICENSE_START=======================================================
    Copyright (C) 2018 Ericsson. All rights reserved.
-   Modifications Copyright (C) 2019-2020 Nordix Foundation.
+   Modifications Copyright (C) 2019-2020, 2022 Nordix Foundation.
    Modifications Copyright (C) 2019-2020 AT&T Intellectual Property. All rights reserved.
    Modifications Copyright (C) 2020-2021 Bell Canada.
   ================================================================================
         <module>tools</module>
         <module>packages</module>
     </modules>
-</project>
\ No newline at end of file
+</project>