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:07 UTC

[celix] branch master updated (efee9f2 -> 6bb2413)

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

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


    from efee9f2  Feature/cpp17 promise (#272)
     new d93e47a  http -> https for doap file
     new 6bb2413  celix-site is also managed by Celix

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doap/doap_Celix.rdf | 18 ++++++++++++------
 1 file changed, 12 insertions(+), 6 deletions(-)


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

Posted by rl...@apache.org.
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"/>


[celix] 02/02: celix-site is also managed by Celix

Posted by rl...@apache.org.
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 6bb24132580c5fe15e23984e05f2682b5b69b124
Author: Roy Lenferink <le...@gmail.com>
AuthorDate: Thu Aug 20 09:47:32 2020 +0200

    celix-site is also managed by Celix
---
 doap/doap_Celix.rdf | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doap/doap_Celix.rdf b/doap/doap_Celix.rdf
index 0fe1c04..de6768c 100644
--- a/doap/doap_Celix.rdf
+++ b/doap/doap_Celix.rdf
@@ -53,5 +53,11 @@
         <browse rdf:resource="https://github.com/apache/celix"/>
       </GitRepository>
     </repository>
+    <repository>
+      <GitRepository>
+        <location rdf:resource="https://gitbox.apache.org/repos/asf/celix-site.git"/>
+        <browse rdf:resource="https://github.com/apache/celix-site"/>
+      </GitRepository>
+    </repository>
   </Project>
 </rdf:RDF>