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/04/01 19:00:31 UTC

[plc4x] branch develop updated (4d4efc5 -> 51b056e)

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

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


    from 4d4efc5  - Updates and fixes from Etienne (Still a WIP ...)
     new c22efbd  - Updated to the released version of the maven site skin.
     new 51b056e  - Updated to the released version of the plc4x-code-generation module

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:
 pom.xml           | 2 +-
 src/site/site.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[plc4x] 02/02: - Updated to the released version of the plc4x-code-generation module

Posted by cd...@apache.org.
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

commit 51b056e153a2777c09ac5c5bd2faacb09a8f2f0a
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Apr 1 21:00:21 2020 +0200

    - Updated to the released version of the plc4x-code-generation module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 775a101..e053029 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <!-- Exclude all generated code -->
     <sonar.exclusions>**/generated-sources</sonar.exclusions>
 
-    <plc4x-code-generation.version>1.2.0-SNAPSHOT</plc4x-code-generation.version>
+    <plc4x-code-generation.version>1.2.0</plc4x-code-generation.version>
 
     <antlr.version>4.7.2</antlr.version>
     <apiguardian.version>1.1.0</apiguardian.version>


[plc4x] 01/02: - Updated to the released version of the maven site skin.

Posted by cd...@apache.org.
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

commit c22efbde1b3d1d485f8b66d5ea87603a22d8310c
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Wed Apr 1 20:59:13 2020 +0200

    - Updated to the released version of the maven site skin.
---
 src/site/site.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index adfc463..096aed0 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -22,7 +22,7 @@
   <skin>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-site-skin</artifactId>
-    <version>1.0-SNAPSHOT</version>
+    <version>1.0.0</version>
   </skin>
 
   <!-- Hide the publish date as this will cause changes on every generated page every day -->