From a82fb8c94879fb01e5c75bf345de12b0f401a341 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Thu, 1 Jul 2021 16:57:02 +0200 Subject: [PATCH] Revert "TT#127355 initialize application versions earlier" This reverts commit df98b0a7c3e0387934574d56d6d0bcba4e40d114. This is not needed anymore, now that we use a function to fetch the correct version for the application. Change-Id: Ie56ba6dc01b6a75f9ac21382879891727881ccc1 --- lib/NGCP/BulkProcessor/Projects/ETL/Customer/process.pl | 2 -- lib/NGCP/BulkProcessor/Projects/Massive/Generator/process.pl | 2 -- .../Projects/Massive/RegistrationMonitoring/process.pl | 2 -- 3 files changed, 6 deletions(-) diff --git a/lib/NGCP/BulkProcessor/Projects/ETL/Customer/process.pl b/lib/NGCP/BulkProcessor/Projects/ETL/Customer/process.pl index 7a71728..59e96fe 100644 --- a/lib/NGCP/BulkProcessor/Projects/ETL/Customer/process.pl +++ b/lib/NGCP/BulkProcessor/Projects/ETL/Customer/process.pl @@ -2,9 +2,7 @@ use strict; ## no critic -BEGIN { our $VERSION = "0.0"; -} use File::Basename; use Cwd; diff --git a/lib/NGCP/BulkProcessor/Projects/Massive/Generator/process.pl b/lib/NGCP/BulkProcessor/Projects/Massive/Generator/process.pl index 504b625..3d7e961 100755 --- a/lib/NGCP/BulkProcessor/Projects/Massive/Generator/process.pl +++ b/lib/NGCP/BulkProcessor/Projects/Massive/Generator/process.pl @@ -4,9 +4,7 @@ use strict; ## no critic -BEGIN { our $VERSION = "0.0"; -} use File::Basename; use Cwd; diff --git a/lib/NGCP/BulkProcessor/Projects/Massive/RegistrationMonitoring/process.pl b/lib/NGCP/BulkProcessor/Projects/Massive/RegistrationMonitoring/process.pl index 446ddf2..c4adb00 100644 --- a/lib/NGCP/BulkProcessor/Projects/Massive/RegistrationMonitoring/process.pl +++ b/lib/NGCP/BulkProcessor/Projects/Massive/RegistrationMonitoring/process.pl @@ -2,9 +2,7 @@ use strict; ## no critic -BEGIN { our $VERSION = "0.0"; -} use File::Basename; use Cwd;