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 2022/09/22 11:50:17 UTC

[plc4x-build-tools] branch releases/code-generation/1.6 updated: [maven-release-plugin] prepare release releases/code-generation/1.6.0

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

cdutz pushed a commit to branch releases/code-generation/1.6
in repository https://gitbox.apache.org/repos/asf/plc4x-build-tools.git


The following commit(s) were added to refs/heads/releases/code-generation/1.6 by this push:
     new 5a3aa16  [maven-release-plugin] prepare release releases/code-generation/1.6.0
5a3aa16 is described below

commit 5a3aa16bc6fa66333a481e25396a698d85e237aa
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Sep 22 13:50:15 2022 +0200

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

diff --git a/code-generation/language-base/pom.xml b/code-generation/language-base/pom.xml
index c68c9ea..efc6de1 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-generation</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.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.6.0-SNAPSHOT</version>
+      <version>1.6.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 26b0488..de627e9 100644
--- a/code-generation/plc4x-maven-plugin/pom.xml
+++ b/code-generation/plc4x-maven-plugin/pom.xml
@@ -24,7 +24,7 @@
   <parent>
     <groupId>org.apache.plc4x.plugins</groupId>
     <artifactId>plc4x-code-generation</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0</version>
   </parent>
 
   <artifactId>plc4x-maven-plugin</artifactId>
@@ -40,12 +40,12 @@
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-language-base</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-protocol-base</artifactId>
-      <version>1.6.0-SNAPSHOT</version>
+      <version>1.6.0</version>
     </dependency>
 
     <dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 66bbb2b..fd567ed 100644
--- a/code-generation/pom.xml
+++ b/code-generation/pom.xml
@@ -34,7 +34,7 @@
 
   <groupId>org.apache.plc4x.plugins</groupId>
   <artifactId>plc4x-code-generation</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.6.0</version>
   <packaging>pom</packaging>
 
   <name>PLC4X Build Tools: Code Generation</name>
@@ -44,14 +44,14 @@
     <java.version>11</java.version>
 
     <!-- Timestamp for the reproducible builds -->
-    <project.build.outputTimestamp>1663846492</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1663847403</project.build.outputTimestamp>
   </properties>
 
   <scm>
     <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>releases/code-generation/1.6</tag>
+    <tag>releases/code-generation/1.6.0</tag>
   </scm>
 
   <modules>
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index 71d9b13..5e1bf17 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-generation</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.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.6.0-SNAPSHOT</version>
+      <version>1.6.0</version>
     </dependency>
   </dependencies>
 
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index f13d69e..b06b23f 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-generation</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.6.0</version>
   </parent>
 
   <artifactId>plc4x-code-generation-types-base</artifactId>