diff options
author | Anders Svensson <[email protected]> | 2018-03-05 11:06:03 +0100 |
---|---|---|
committer | Anders Svensson <[email protected]> | 2018-03-05 11:30:23 +0100 |
commit | 50201273dbcfc316fc43336bbc502766931f9e9b (patch) | |
tree | 42e85e341440555292eab14ecdd597039a721ae7 | |
parent | 704bab07d45b612d13a8fa65c3a8e6386b9a98f7 (diff) | |
download | otp-50201273dbcfc316fc43336bbc502766931f9e9b.tar.gz otp-50201273dbcfc316fc43336bbc502766931f9e9b.tar.bz2 otp-50201273dbcfc316fc43336bbc502766931f9e9b.zip |
Update appup for 20.3
-rw-r--r-- | lib/diameter/src/diameter.appup.src | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/lib/diameter/src/diameter.appup.src b/lib/diameter/src/diameter.appup.src index 7da59f8b25..05a8c9378e 100644 --- a/lib/diameter/src/diameter.appup.src +++ b/lib/diameter/src/diameter.appup.src @@ -2,7 +2,7 @@ %% %% %CopyrightBegin% %% -%% Copyright Ericsson AB 2010-2017. All Rights Reserved. +%% Copyright Ericsson AB 2010-2018. All Rights Reserved. %% %% Licensed under the Apache License, Version 2.0 (the "License"); %% you may not use this file except in compliance with the License. @@ -54,10 +54,10 @@ {"1.12.1", [{restart_application, diameter}]}, %% 19.1 {"1.12.2", [{restart_application, diameter}]}, %% 19.3 {"2.0", [{restart_application, diameter}]}, %% 20.0 - {"2.1", [{load_module, diameter_gen}, %% 20.1 - {update, diameter_reg, {advanced, "2.1"}}]}, - {"2.1.1", [{load_module, diameter_gen}]}, %% 20.1.2 - {"2.1.2", []} %% 20.1.3 + {"2.1", [{restart_application, diameter}]}, %% 20.1 + {"2.1.1", [{restart_application, diameter}]}, %% 20.1.2 + {"2.1.2", [{restart_application, diameter}]}, %% 20.1.3 + {"2.1.3", [{restart_application, diameter}]} %% 20.2 ], [ {"0.9", [{restart_application, diameter}]}, @@ -94,7 +94,8 @@ {"1.12.2", [{restart_application, diameter}]}, {"2.0", [{restart_application, diameter}]}, {"2.1", [{restart_application, diameter}]}, - {"2.1.1", [{load_module, diameter_gen}]}, - {"2.1.2", []} + {"2.1.1", [{restart_application, diameter}]}, + {"2.1.2", [{restart_application, diameter}]}, + {"2.1.3", [{restart_application, diameter}]} ] }. |