diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index 25092b53e..2d7c7c82f 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -76,6 +76,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "v2.0.10", + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 1ef720195..3c7f0dc75 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -52,5 +52,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.9 +version: v2.0.10 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index 1e4d71be6..34fdaf3e5 100644 --- a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm +++ b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm @@ -1,6 +1,6 @@ package Lemonldap::NG::Common; -our $VERSION = '2.0.9'; +our $VERSION = '2.0.10'; 1; __END__ diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index da62e38fc..297547e27 100644 --- a/lemonldap-ng-handler/META.json +++ b/lemonldap-ng-handler/META.json @@ -45,7 +45,7 @@ }, "requires" : { "LWP::UserAgent" : "0", - "Lemonldap::NG::Common" : "v2.0.9", + "Lemonldap::NG::Common" : "v2.0.10", "Mouse" : "0", "URI" : "0" } @@ -63,6 +63,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "v2.0.10", + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index da073415b..9061edfcb 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -30,7 +30,7 @@ recommends: SOAP::Lite: '0' requires: LWP::UserAgent: '0' - Lemonldap::NG::Common: v2.0.9 + Lemonldap::NG::Common: v2.0.10 Mouse: '0' URI: '0' resources: @@ -39,5 +39,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.9 +version: v2.0.10 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index c60a697dd..eaf05f284 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -39,7 +39,7 @@ WriteMakefile( }, }, PREREQ_PM => { - 'Lemonldap::NG::Common' => '2.0.9', + 'Lemonldap::NG::Common' => '2.0.10', 'LWP::UserAgent' => 0, 'Mouse' => 0, 'URI' => 0, diff --git a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm index 5112f8a14..dfd93da2c 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -3,7 +3,7 @@ package Lemonldap::NG::Handler; # Use the appropriate handler # For Apache, use Lemonldap::NG::Handler::ApacheMP2 -our $VERSION = '2.0.9'; +our $VERSION = '2.0.10'; 1; diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index da8f1e60d..1ab9624a2 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -40,8 +40,8 @@ "Convert::PEM" : "0", "Crypt::OpenSSL::RSA" : "0", "LWP::UserAgent" : "0", - "Lemonldap::NG::Common" : "v2.0.9", - "Lemonldap::NG::Handler" : "v2.0.9" + "Lemonldap::NG::Common" : "v2.0.10", + "Lemonldap::NG::Handler" : "v2.0.10" } } }, @@ -57,6 +57,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "v2.0.10", + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index a9863b2bd..d5c8d7e21 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -25,13 +25,13 @@ requires: Convert::PEM: '0' Crypt::OpenSSL::RSA: '0' LWP::UserAgent: '0' - Lemonldap::NG::Common: v2.0.9 - Lemonldap::NG::Handler: v2.0.9 + Lemonldap::NG::Common: v2.0.10 + Lemonldap::NG::Handler: v2.0.10 resources: MailingList: mailto:lemonldap-ng-dev@ow2.org X_twitter: https://twitter.com/lemonldapng bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.9 +version: v2.0.10 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index d42494789..bf94e025e 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -33,8 +33,8 @@ WriteMakefile( PREREQ_PM => { 'Convert::PEM' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Lemonldap::NG::Common' => '2.0.9', - 'Lemonldap::NG::Handler' => '2.0.9', + 'Lemonldap::NG::Common' => '2.0.10', + 'Lemonldap::NG::Handler' => '2.0.10', 'LWP::UserAgent' => 0, }, # e.g., Module::Name => 1.1 ( diff --git a/lemonldap-ng-portal/META.json b/lemonldap-ng-portal/META.json index 29e3d7823..d930572d6 100644 --- a/lemonldap-ng-portal/META.json +++ b/lemonldap-ng-portal/META.json @@ -67,7 +67,7 @@ }, "requires" : { "Clone" : "0", - "Lemonldap::NG::Handler" : "v2.0.9", + "Lemonldap::NG::Handler" : "v2.0.10", "Regexp::Assemble" : "0" } } @@ -84,6 +84,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 4.02" + "version" : "v2.0.10", + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 3c23377ef..691854d93 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -52,7 +52,7 @@ recommends: Web::ID: '0' requires: Clone: '0' - Lemonldap::NG::Handler: v2.0.9 + Lemonldap::NG::Handler: v2.0.10 Regexp::Assemble: '0' resources: MailingList: mailto:lemonldap-ng-dev@ow2.org @@ -60,5 +60,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.9 +version: v2.0.10 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index 27352ea42..5b9a9060f 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -61,7 +61,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.9', + 'Lemonldap::NG::Handler' => '2.0.10', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 8a9dd81e2..ea8480523 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm +++ b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm @@ -1,7 +1,7 @@ # Alias for Lemonldap::NG::Portal::Main package Lemonldap::NG::Portal; -our $VERSION = '2.0.9'; +our $VERSION = '2.0.10'; use Lemonldap::NG::Portal::Main; use base 'Lemonldap::NG::Portal::Main';