aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-12 16:36:45 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-12 16:42:03 +0000
commitc719ee941bd4202b617544e351a11a35b20b8a6a (patch)
treee6b506fac8a3cbb0705f52c967c217c23075e859 /pom.xml
parentb7795b3c529dbeb04773b22bf520c4549b55fd48 (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: Ie18070c844d8138b7c6eb4dd74b1c46cfe132846 Signed-off-by: liamfallon <liam.fallon@est.tech>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index fa178475e..5471367b8 100644
--- 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.
================================================================================
@@ -223,4 +223,4 @@
<module>tools</module>
<module>packages</module>
</modules>
-</project> \ No newline at end of file
+</project>