diff --git a/lemonldap-ng-common/META.json b/lemonldap-ng-common/META.json index bf6787389..25092b53e 100644 --- a/lemonldap-ng-common/META.json +++ b/lemonldap-ng-common/META.json @@ -67,6 +67,9 @@ "release_status" : "stable", "resources" : { "X_twitter" : "https://twitter.com/lemonldapng", + "bugtracker" : { + "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" + }, "homepage" : "http://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" @@ -74,5 +77,5 @@ "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 2.97001" + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/lemonldap-ng-common/META.yml b/lemonldap-ng-common/META.yml index b118d5600..1ef720195 100644 --- a/lemonldap-ng-common/META.yml +++ b/lemonldap-ng-common/META.yml @@ -49,6 +49,7 @@ requires: 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: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.9 diff --git a/lemonldap-ng-common/Makefile.PL b/lemonldap-ng-common/Makefile.PL index 54b8d5eb7..fdab7edd2 100644 --- a/lemonldap-ng-common/Makefile.PL +++ b/lemonldap-ng-common/Makefile.PL @@ -62,10 +62,8 @@ WriteMakefile( MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', homepage => 'http://lemonldap-ng.org/', - bugtracker => { - web => - 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', - }, + bugtracker => + 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', }, }, @@ -102,9 +100,9 @@ WriteMakefile( FILES => 't/lmConf*' }, MAN1PODS => { - 'scripts/convertConfig' => 'blib/man1/convertConfig.1p', - 'scripts/convertSessions' => 'blib/man1/convertSessions.1p', - 'scripts/lemonldap-ng-cli' => 'blib/man1/lemonldap-ng-cli.1p', + 'scripts/convertConfig' => 'blib/man1/convertConfig.1p', + 'scripts/convertSessions' => 'blib/man1/convertSessions.1p', + 'scripts/lemonldap-ng-cli' => 'blib/man1/lemonldap-ng-cli.1p', 'scripts/lemonldap-ng-sessions' => 'blib/man1/lemonldap-ng-sessions.1p', }, ); diff --git a/lemonldap-ng-handler/META.json b/lemonldap-ng-handler/META.json index 2c4b34fc0..da62e38fc 100644 --- a/lemonldap-ng-handler/META.json +++ b/lemonldap-ng-handler/META.json @@ -54,6 +54,9 @@ "release_status" : "stable", "resources" : { "X_twitter" : "https://twitter.com/lemonldapng", + "bugtracker" : { + "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" + }, "homepage" : "http://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" @@ -61,5 +64,5 @@ "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 2.97001" + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/lemonldap-ng-handler/META.yml b/lemonldap-ng-handler/META.yml index 179ead70b..da073415b 100644 --- a/lemonldap-ng-handler/META.yml +++ b/lemonldap-ng-handler/META.yml @@ -36,6 +36,7 @@ requires: 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: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.9 diff --git a/lemonldap-ng-handler/Makefile.PL b/lemonldap-ng-handler/Makefile.PL index f82d13de7..c60a697dd 100644 --- a/lemonldap-ng-handler/Makefile.PL +++ b/lemonldap-ng-handler/Makefile.PL @@ -33,10 +33,8 @@ WriteMakefile( MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', homepage => 'http://lemonldap-ng.org/', - bugtracker => { - web => - 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', - }, + bugtracker => + 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', }, }, diff --git a/lemonldap-ng-manager/META.json b/lemonldap-ng-manager/META.json index 69f163b85..da8f1e60d 100644 --- a/lemonldap-ng-manager/META.json +++ b/lemonldap-ng-manager/META.json @@ -48,6 +48,9 @@ "release_status" : "stable", "resources" : { "X_twitter" : "https://twitter.com/lemonldapng", + "bugtracker" : { + "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" + }, "homepage" : "http://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" @@ -55,5 +58,5 @@ "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 2.97001" + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/lemonldap-ng-manager/META.yml b/lemonldap-ng-manager/META.yml index b7b9b6631..a9863b2bd 100644 --- a/lemonldap-ng-manager/META.yml +++ b/lemonldap-ng-manager/META.yml @@ -30,6 +30,7 @@ requires: 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: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.9 diff --git a/lemonldap-ng-manager/Makefile.PL b/lemonldap-ng-manager/Makefile.PL index 7835b40b9..d42494789 100644 --- a/lemonldap-ng-manager/Makefile.PL +++ b/lemonldap-ng-manager/Makefile.PL @@ -25,10 +25,8 @@ WriteMakefile( MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', homepage => 'http://lemonldap-ng.org/', - bugtracker => { - web => - 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', - }, + bugtracker => + 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', }, }, diff --git a/lemonldap-ng-portal/META.json b/lemonldap-ng-portal/META.json index 32224cff6..29e3d7823 100644 --- a/lemonldap-ng-portal/META.json +++ b/lemonldap-ng-portal/META.json @@ -75,6 +75,9 @@ "release_status" : "stable", "resources" : { "X_twitter" : "https://twitter.com/lemonldapng", + "bugtracker" : { + "web" : "https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues" + }, "homepage" : "http://lemonldap-ng.org/", "license" : [ "http://opensource.org/licenses/GPL-2.0" @@ -82,5 +85,5 @@ "x_MailingList" : "mailto:lemonldap-ng-dev@ow2.org" }, "version" : "v2.0.9", - "x_serialization_backend" : "JSON::PP version 2.97001" + "x_serialization_backend" : "JSON::PP version 4.02" } diff --git a/lemonldap-ng-portal/META.yml b/lemonldap-ng-portal/META.yml index 817731045..3c23377ef 100644 --- a/lemonldap-ng-portal/META.yml +++ b/lemonldap-ng-portal/META.yml @@ -57,6 +57,7 @@ requires: 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: http://lemonldap-ng.org/ license: http://opensource.org/licenses/GPL-2.0 version: v2.0.9 diff --git a/lemonldap-ng-portal/Makefile.PL b/lemonldap-ng-portal/Makefile.PL index 1fdc6f014..27352ea42 100644 --- a/lemonldap-ng-portal/Makefile.PL +++ b/lemonldap-ng-portal/Makefile.PL @@ -40,10 +40,8 @@ WriteMakefile( MailingList => 'mailto:lemonldap-ng-dev@ow2.org', license => 'http://opensource.org/licenses/GPL-2.0', homepage => 'http://lemonldap-ng.org/', - bugtracker => { - web => - 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', - }, + bugtracker => + 'https://gitlab.ow2.org/lemonldap-ng/lemonldap-ng/issues', x_twitter => 'https://twitter.com/lemonldapng', }, },