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 2021/09/08 18:20:04 UTC

[plc4x-build-tools] branch develop updated (a724a6e -> 2ad9eb5)

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-build-tools.git.


    from a724a6e  [maven-release-plugin] prepare for next development iteration
     new 459f0a4  Initialized the RELEASE_NOTES with the next version.
     new 2ad9eb5  Prevented the checksum to be generated in every 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:
 code-generation/RELEASE_NOTES | 15 ++++++++++++++-
 code-generation/pom.xml       |  2 ++
 plc4x-site-skin/pom.xml       |  2 ++
 3 files changed, 18 insertions(+), 1 deletion(-)

[plc4x-build-tools] 01/02: Initialized the RELEASE_NOTES with the next version.

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-build-tools.git

commit 459f0a4fd01897c0636eb000f4d476414ed60aef
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Sep 8 19:50:53 2021 +0200

    Initialized the RELEASE_NOTES with the next version.
---
 code-generation/RELEASE_NOTES | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)

diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index e6c6f56..3da3465 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -1,5 +1,18 @@
 ==============================================================
-Apache PLC4X Build-Tools Code-Generation 1.5.0 (unreleased)
+(Unreleased) Apache PLC4X 1.6.0-SNAPSHOT
+==============================================================
+
+New Features
+------------
+
+Incompatible changes
+--------------------
+
+Bug Fixes
+---------
+
+==============================================================
+Apache PLC4X Build-Tools Code-Generation 1.5.0
 ==============================================================
 
 New Features

[plc4x-build-tools] 02/02: Prevented the checksum to be generated in every 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-build-tools.git

commit 2ad9eb5d1a6a6ec04a55209de0b7ee2308d293bd
Author: cdutz <ch...@c-ware.de>
AuthorDate: Wed Sep 8 20:19:46 2021 +0200

    Prevented the checksum to be generated in every module
---
 code-generation/pom.xml | 2 ++
 plc4x-site-skin/pom.xml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index cffdf72..d85eb0e 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -205,6 +205,8 @@
             <groupId>net.nicoulaj.maven.plugins</groupId>
             <artifactId>checksum-maven-plugin</artifactId>
             <version>1.11</version>
+            <!-- Only run this in the root module of the project -->
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <goals>
diff --git a/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index 5633c70..d645bb2 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -416,6 +416,8 @@
             <groupId>net.nicoulaj.maven.plugins</groupId>
             <artifactId>checksum-maven-plugin</artifactId>
             <version>1.11</version>
+            <!-- Only run this in the root module of the project -->
+            <inherited>false</inherited>
             <executions>
               <execution>
                 <goals>