You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by cd...@apache.org on 2020/01/24 12:01:23 UTC

[plc4x] branch develop updated: - Added the processing of the plc4x-doap.rdf file back again - Added missing versions to the plc4x-doap.rdf file

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 9c576fc  - Added the processing of the plc4x-doap.rdf file back again - Added missing versions to the plc4x-doap.rdf file
9c576fc is described below

commit 9c576fc4c70bd24cbf4adbcd95c7774fc184781c
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Fri Jan 24 13:01:16 2020 +0100

    - Added the processing of the plc4x-doap.rdf file back again
    - Added missing versions to the plc4x-doap.rdf file
---
 pom.xml                                    | 26 ++++++++++++++++++++++++++
 src/site/resources-filtered/plc4x-doap.rdf | 17 ++++++++++++++++-
 2 files changed, 42 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6a17253..063801f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -983,6 +983,32 @@
 
       -->
 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-resources-plugin</artifactId>
+        <executions>
+          <execution>
+            <id>copy-site-resources</id>
+            <!-- Only execute this for the parent module -->
+            <inherited>false</inherited>
+            <phase>pre-site</phase>
+            <goals>
+              <goal>copy-resources</goal>
+            </goals>
+            <configuration>
+              <outputDirectory>${project.build.directory}/site</outputDirectory>
+              <resources>
+                <resource>
+                  <directory>${project.basedir}/src/site/resources-filtered</directory>
+                  <filtering>true</filtering>
+                  <targetPath>${project.build.directory}/site</targetPath>
+                </resource>
+              </resources>
+            </configuration>
+          </execution>
+        </executions>
+      </plugin>
+
       <!--
         Make the maven-site-plugin stage the output in the "asf-site" branch
       -->
diff --git a/src/site/resources-filtered/plc4x-doap.rdf b/src/site/resources-filtered/plc4x-doap.rdf
index 998da9b..b22af44 100644
--- a/src/site/resources-filtered/plc4x-doap.rdf
+++ b/src/site/resources-filtered/plc4x-doap.rdf
@@ -83,8 +83,22 @@
 
         <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>2017-03-13</created>
+                <created>2019-03-13</created>
                 <revision>0.3.1</revision>
             </Version>
         </release>
@@ -110,4 +124,5 @@
             </Version>
         </release>
     </Project>
+
 </rdf:RDF>
\ No newline at end of file