aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2022-01-12 16:39:37 +0000
committerliamfallon <liam.fallon@est.tech>2022-01-12 16:41:38 +0000
commit3298a289a906e0aff8218f7d9ceb935899b09917 (patch)
tree9a265144559baf185f3d64ca86212a52cf5add4e
parentaa02f4cf3edb2f382dbfa810abc44c781d30ba4d (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>
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index f5ee24ee..2e544bcf 100644
--- 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.
@@ -116,4 +116,4 @@
</plugin>
</plugins>
</reporting>
-</project> \ No newline at end of file
+</project>