Add newline to end of POM file 77/126577/2
authorliamfallon <liam.fallon@est.tech>
Wed, 12 Jan 2022 16:39:37 +0000 (16:39 +0000)
committerliamfallon <liam.fallon@est.tech>
Wed, 12 Jan 2022 16:41:38 +0000 (16:41 +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: I1e2e583ead723de6d1a2c312dad78510c5e2778f
Signed-off-by: liamfallon <liam.fallon@est.tech>
pom.xml

diff --git a/pom.xml b/pom.xml
index f5ee24e..2e544bc 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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.
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>