Update version in modules

This commit is contained in:
Clément OUDOT 2020-09-06 19:58:58 +02:00
parent 917d17f7a3
commit f835f3d36f
15 changed files with 28 additions and 28 deletions

View File

@ -73,6 +73,6 @@
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.8",
"x_serialization_backend" : "JSON::PP version 4.02"
"version" : "v2.0.9",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@ -51,5 +51,5 @@ resources:
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.8
version: v2.0.9
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

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

View File

@ -45,7 +45,7 @@
},
"requires" : {
"LWP::UserAgent" : "0",
"Lemonldap::NG::Common" : "v2.0.8",
"Lemonldap::NG::Common" : "v2.0.9",
"Mouse" : "0",
"URI" : "0"
}
@ -60,6 +60,6 @@
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.8",
"x_serialization_backend" : "JSON::PP version 4.02"
"version" : "v2.0.9",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@ -30,7 +30,7 @@ recommends:
SOAP::Lite: '0'
requires:
LWP::UserAgent: '0'
Lemonldap::NG::Common: v2.0.8
Lemonldap::NG::Common: v2.0.9
Mouse: '0'
URI: '0'
resources:
@ -38,5 +38,5 @@ resources:
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.8
version: v2.0.9
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -41,7 +41,7 @@ WriteMakefile(
},
},
PREREQ_PM => {
'Lemonldap::NG::Common' => '2.0.8',
'Lemonldap::NG::Common' => '2.0.9',
'LWP::UserAgent' => 0,
'Mouse' => 0,
'URI' => 0,

View File

@ -3,7 +3,7 @@ package Lemonldap::NG::Handler;
# Use the appropriate handler
# For Apache, use Lemonldap::NG::Handler::ApacheMP2
our $VERSION = '2.0.8';
our $VERSION = '2.0.9';
1;

View File

@ -40,8 +40,8 @@
"Convert::PEM" : "0",
"Crypt::OpenSSL::RSA" : "0",
"LWP::UserAgent" : "0",
"Lemonldap::NG::Common" : "v2.0.8",
"Lemonldap::NG::Handler" : "v2.0.8"
"Lemonldap::NG::Common" : "v2.0.9",
"Lemonldap::NG::Handler" : "v2.0.9"
}
}
},
@ -54,6 +54,6 @@
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.8",
"x_serialization_backend" : "JSON::PP version 4.02"
"version" : "v2.0.9",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@ -25,12 +25,12 @@ requires:
Convert::PEM: '0'
Crypt::OpenSSL::RSA: '0'
LWP::UserAgent: '0'
Lemonldap::NG::Common: v2.0.8
Lemonldap::NG::Handler: v2.0.8
Lemonldap::NG::Common: v2.0.9
Lemonldap::NG::Handler: v2.0.9
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.8
version: v2.0.9
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -35,8 +35,8 @@ WriteMakefile(
PREREQ_PM => {
'Convert::PEM' => 0,
'Crypt::OpenSSL::RSA' => 0,
'Lemonldap::NG::Common' => '2.0.8',
'Lemonldap::NG::Handler' => '2.0.8',
'Lemonldap::NG::Common' => '2.0.9',
'Lemonldap::NG::Handler' => '2.0.9',
'LWP::UserAgent' => 0,
}, # e.g., Module::Name => 1.1
(

View File

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

View File

@ -67,7 +67,7 @@
},
"requires" : {
"Clone" : "0",
"Lemonldap::NG::Handler" : "v2.0.8",
"Lemonldap::NG::Handler" : "v2.0.9",
"Regexp::Assemble" : "0"
}
}
@ -81,6 +81,6 @@
],
"x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org"
},
"version" : "v2.0.8",
"x_serialization_backend" : "JSON::PP version 4.02"
"version" : "v2.0.9",
"x_serialization_backend" : "JSON::PP version 2.97001"
}

View File

@ -52,12 +52,12 @@ recommends:
Web::ID: '0'
requires:
Clone: '0'
Lemonldap::NG::Handler: v2.0.8
Lemonldap::NG::Handler: v2.0.9
Regexp::Assemble: '0'
resources:
MailingList: mailto:lemonldap-ng-dev@ow2.org
X_twitter: https://twitter.com/lemonldapng
homepage: http://lemonldap-ng.org/
license: http://opensource.org/licenses/GPL-2.0
version: v2.0.8
version: v2.0.9
x_serialization_backend: 'CPAN::Meta::YAML version 0.018'

View File

@ -63,7 +63,7 @@ WriteMakefile(
},
PREREQ_PM => {
'Clone' => 0,
'Lemonldap::NG::Handler' => '2.0.8',
'Lemonldap::NG::Handler' => '2.0.9',
'Regexp::Assemble' => 0,
},
(

View File

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