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/03/29 12:35:37 UTC

[plc4x-build-tools] 02/02: - Updated the README, RELEASE_NOTES and NOTICE files

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 efb1b8820d91928fd6f43beffc4a11c825500901
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Sun Mar 29 14:35:28 2020 +0200

    - Updated the README, RELEASE_NOTES and NOTICE files
---
 NOTICE                        |  2 +-
 README                        |  3 ++-
 RELEASE_NOTES                 | 26 +++-----------------------
 code-generation/NOTICE        |  2 +-
 code-generation/RELEASE_NOTES |  1 +
 5 files changed, 8 insertions(+), 26 deletions(-)

diff --git a/NOTICE b/NOTICE
index 9395488..d1cfc1c 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2019 The Apache Software Foundation
+Copyright 2017-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/README b/README
index aa53bad..66cd047 100644
--- a/README
+++ b/README
@@ -4,7 +4,8 @@ Apache PLC4X Build-Tools
 Apache PLC4X Build-Tools is a sub-project of the Apache PLC4X project and contains
 all the tools needed to build the main project.
 
-Currently the only tool it contains is a maven plugin used to generate drivers.
+Currently the only tools it contains is a maven plugin used to generate drivers and
+a new maven-site-plugin site theme.
 
 It currently doesn't contain any actual code-generation modules, but just the plugin
 and the API required to load and use code-generation modules.
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 9a6af62..ca66850 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,25 +1,5 @@
-==============================================================
-Apache PLC4X Build-Tools 1.0.0-SNAPSHOT
-==============================================================
 
-This is the first official release of Apache PLC4X
-Build-Tools.
+NOTE:
+This is cust a container for individual modules.
 
-It mainly contains a maven plugin for generating code
-in the Apache PLC4X project, however without any actual
-code generation modules (These are part of the main project)
-
-New Features
-------------
-
-- New `plc4x-maven-plugin`
-
-Incompatible changes
---------------------
-
-- none
-
-Bug Fixes
----------
-
-- none
\ No newline at end of file
+Please check the RELEASE_NOTES contained in each of the separate modules
\ No newline at end of file
diff --git a/code-generation/NOTICE b/code-generation/NOTICE
index 9395488..d1cfc1c 100644
--- a/code-generation/NOTICE
+++ b/code-generation/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2019 The Apache Software Foundation
+Copyright 2017-2020 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
\ No newline at end of file
diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index d73eb42..7b583dd 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -4,6 +4,7 @@ Apache PLC4X Build-Tools Code-Generation 1.2.0 (Unreleased)
 
 New Features
 ------------
+- Added a new AbstractField type
 
 Incompatible changes
 --------------------