Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdutz committed Feb 16, 2024
1 parent 5f4014f commit 47af225
Show file tree
Hide file tree
Showing 121 changed files with 624 additions and 624 deletions.
6 changes: 3 additions & 3 deletions code-generation/language-base-freemarker/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
Expand All @@ -33,14 +33,14 @@
<description>Base code for building language outputs based on Freemarker</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<dependencies>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions code-generation/language-c/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-c</artifactId>
Expand All @@ -33,7 +33,7 @@
<description>Code generation template for generating C code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand All @@ -107,21 +107,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>

<!-- Make sure the dependencies of the module are built first -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
6 changes: 3 additions & 3 deletions code-generation/language-cs/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-cs</artifactId>
Expand All @@ -33,15 +33,15 @@
<description>Code generation template for generating C# code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<dependencies>
<!-- We are using the Freemarker module to generate Java code -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions code-generation/language-go/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-go</artifactId>
Expand All @@ -33,7 +33,7 @@
<description>Code generation template for generating Go(lang) code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand All @@ -107,21 +107,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>compile</scope>
</dependency>

<!-- Make sure the dependencies of the module are built first -->
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
20 changes: 10 additions & 10 deletions code-generation/language-java/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-java</artifactId>
Expand All @@ -33,7 +33,7 @@
<description>Code generation template for generating Java code</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -87,12 +87,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand All @@ -117,37 +117,37 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-spi</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-transport-tcp</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-utils-test-utils</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
20 changes: 10 additions & 10 deletions code-generation/language-python/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-language-python</artifactId>
Expand All @@ -35,7 +35,7 @@
<properties>
<!-- Disabled for now as the python code doesn't seem to build -->
<skip-code-generation-tests>true</skip-code-generation-tests>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -89,12 +89,12 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>

<dependency>
Expand All @@ -114,37 +114,37 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-api</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-spi</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-transport-tcp</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4j-utils-test-utils</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation</artifactId>
Expand All @@ -34,7 +34,7 @@
<description>Home of the PLC4X code-generation framework.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/protocol-base-mspec/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
Expand All @@ -33,7 +33,7 @@
<description>Base stuff for building protocols using our custom MSpec format.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
6 changes: 3 additions & 3 deletions code-generation/protocol-test/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-protocol-test</artifactId>
Expand All @@ -33,7 +33,7 @@
<description>Fake protocol intended for demonstrating the different features and aspects of MSpec.</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down Expand Up @@ -216,7 +216,7 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions code-generation/tests/pom.xml
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.12.0-SNAPSHOT</version>
<version>0.12.0</version>
</parent>

<artifactId>plc4x-code-generation-tests</artifactId>
Expand All @@ -34,7 +34,7 @@
<description>Tests for the various code-generation modules</description>

<properties>
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down

0 comments on commit 47af225

Please sign in to comment.