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

[plc4x-build-tools] branch rel/code-generation/1.1 updated (ebe5700 -> 3b21d09)

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

jfeinauer pushed a change to branch rel/code-generation/1.1
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git.


    from ebe5700  [maven-release-plugin] prepare branch rel/code-generation/1.1
     new eb9ed71  Updated RELEASE_NOTES for 1.1
     new 3b21d09  [maven-release-plugin] prepare release release/code-generation/1.1.0

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              | 8 ++++++--
 code-generation/language-base/pom.xml      | 4 ++--
 code-generation/plc4x-maven-plugin/pom.xml | 6 +++---
 code-generation/pom.xml                    | 4 ++--
 code-generation/protocol-base/pom.xml      | 4 ++--
 code-generation/types-base/pom.xml         | 2 +-
 6 files changed, 16 insertions(+), 12 deletions(-)


[plc4x-build-tools] 01/02: Updated RELEASE_NOTES for 1.1

Posted by jf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch rel/code-generation/1.1
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit eb9ed71b1cb7a4f00b4f3eabc41bd5a2edba843c
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sat Jan 4 20:19:09 2020 +0100

    Updated RELEASE_NOTES for 1.1
---
 code-generation/RELEASE_NOTES | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/code-generation/RELEASE_NOTES b/code-generation/RELEASE_NOTES
index 2c244fc..c9e29a8 100644
--- a/code-generation/RELEASE_NOTES
+++ b/code-generation/RELEASE_NOTES
@@ -1,9 +1,13 @@
 ==============================================================
-Apache PLC4X Build-Tools Code-Generation 1.1.0 (Unreleased)
+Apache PLC4X Build-Tools Code-Generation 1.1.0
 ==============================================================
 
 New Features
 ------------
+- Added new Integer and Float type references
+- Added support for "dataIo" types in MSpec
+- Added support for temporal fields
+- Added support for string fields
 
 Incompatible changes
 --------------------
@@ -31,4 +35,4 @@ Incompatible changes
 Bug Fixes
 ---------
 
-- none
\ No newline at end of file
+- none


[plc4x-build-tools] 02/02: [maven-release-plugin] prepare release release/code-generation/1.1.0

Posted by jf...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jfeinauer pushed a commit to branch rel/code-generation/1.1
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git

commit 3b21d09085720f8ab48a294da34d7f9b2fb08de3
Author: Julian Feinauer <j....@pragmaticminds.de>
AuthorDate: Sat Jan 4 20:23:18 2020 +0100

    [maven-release-plugin] prepare release release/code-generation/1.1.0
---
 code-generation/language-base/pom.xml      | 4 ++--
 code-generation/plc4x-maven-plugin/pom.xml | 6 +++---
 code-generation/pom.xml                    | 4 ++--
 code-generation/protocol-base/pom.xml      | 4 ++--
 code-generation/types-base/pom.xml         | 2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/code-generation/language-base/pom.xml b/code-generation/language-base/pom.xml
index c4bcab5..881d7a5 100644
--- a/code-generation/language-base/pom.xml
+++ b/code-generation/language-base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-code-generaton</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>plc4x-code-generation-language-base</artifactId>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-types-base</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
   </dependencies>
 </project>
\ No newline at end of file
diff --git a/code-generation/plc4x-maven-plugin/pom.xml b/code-generation/plc4x-maven-plugin/pom.xml
index 6f1d054..9a5f666 100644
--- a/code-generation/plc4x-maven-plugin/pom.xml
+++ b/code-generation/plc4x-maven-plugin/pom.xml
@@ -23,7 +23,7 @@
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-code-generaton</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>plc4x-maven-plugin</artifactId>
@@ -35,12 +35,12 @@
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-language-base</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-protocol-base</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
 
     <dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index b70ab30..80a8410 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -33,7 +33,7 @@
 
   <groupId>org.apache.plc4x.plugins</groupId>
   <artifactId>plc4x-code-generaton</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</version>
   <packaging>pom</packaging>
 
   <name>PLC4X Build Tools: Code Generation</name>
@@ -52,7 +52,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/plc4x-build-tools.git</developerConnection>
     <url>https://github.com/apache/plc4x-build-tools</url>
-    <tag>rel/code-generation/1.1</tag>
+    <tag>release/code-generation/1.1.0</tag>
   </scm>
 
   <modules>
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index 5d39ede..5c45f27 100644
--- a/code-generation/protocol-base/pom.xml
+++ b/code-generation/protocol-base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-code-generaton</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>plc4x-code-generation-protocol-base</artifactId>
@@ -36,7 +36,7 @@
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-types-base</artifactId>
-      <version>1.1.0-SNAPSHOT</version>
+      <version>1.1.0</version>
     </dependency>
   </dependencies>
 
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index 156ad1f..0c0635e 100644
--- a/code-generation/types-base/pom.xml
+++ b/code-generation/types-base/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-code-generaton</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.1.0</version>
   </parent>
 
   <artifactId>plc4x-code-generation-types-base</artifactId>