[maven-release-plugin] prepare release release/code-generation/1.0.0-rc2
diff --git a/code-generation/language-base/pom.xml b/code-generation/language-base/pom.xml
index d30d641..9404147 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.0.1-SNAPSHOT</version>
+    <version>1.0.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.0.1-SNAPSHOT</version>
+      <version>1.0.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 e5d32cc..992d7f1 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.0.1-SNAPSHOT</version>
+    <version>1.0.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.0.1-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.plc4x.plugins</groupId>
       <artifactId>plc4x-code-generation-protocol-base</artifactId>
-      <version>1.0.1-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
 
     <dependency>
diff --git a/code-generation/pom.xml b/code-generation/pom.xml
index 6fd3f33..1af1008 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.0.1-SNAPSHOT</version>
+  <version>1.0.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/1.0</tag>
+    <tag>release/code-generation/1.0.0-rc2</tag>
   </scm>
 
   <modules>
diff --git a/code-generation/protocol-base/pom.xml b/code-generation/protocol-base/pom.xml
index 14018bd..efe1e0b 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.0.1-SNAPSHOT</version>
+    <version>1.0.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.0.1-SNAPSHOT</version>
+      <version>1.0.0</version>
     </dependency>
   </dependencies>
 
diff --git a/code-generation/types-base/pom.xml b/code-generation/types-base/pom.xml
index 9d9dba1..e95033e 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.0.1-SNAPSHOT</version>
+    <version>1.0.0</version>
   </parent>
 
   <artifactId>plc4x-code-generation-types-base</artifactId>