Update versions (#1777)

environments/ppa-mbqj77/deployments/747^2
Xavier 6 years ago
parent f0842569c2
commit db2ee96bc8
  1. 2
      lemonldap-ng-common/lib/Lemonldap/NG/Common/Conf/RESTServer.pm
  2. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/OpenIDConnect.pm
  3. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Issuer/SAML.pm

@ -6,7 +6,7 @@ use Mouse;
use Lemonldap::NG::Common::Conf::Constants;
use Lemonldap::NG::Common::Conf::ReConstants;
our $VERSION = '2.0.0';
our $VERSION = '2.0.5';
extends 'Lemonldap::NG::Common::Conf::AccessLib';

@ -15,7 +15,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_OIDC_SERVICE_NOT_ALLOWED
);
our $VERSION = '2.0.4';
our $VERSION = '2.0.5';
extends 'Lemonldap::NG::Portal::Main::Issuer',
'Lemonldap::NG::Portal::Lib::OpenIDConnect',

@ -16,7 +16,7 @@ use Lemonldap::NG::Portal::Main::Constants qw(
PE_UNAUTHORIZEDPARTNER
);
our $VERSION = '2.0.3';
our $VERSION = '2.0.5';
extends 'Lemonldap::NG::Portal::Main::Issuer',
'Lemonldap::NG::Portal::Lib::SAML';

Loading…
Cancel
Save