diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index 473f8278f..3c57ee420 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -79,6 +79,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.15", + "version" : "v2.0.15.1", "x_serialization_backend" : "JSON::PP version 4.07" } diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 0bd55e2c8..bdc651c19 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -55,5 +55,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.15 +version: v2.0.15.1 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 e43171334..de5ed8ce8 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.15'; +our $VERSION = '2.0.15.1'; 1; __END__ diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index e90ccbbbb..1ffbef2ab 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.15", + "Lemonldap::NG::Common" : "v2.0.15.1", "Mouse" : "0", "URI" : "0" } @@ -63,6 +63,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.15", + "version" : "v2.0.15.1", "x_serialization_backend" : "JSON::PP version 4.07" } diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 804417fa1..72a6ec124 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.15 + Lemonldap::NG::Common: v2.0.15.1 Mouse: '0' URI: '0' resources: @@ -39,5 +39,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.15 +version: v2.0.15.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index 3ae18b10b..6fcaa4680 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.15', + 'Lemonldap::NG::Common' => '2.0.15.1', '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 10c0d178c..40f5566a0 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.15'; +our $VERSION = '2.0.15.1'; 1; diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index 861fc338f..1d8f5c6a8 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -42,8 +42,8 @@ "Convert::PEM" : "0", "Crypt::OpenSSL::RSA" : "0", "LWP::UserAgent" : "0", - "Lemonldap::NG::Common" : "v2.0.15", - "Lemonldap::NG::Handler" : "v2.0.15" + "Lemonldap::NG::Common" : "v2.0.15.1", + "Lemonldap::NG::Handler" : "v2.0.15.1" } } }, @@ -59,6 +59,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.15", + "version" : "v2.0.15.1", "x_serialization_backend" : "JSON::PP version 4.07" } diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index 4dc0c6364..59a37e84f 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -27,13 +27,13 @@ requires: Convert::PEM: '0' Crypt::OpenSSL::RSA: '0' LWP::UserAgent: '0' - Lemonldap::NG::Common: v2.0.15 - Lemonldap::NG::Handler: v2.0.15 + Lemonldap::NG::Common: v2.0.15.1 + Lemonldap::NG::Handler: v2.0.15.1 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: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.15 +version: v2.0.15.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index b9f2cf790..4a1914689 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -35,8 +35,8 @@ WriteMakefile( PREREQ_PM => { 'Convert::PEM' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Lemonldap::NG::Common' => '2.0.15', - 'Lemonldap::NG::Handler' => '2.0.15', + 'Lemonldap::NG::Common' => '2.0.15.1', + 'Lemonldap::NG::Handler' => '2.0.15.1', 'LWP::UserAgent' => 0, }, # e.g., Module::Name => 1.1 ( diff --git a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm index cd88ffbaf..bf1b34359 100644 --- a/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm +++ b/lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm @@ -17,7 +17,7 @@ use JSON; use Lemonldap::NG::Common::Conf::Constants; use Lemonldap::NG::Common::PSGI::Constants; -our $VERSION = '2.0.15'; +our $VERSION = '2.0.15.1'; extends qw( Lemonldap::NG::Handler::PSGI::Router diff --git a/lemonldap-ng-portal/META.json b/lemonldap-ng-portal/META.json index 4b65f0ea3..9fb241769 100644 --- a/lemonldap-ng-portal/META.json +++ b/lemonldap-ng-portal/META.json @@ -71,7 +71,7 @@ }, "requires" : { "Clone" : "0", - "Lemonldap::NG::Handler" : "v2.0.15", + "Lemonldap::NG::Handler" : "v2.0.15.1", "Regexp::Assemble" : "0" } } @@ -88,6 +88,6 @@ ], "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, - "version" : "v2.0.15", + "version" : "v2.0.15.1", "x_serialization_backend" : "JSON::PP version 4.07" } diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 08cb41f49..65c9ed499 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -56,7 +56,7 @@ recommends: Web::ID: '0' requires: Clone: '0' - Lemonldap::NG::Handler: v2.0.15 + Lemonldap::NG::Handler: v2.0.15.1 Regexp::Assemble: '0' resources: MailingList: mailto:lemonldap-ng-dev@ow2.org @@ -64,5 +64,5 @@ resources: bugtracker: https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues homepage: https://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 -version: v2.0.15 +version: v2.0.15.1 x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index f9d0f0e46..3ba616577 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -65,7 +65,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.15', + 'Lemonldap::NG::Handler' => '2.0.15.1', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index 1323e1936..ab5b542f9 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.15'; +our $VERSION = '2.0.15.1'; use Lemonldap::NG::Portal::Main; use base 'Lemonldap::NG::Portal::Main';