[VOL-5047] - 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: I24986b3dc47c10b5250bf2476005899f40aadd07
diff --git a/api/pom.xml b/api/pom.xml
index aaa400b..642f929 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2021-present Open Networking Foundation
+ ~ Copyright 2021-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 cc26236..19bee75 100644
--- a/app/pom.xml
+++ b/app/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2021-present Open Networking Foundation
+ ~ Copyright 2021-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/pom.xml b/pom.xml
index b381257..f6d872d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- ~ Copyright 2021-present Open Networking Foundation
+ ~ Copyright 2021-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.
@@ -31,7 +31,7 @@
<description>PPPoE Intermediate Agent</description>
<properties>
- <sadis.api.version>5.6.0</sadis.api.version>
+ <sadis.api.version>5.11.1</sadis.api.version>
</properties>
<modules>
@@ -83,7 +83,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>
@@ -94,7 +94,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
- <version>1.10.1</version>
+ <version>1.12.0</version>
</plugin>
</plugins>
</configuration>