[maven-release-plugin] prepare for next development iteration
diff --git a/code-generation/language-base/pom.xml b/code-generation/language-base/pom.xml
index 412660c..6283484 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.7.0</version>
+ <version>1.7.1-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.7.0</version>
+ <version>1.7.1-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 b657a34..5ae6a5a 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.7.0</version>
+ <version>1.7.1-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.7.0</version>
+ <version>1.7.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x.plugins</groupId>
<artifactId>plc4x-code-generation-protocol-base</artifactId>
- <version>1.7.0</version>
+ <version>1.7.1-SNAPSHOT</version>
</dependency>
<dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 02481d6..bfc75ba 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.7.0</version>
+ <version>1.7.1-SNAPSHOT</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>1695381298</project.build.outputTimestamp>
+ <project.build.outputTimestamp>1695381315</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.7.0</tag>
+ <tag>releases/code-generation/1.7</tag>
</scm>
<modules>
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index e429080..e3d816e 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.7.0</version>
+ <version>1.7.1-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.7.0</version>
+ <version>1.7.1-SNAPSHOT</version>
</dependency>
</dependencies>
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index 7da7982..4e23a64 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.7.0</version>
+ <version>1.7.1-SNAPSHOT</version>
</parent>
<artifactId>plc4x-code-generation-types-base</artifactId>