You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by rl...@apache.org on 2020/08/20 07:48:08 UTC

[celix] 01/02: http -> https for doap file

This is an automated email from the ASF dual-hosted git repository.

rlenferink pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git

commit d93e47aff3513558ebd0df42d38010a3342c6235
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Thu Aug 20 09:43:24 2020 +0200

    http -> https for doap file
---
 doap/doap_Celix.rdf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doap/doap_Celix.rdf b/doap/doap_Celix.rdf
index c8dfa85..0fe1c04 100644
--- a/doap/doap_Celix.rdf
+++ b/doap/doap_Celix.rdf
@@ -31,22 +31,22 @@
 
   =======================================================================
 -->
-  <Project rdf:about="http://celix.apache.org">
+  <Project rdf:about="https://celix.apache.org">
     <created>2010-11-17</created>
     <license rdf:resource="http://usefulinc.com/doap/licenses/asl20"/>
     <name>Apache Celix</name>
-    <homepage rdf:resource="http://celix.apache.org" />
-    <asfext:pmc rdf:resource="http://celix.apache.org" />
+    <homepage rdf:resource="https://celix.apache.org" />
+    <asfext:pmc rdf:resource="https://celix.apache.org" />
     <shortdesc>OSGi framework implementation in C and C++.</shortdesc>
     <description>
       Apache Celix is an implementation of the OSGi specification adapted to C and C++ (C++11). It is a framework to develop (dynamic) modular software applications using component and/or service-oriented programming.
     </description>
     <bug-database rdf:resource="https://issues.apache.org/jira/browse/CELIX" />
-    <download-page rdf:resource="http://celix.apache.org/download.cgi" />
-    <mailing-list rdf:resource="http://celix.apache.org/support/mailing-list.html" />
+    <download-page rdf:resource="https://celix.apache.org/download.cgi" />
+    <mailing-list rdf:resource="https://celix.apache.org/support/mailing-list.html" />
     <programming-language>C</programming-language>
     <programming-language>C++</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/network-server" />
+    <category rdf:resource="https://projects.apache.org/category/network-server" />
     <repository>
       <GitRepository>
         <location rdf:resource="https://gitbox.apache.org/repos/asf/celix.git"/>