Update version

environments/ppa-mbqj77/deployments/589
Xavier Guimard 7 years ago
parent 7e8bb9bb27
commit 9ebc18ca5d
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common.pm
  2. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/Backends/MongoDB.pm
  3. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/DefaultValues.pm
  4. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/PSGI/Request.pm
  5. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm
  6. 2
      lemonldap-ng-handler/lib/Lemonldap/NG/Handler/Main/Reload.pm
  7. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager.pm
  8. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Attributes.pm
  9. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Build/Attributes.pm
  10. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Tests.pm
  11. 2
      lemonldap-ng-manager/lib/Lemonldap/NG/Manager/Conf/Zero.pm
  12. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm
  13. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/2F/Engines/Default.pm
  14. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Auth/SSL.pm
  15. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Lib/Captcha.pm
  16. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Request.pm
  17. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Main/Run.pm
  18. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Plugins/BruteForceProtection.pm

@ -1,6 +1,6 @@
package Lemonldap::NG::Common;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
1;
__END__

@ -5,7 +5,7 @@ use utf8;
use strict;
use Lemonldap::NG::Common::Conf::Serializer;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
our $initDone;
sub prereq {

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Common::Conf::DefaultValues;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
sub defaultValues {
return {

@ -7,7 +7,7 @@ use JSON;
use Plack::Request;
use URI::Escape;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
our @ISA = ('Plack::Request');

@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
print STDERR
"Use the appropriate handler. For Apache, use Lemonldap::NG::Handler::ApacheMP2";
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
1;

@ -1,6 +1,6 @@
package Lemonldap::NG::Handler::Main::Reload;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
package Lemonldap::NG::Handler::Main;

@ -17,7 +17,7 @@ use JSON;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::PSGI::Constants;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Common::Conf::AccessLib',
'Lemonldap::NG::Handler::PSGI::Router';

@ -1,7 +1,7 @@
# This file is generated by Lemonldap::NG::Manager::Build. Don't modify it by hand
package Lemonldap::NG::Manager::Attributes;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
sub types {
return {

@ -6,7 +6,7 @@
package Lemonldap::NG::Manager::Build::Attributes;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
use strict;
use Regexp::Common qw/URI/;

@ -3,7 +3,7 @@ package Lemonldap::NG::Manager::Conf::Tests;
use utf8;
use Lemonldap::NG::Common::Regexp;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
## @method hashref tests(hashref conf)
# Return a hash ref where keys are the names of the tests and values

@ -1,6 +1,6 @@
package Lemonldap::NG::Manager::Conf::Zero;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
sub zeroConf {
my ( $domain, $sessionDir, $persistentSessionDir, $notificationDir ) = @_;

@ -1,7 +1,7 @@
# Alias for Lemonldap::NG::Portal::Main
package Lemonldap::NG::Portal;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
use Lemonldap::NG::Portal::Main;
use base 'Lemonldap::NG::Portal::Main';

@ -20,7 +20,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_TOKENEXPIRED
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Portal::Main::Plugin';

@ -9,7 +9,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OK
);
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Portal::Main::Auth';

@ -5,7 +5,7 @@ use GD::SecurityImage use_magick => 1;
use Mouse;
use MIME::Base64;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Common::Module';

@ -7,7 +7,7 @@ use strict;
use Mouse;
use Lemonldap::NG::Portal::Main::Constants ':all';
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Common::PSGI::Request';

@ -9,7 +9,7 @@
#
package Lemonldap::NG::Portal::Main::Run;
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
package Lemonldap::NG::Portal::Main;

@ -4,7 +4,7 @@ use strict;
use Mouse;
use Lemonldap::NG::Portal::Main::Constants qw(PE_OK PE_WAIT);
our $VERSION = '2.0.0';
our $VERSION = '2.0.1';
extends 'Lemonldap::NG::Portal::Main::Plugin';

Loading…
Cancel
Save