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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 86000d7  - Added the new programming languages to doe doap file
86000d7 is described below

commit 86000d7a79509b2c8951c69c11c76623c2d797da
Author: Christofer Dutz <[email protected]>
AuthorDate: Mon Jan 25 10:00:21 2021 +0100

    - Added the new programming languages to doe doap file
---
 src/site/resources-filtered/plc4x-doap.rdf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/site/resources-filtered/plc4x-doap.rdf 
b/src/site/resources-filtered/plc4x-doap.rdf
index b622669..5dc64fa 100644
--- a/src/site/resources-filtered/plc4x-doap.rdf
+++ b/src/site/resources-filtered/plc4x-doap.rdf
@@ -55,11 +55,16 @@
         <download-page 
rdf:resource="https://plc4x.apache.org/users/download.html"/>
         <mailing-list 
rdf:resource="https://plc4x.apache.org/mailing-lists.html"/>
 
-        <programming-language>Java</programming-language>
+        <programming-language>C</programming-language>
         <programming-language>C++</programming-language>
+        <programming-language>C#</programming-language>
+        <programming-language>Go</programming-language>
+        <programming-language>Java</programming-language>
         <programming-language>Python</programming-language>
 
+        <category rdf:resource="http://projects.apache.org/category/c"/>
         <category rdf:resource="http://projects.apache.org/category/c++"/>
+        <category rdf:resource="http://projects.apache.org/category/go"/>
         <category 
rdf:resource="http://projects.apache.org/category/integration"/>
         <category rdf:resource="http://projects.apache.org/category/iot"/>
         <category rdf:resource="http://projects.apache.org/category/java"/>

Reply via email to