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
The following commit(s) were added to refs/heads/develop by this push:
new 41a2593 [maven-release-plugin] prepare for next development iteration
41a2593 is described below
commit 41a25935127be115ec80dfcec9f729d4a762fafe
Author: Christofer Dutz <[email protected]>
AuthorDate: Fri Apr 11 18:15:04 2025 +0200
[maven-release-plugin] prepare for next development iteration
---
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 e2ca8bd..d96771d 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.8.0-SNAPSHOT</version>
+ <version>1.9.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.8.0-SNAPSHOT</version>
+ <version>1.9.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 ddc7277..6c8035c 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.8.0-SNAPSHOT</version>
+ <version>1.9.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.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x.plugins</groupId>
<artifactId>plc4x-code-generation-protocol-base</artifactId>
- <version>1.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index b9acdc0..62264b9 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.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>PLC4X Build Tools: Code Generation</name>
@@ -42,7 +42,7 @@
<properties>
<!-- Timestamp for the reproducible builds -->
- <project.build.outputTimestamp>1744388085</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1744388104</project.build.outputTimestamp>
<java.version>11</java.version>
</properties>
@@ -50,7 +50,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>releases/code-generation/1.8</tag>
+ <tag>releases/code-generation/1.4</tag>
</scm>
<modules>
diff --git a/code-generation/protocol-base/pom.xml
b/code-generation/protocol-base/pom.xml
index 0a77c7d..ecbda1f 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.8.0-SNAPSHOT</version>
+ <version>1.9.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.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/code-generation/types-base/pom.xml
b/code-generation/types-base/pom.xml
index 97f4f62..e2d8dc0 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.8.0-SNAPSHOT</version>
+ <version>1.9.0-SNAPSHOT</version>
</parent>
<artifactId>plc4x-code-generation-types-base</artifactId>