Repository: incubator-tamaya-extensions Updated Branches: refs/heads/master 3b161b8fd -> 3e1a12102
TAMAYA-323: Fix URL in bnd descriptor Project: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/commit/ec539409 Tree: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/tree/ec539409 Diff: http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/diff/ec539409 Branch: refs/heads/master Commit: ec539409d00abc25fa3638b7b47d73dc7f8a494f Parents: 3b161b8 Author: Phil Ottlinger <[email protected]> Authored: Tue Feb 20 22:32:57 2018 +0100 Committer: Phil Ottlinger <[email protected]> Committed: Tue Feb 20 22:32:57 2018 +0100 ---------------------------------------------------------------------- modules/microprofile/bnd.bnd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-tamaya-extensions/blob/ec539409/modules/microprofile/bnd.bnd ---------------------------------------------------------------------- diff --git a/modules/microprofile/bnd.bnd b/modules/microprofile/bnd.bnd index da67308..c66c4ab 100644 --- a/modules/microprofile/bnd.bnd +++ b/modules/microprofile/bnd.bnd @@ -18,7 +18,7 @@ Bundle-Copyright: (C) Apache Foundation Bundle-License: Apache Licence version 2 Bundle-Vendor: Apache Software Foundation Bundle-ContactAddress: [email protected] -Bundle-DocURL: http://tamaya.apache.org +Bundle-DocURL: https://tamaya.apache.org Export-Package: \ org.apache.tamaya.microprofile,\ org.apache.tamaya.microprofile.cdi,\
