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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/plc4x-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 5f1aad4  Site checkin for project PLC4X: Jenkins Tools
5f1aad4 is described below

commit 5f1aad4255140e70d8c6dd5d1a057a27d02d7f4a
Author: jenkins <bui...@apache.org>
AuthorDate: Fri Jan 24 12:18:37 2020 +0000

    Site checkin for project PLC4X: Jenkins Tools
---
 developers/release-build-tools.html |   2 +-
 developers/release.html             |   2 +-
 plc4x-doap.rdf                      | 128 ++++++++++++++++++++++++++++++++++++
 plugins.html                        |  12 ++--
 4 files changed, 138 insertions(+), 6 deletions(-)

diff --git a/developers/release-build-tools.html 
b/developers/release-build-tools.html
index 8f6b6de..df8deff 100644
--- a/developers/release-build-tools.html
+++ b/developers/release-build-tools.html
@@ -187,7 +187,7 @@
                                             <main role="main" 
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
             <div class="paragraph">
 <p>#Properties
-#Fri Jan 24 08:33:06 UTC 2020
+#Fri Jan 24 12:17:04 UTC 2020
 jmh.version=1.21
 plc4x-code-generation.version=1.1.0
 commons-codec.version=1.12
diff --git a/developers/release.html b/developers/release.html
index 2c22211..efa3c6f 100644
--- a/developers/release.html
+++ b/developers/release.html
@@ -187,7 +187,7 @@
                                             <main role="main" 
class="ml-sm-auto px-4 col-sm-pull col-md-9 col-lg-10 h-100">
             <div class="paragraph">
 <p>#Properties
-#Fri Jan 24 08:33:06 UTC 2020
+#Fri Jan 24 12:17:04 UTC 2020
 jmh.version=1.21
 plc4x-code-generation.version=1.1.0
 commons-codec.version=1.12
diff --git a/plc4x-doap.rdf b/plc4x-doap.rdf
new file mode 100644
index 0000000..e032e69
--- /dev/null
+++ b/plc4x-doap.rdf
@@ -0,0 +1,128 @@
+<?xml version="1.0"?>
+<?xml-stylesheet type="text/xsl"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+  -->
+<!--
+
+    This file contains information about the project itself.
+    It should be updated as soon as a new language is supported.
+    It also contains the information needed to populate the project
+    categories and languages referenced on the Apache project listing
+    page. It is referenced from here:
+    
https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml
+
+-->
+<rdf:RDF xml:lang="en"
+         xmlns="http://usefulinc.com/ns/doap#";
+         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#";
+         xmlns:asfext="http://projects.apache.org/ns/asfext#";
+         xmlns:foaf="http://xmlns.com/foaf/0.1/";>
+
+    <!--
+      =======================================================================
+
+       Copyright (c) 2020 The Apache Software Foundation.
+       All rights reserved.
+
+      =======================================================================
+    -->
+
+    <Project rdf:about="https://plc4x.apache.org";>
+        <name>Apache PLC4X</name>
+        <created>2019-04-18</created>
+        <license rdf:resource="http://www.apache.org/licenses/LICENSE-2.0"/>
+        <homepage rdf:resource="https://plc4x.apache.org/"/>
+        <asfext:pmc rdf:resource="https://plc4x.apache.org/"/>
+        <shortdesc>Universal API for communicating with programmable logic 
controllers.</shortdesc>
+        <description>PLC4X is a set of libraries for communicating with 
industrial programmable logic controllers (PLCs) using a variety of protocols 
but with a shared API.</description>
+        <bug-database 
rdf:resource="https://issues.apache.org/jira/projects/PLC4X"/>
+        <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>Python</programming-language>
+
+        <category rdf:resource="http://projects.apache.org/category/c++"/>
+        <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"/>
+        <category rdf:resource="http://projects.apache.org/category/library"/>
+        <category 
rdf:resource="http://projects.apache.org/category/network-client"/>
+        <category rdf:resource="http://projects.apache.org/category/python"/>
+
+        <repository>
+            <GitRepository>
+                <browse rdf:resource="https://github.com/apache/plc4x.git"/>
+                <location rdf:resource="https://github.com/apache/plc4x.git"/>
+            </GitRepository>
+        </repository>
+
+        <maintainer>
+            <foaf:Person>
+                <foaf:name>PLC4X PMC</foaf:name>
+                <foaf:mbox rdf:resource="mailto:d...@plc4x.apache.org"/>
+            </foaf:Person>
+        </maintainer>
+
+        <release>
+            <Version>
+                <name>Latest 0.5.0 release</name>
+                <created>2019-11-25</created>
+                <revision>0.3.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Latest 0.4.0 release</name>
+                <created>2019-05-27</created>
+                <revision>0.3.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Latest 0.3.1 release</name>
+                <created>2019-03-13</created>
+                <revision>0.3.1</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.3.0 release</name>
+                <created>2019-02-05</created>
+                <revision>0.3.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.2.0 release</name>
+                <created>2018-12-02</created>
+                <revision>0.2.0</revision>
+            </Version>
+        </release>
+        <release>
+            <Version>
+                <name>Legacy 0.1.0 release</name>
+                <created>2018-10-05</created>
+                <revision>0.1.0</revision>
+            </Version>
+        </release>
+    </Project>
+
+</rdf:RDF>
\ No newline at end of file
diff --git a/plugins.html b/plugins.html
index ff6121b..0996cc8 100644
--- a/plugins.html
+++ b/plugins.html
@@ -150,21 +150,25 @@
 <td>1.6.0</td></tr>
 <tr class="b">
 <td>org.apache.maven.plugins</td>
+<td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-resources-plugin/";>maven-resources-plugin</a></td>
+<td>3.1.0</td></tr>
+<tr class="a">
+<td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-scm-publish-plugin/";>maven-scm-publish-plugin</a></td>
 <td>3.0.0</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.apache.maven.plugins</td>
 <td><a class="externalLink" 
href="https://maven.apache.org/plugins/maven-site-plugin/";>maven-site-plugin</a></td>
 <td>3.8.2</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.apache.rat</td>
 <td><a class="externalLink" 
href="https://creadur.apache.org/rat/apache-rat-plugin/";>apache-rat-plugin</a></td>
 <td>0.13</td></tr>
-<tr class="a">
+<tr class="b">
 <td>org.codehaus.gmaven</td>
 <td><a class="externalLink" 
href="http://groovy.github.io/gmaven/groovy-maven-plugin";>groovy-maven-plugin</a></td>
 <td>2.1.1</td></tr>
-<tr class="b">
+<tr class="a">
 <td>org.codehaus.mojo</td>
 <td><a class="externalLink" 
href="http://www.mojohaus.org/properties-maven-plugin";>properties-maven-plugin</a></td>
 <td>1.0.0</td></tr></table></section><section>

Reply via email to