diff --git a/changelog b/changelog index f2c49b8e8..53a6fbd97 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,4 @@ -lemonldap-ng (2.0.0-alpha1) testing; urgency=low +lemonldap-ng (2.0.0~alpha1) testing; urgency=low lemonldap-ng (1.9.10) stable; urgency=high diff --git a/debian/changelog b/debian/changelog index 977e70ded..61a7fc98e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -lemonldap-ng (2.0.0-alpha1) unstable; urgency=medium +lemonldap-ng (2.0.0~alpha1-1) unstable; urgency=medium * Alpha release. See changes on our website: http://jira.ow2.org/browse/LEMONLDAP/ diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index 3b29880f6..b6ceff164 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -40,5 +40,5 @@ requires: Plack: '0' Test::Pod: '1' URI: '0' -version: v2.0.0-alpha1 +version: v2.0.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm b/lemonldap-ng-common/lib/Lemonldap/NG/Common.pm index e294676aa..b9ec3edc2 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.0-alpha1'; +our $VERSION = '2.0.0'; 1; __END__ diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index d6c3da6c1..757eae9b0 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -28,8 +28,8 @@ recommends: SOAP::Lite: '0' requires: LWP::UserAgent: '0' - Lemonldap::NG::Common: '0' + Lemonldap::NG::Common: v2.0.0 Mouse: '0' URI: '0' -version: v2.0.0-apha1 +version: v2.0.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index 5348f9efb..62ea891b2 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -24,7 +24,7 @@ WriteMakefile( }, }, PREREQ_PM => { - 'Lemonldap::NG::Common' => '2.0.0-alpha1', + 'Lemonldap::NG::Common' => '2.0.0', '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 7ec7bfa46..65203cdee 100644 --- a/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm +++ b/lemonldap-ng-handler/lib/Lemonldap/NG/Handler.pm @@ -2,7 +2,7 @@ package Lemonldap::NG::Handler; use base 'Lemonldap::NG::Handler::ApacheMP2'; -our $VERSION = '2.0.0-apha1'; +our $VERSION = '2.0.0'; 1; diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index cc5d15ee8..50d701ce0 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -25,7 +25,7 @@ requires: Convert::PEM: '0' Crypt::OpenSSL::RSA: '0' LWP::UserAgent: '0' - Lemonldap::NG::Common: '0' - Lemonldap::NG::Handler: '0' -version: v2.0.0-alpha1 + Lemonldap::NG::Common: v2.0.0 + Lemonldap::NG::Handler: v2.0.0 +version: v2.0.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index 3d658c1f0..70a9e5134 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -20,8 +20,8 @@ WriteMakefile( PREREQ_PM => { 'Convert::PEM' => 0, 'Crypt::OpenSSL::RSA' => 0, - 'Lemonldap::NG::Common' => '2.0.0-alpha1', - 'Lemonldap::NG::Handler' => '2.0.0-alpha1', + 'Lemonldap::NG::Common' => '2.0.0', + 'Lemonldap::NG::Handler' => '2.0.0', '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 260db0029..8030401c6 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.0-alpha1'; +our $VERSION = '2.0.0'; extends 'Lemonldap::NG::Common::Conf::AccessLib', 'Lemonldap::NG::Handler::PSGI::Router'; diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 97428324c..3146ea388 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -45,7 +45,7 @@ recommends: Web::ID: '0' requires: Clone: '0' - Lemonldap::NG::Handler: '0' + Lemonldap::NG::Handler: v2.0.0 Regexp::Assemble: '0' -version: v2.0.0-alpha1 +version: v2.0.0 x_serialization_backend: 'CPAN::Meta::YAML version 0.012' diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index f81863417..82247ae4a 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -41,7 +41,7 @@ WriteMakefile( }, PREREQ_PM => { 'Clone' => 0, - 'Lemonldap::NG::Handler' => '2.0.0-alpha1', + 'Lemonldap::NG::Handler' => '2.0.0', 'Regexp::Assemble' => 0, }, ( diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal.pm index aed83cd1d..7cca584d2 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.0-alpha1'; +our $VERSION = '2.0.0'; use Lemonldap::NG::Portal::Main; use base 'Lemonldap::NG::Portal::Main'; diff --git a/rpm/lemonldap-ng.spec b/rpm/lemonldap-ng.spec index dbdca5cfc..f9ef5456c 100644 --- a/rpm/lemonldap-ng.spec +++ b/rpm/lemonldap-ng.spec @@ -14,7 +14,7 @@ %define perl_vendorarch %(eval "`%{__perl} -V:installvendorarch`"; echo $installvendorarch) %define real_name lemonldap-ng -%define real_version 2.0.0 +%define real_version 2.0.0~alpha1 %define cpan_common_version %{real_version} %define cpan_handler_version %{real_version} %define cpan_manager_version %{real_version}