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:57:29 UTC

[plc4x-build-tools] branch releases/code-generation/1.6 updated: chore(release): Reset the version back to before the release and updated the NOTICE file

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 d8b91c3  chore(release): Reset the version back to before the release and updated the NOTICE file
d8b91c3 is described below

commit d8b91c3cb9ce7cc63153b6c68f94408dda9bae04
Author: Christofer Dutz <ch...@rivian.com>
AuthorDate: Thu Sep 22 13:57:17 2022 +0200

    chore(release): Reset the version back to before the release and updated the NOTICE file
---
 NOTICE                                     | 2 +-
 code-generation/NOTICE                     | 2 +-
 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 +-
 plc4x-site-skin/NOTICE                     | 2 +-
 plc4x-site-skin/pom.xml                    | 2 +-
 9 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/NOTICE b/NOTICE
index 57a0e5e..48d31bb 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2021 The Apache Software Foundation
+Copyright 2017-2022 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/NOTICE b/code-generation/NOTICE
index 57a0e5e..48d31bb 100644
--- a/code-generation/NOTICE
+++ b/code-generation/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2021 The Apache Software Foundation
+Copyright 2017-2022 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/language-base/pom.xml b/code-generation/language-base/pom.xml
index ad410b8..ca13346 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.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</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.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</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 bf76bbd..7d53bb8 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.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</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.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-protocol-base</artifactId>
-      <version>1.6.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
 
     <dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 6f78620..0f38cbe 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.1-SNAPSHOT</version>
+  <version>1.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>PLC4X Build Tools: Code Generation</name>
@@ -44,7 +44,7 @@
     <java.version>11</java.version>
 
     <!-- Timestamp for the reproducible builds -->
-    <project.build.outputTimestamp>1663847421</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1663847802</project.build.outputTimestamp>
   </properties>
 
   <scm>
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index 85682d2..1821666 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.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</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.1-SNAPSHOT</version>
+      <version>1.0.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index 5fe3108..f13d69e 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.1-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>plc4x-code-generation-types-base</artifactId>
diff --git a/plc4x-site-skin/NOTICE b/plc4x-site-skin/NOTICE
index 57a0e5e..48d31bb 100644
--- a/plc4x-site-skin/NOTICE
+++ b/plc4x-site-skin/NOTICE
@@ -1,5 +1,5 @@
 Apache PLC4X
-Copyright 2017-2021 The Apache Software Foundation
+Copyright 2017-2022 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/plc4x-site-skin/pom.xml b/plc4x-site-skin/pom.xml
index b4bbfc0..85391f6 100644
--- a/plc4x-site-skin/pom.xml
+++ b/plc4x-site-skin/pom.xml
@@ -39,7 +39,7 @@
 
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-    <project.build.outputTimestamp>1</project.build.outputTimestamp>
+    <project.build.outputTimestamp>1663847802</project.build.outputTimestamp>
 
     <sitePluginVersion>3.7.1</sitePluginVersion>
     <mpirVersion>3.0.0</mpirVersion>