Skip to content

Commit

Permalink
build: Made the update-code step skip the tests (They are run later o…
Browse files Browse the repository at this point in the history
…n in the release process)
  • Loading branch information
chrisdutz committed Feb 16, 2024
1 parent 5ad5b1c commit da19efa
Show file tree
Hide file tree
Showing 123 changed files with 621 additions and 646 deletions.
27 changes: 1 addition & 26 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
@@ -1,30 +1,5 @@
==============================================================
(Unreleased) Apache PLC4X 0.13.0-SNAPSHOT
==============================================================

New Features
------------

Incompatible changes
--------------------

Bug Fixes
---------

(Unreleased) Apache PLC4X 0.13.0-SNAPSHOT
==============================================================

New Features
------------

Incompatible changes
--------------------

Bug Fixes
---------

==============================================================
Apache PLC4X 0.12.0
(Unreleased) Apache PLC4X 0.12.0-SNAPSHOT
==============================================================

New Features
Expand Down
6 changes: 3 additions & 3 deletions code-generation/language-base-freemarker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions code-generation/language-c/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand All @@ -105,21 +105,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down
12 changes: 6 additions & 6 deletions code-generation/language-go/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand All @@ -105,21 +105,21 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</dependency>

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

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

<properties>
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

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

<dependency>
Expand All @@ -110,13 +110,13 @@
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation-protocol-test</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-parent</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:20Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
4 changes: 2 additions & 2 deletions code-generation/protocol-base-mspec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

<build>
Expand Down
6 changes: 3 additions & 3 deletions code-generation/protocol-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</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.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions code-generation/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.plc4x</groupId>
<artifactId>plc4x-code-generation</artifactId>
<version>0.13.0-SNAPSHOT</version>
<version>0.12.0-SNAPSHOT</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:25:01Z</project.build.outputTimestamp>
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
</properties>

<modules>
Expand Down
Loading

0 comments on commit da19efa

Please sign in to comment.