Update version in main modules and Makefiles

This commit is contained in:
Clément OUDOT 2022-09-15 16:00:32 +02:00
parent a6cd9a4fe6
commit 3f629fbd16
15 changed files with 24 additions and 24 deletions

View File

@ -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"
}

View File

@ -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'

View File

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

View File

@ -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"
}

View File

@ -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'

View File

@ -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,

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.15';
our $VERSION = '2.0.15.1';
1;

View File

@ -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"
}

View File

@ -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'

View File

@ -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
(

View File

@ -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

View File

@ -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"
}

View File

@ -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'

View File

@ -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,
},
(

View File

@ -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';