[VOL-5048] - Build and deploy for VOLTHA v2.12 release.
api/pom.xml
app/pom.xml
pom.xml
-----------
o Udpate copyright notice to span 2023.
o Update maven plugins spotbugs and findsecbugs.
o Update sadis component to v5.11.1
Change-Id: If1a3213e35b07604e7304773c75a665d39afb3c2
diff --git a/api/pom.xml b/api/pom.xml
index 17a6d8d..35d3d70 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2016-present Open Networking Foundation
+ ~ Copyright 2016-2023 Open Networking Foundation (ONF) and the ONF Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
diff --git a/app/pom.xml b/app/pom.xml
index b3474fb..1b8f794 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2016-present Open Networking Foundation
+ ~ Copyright 2016-2023 Open Networking Foundation (ONF) and the ONF Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -39,7 +39,7 @@
</api.description>
<api.package>org.opencord.olttopology.rest</api.package>
<olttopology.api.version>1.3.0-SNAPSHOT</olttopology.api.version>
- <sadis.api.version>5.6.0</sadis.api.version>
+ <sadis.api.version>5.11.1</sadis.api.version>
</properties>
<dependencies>
diff --git a/pom.xml b/pom.xml
index 86dbce7..0bacc04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2015-present Open Networking Foundation
+ ~ Copyright 2015-2023 Open Networking Foundation (ONF) and the ONF Contributors
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
@@ -140,7 +140,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
- <version>4.0.4</version>
+ <version>4.7.3.4</version>
<configuration>
<effort>Max</effort>
<threshold>Low</threshold>
@@ -151,7 +151,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
- <version>1.10.1</version>
+ <version>1.12.0</version>
</plugin>
</plugins>
</configuration>