Skip to content

Commit da19efa

Browse files
committed
build: Made the update-code step skip the tests (They are run later on in the release process)
1 parent 5ad5b1c commit da19efa

123 files changed

Lines changed: 621 additions & 646 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

RELEASE_NOTES

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,5 @@
11
==============================================================
2-
(Unreleased) Apache PLC4X 0.13.0-SNAPSHOT
3-
==============================================================
4-
5-
New Features
6-
------------
7-
8-
Incompatible changes
9-
--------------------
10-
11-
Bug Fixes
12-
---------
13-
14-
(Unreleased) Apache PLC4X 0.13.0-SNAPSHOT
15-
==============================================================
16-
17-
New Features
18-
------------
19-
20-
Incompatible changes
21-
--------------------
22-
23-
Bug Fixes
24-
---------
25-
26-
==============================================================
27-
Apache PLC4X 0.12.0
2+
(Unreleased) Apache PLC4X 0.12.0-SNAPSHOT
283
==============================================================
294

305
New Features

code-generation/language-base-freemarker/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>
4040
<dependency>
4141
<groupId>org.apache.plc4x</groupId>
4242
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
43-
<version>0.13.0-SNAPSHOT</version>
43+
<version>0.12.0-SNAPSHOT</version>
4444
</dependency>
4545

4646
<dependency>

code-generation/language-c/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.apache.plc4x</groupId>
8888
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
89-
<version>0.13.0-SNAPSHOT</version>
89+
<version>0.12.0-SNAPSHOT</version>
9090
</dependency>
9191

9292
<dependency>
@@ -105,21 +105,21 @@
105105
<dependency>
106106
<groupId>org.apache.plc4x</groupId>
107107
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
108-
<version>0.13.0-SNAPSHOT</version>
108+
<version>0.12.0-SNAPSHOT</version>
109109
<scope>compile</scope>
110110
</dependency>
111111

112112
<!-- Make sure the dependencies of the module are built first -->
113113
<dependency>
114114
<groupId>org.apache.plc4x</groupId>
115115
<artifactId>plc4x-code-generation-protocol-test</artifactId>
116-
<version>0.13.0-SNAPSHOT</version>
116+
<version>0.12.0-SNAPSHOT</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.plc4x</groupId>
121121
<artifactId>plc4x-code-generation-protocol-test</artifactId>
122-
<version>0.13.0-SNAPSHOT</version>
122+
<version>0.12.0-SNAPSHOT</version>
123123
<classifier>tests</classifier>
124124
<type>test-jar</type>
125125
<scope>test</scope>

code-generation/language-cs/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<dependencies>
4040
<!-- We are using the Freemarker module to generate Java code -->
4141
<dependency>
4242
<groupId>org.apache.plc4x</groupId>
4343
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
44-
<version>0.13.0-SNAPSHOT</version>
44+
<version>0.12.0-SNAPSHOT</version>
4545
</dependency>
4646

4747
<dependency>

code-generation/language-go/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -86,7 +86,7 @@
8686
<dependency>
8787
<groupId>org.apache.plc4x</groupId>
8888
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
89-
<version>0.13.0-SNAPSHOT</version>
89+
<version>0.12.0-SNAPSHOT</version>
9090
</dependency>
9191

9292
<dependency>
@@ -105,21 +105,21 @@
105105
<dependency>
106106
<groupId>org.apache.plc4x</groupId>
107107
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
108-
<version>0.13.0-SNAPSHOT</version>
108+
<version>0.12.0-SNAPSHOT</version>
109109
<scope>compile</scope>
110110
</dependency>
111111

112112
<!-- Make sure the dependencies of the module are built first -->
113113
<dependency>
114114
<groupId>org.apache.plc4x</groupId>
115115
<artifactId>plc4x-code-generation-protocol-test</artifactId>
116-
<version>0.13.0-SNAPSHOT</version>
116+
<version>0.12.0-SNAPSHOT</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.plc4x</groupId>
121121
<artifactId>plc4x-code-generation-protocol-test</artifactId>
122-
<version>0.13.0-SNAPSHOT</version>
122+
<version>0.12.0-SNAPSHOT</version>
123123
<classifier>tests</classifier>
124124
<type>test-jar</type>
125125
<scope>test</scope>

code-generation/language-java/pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -87,12 +87,12 @@
8787
<dependency>
8888
<groupId>org.apache.plc4x</groupId>
8989
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
90-
<version>0.13.0-SNAPSHOT</version>
90+
<version>0.12.0-SNAPSHOT</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.plc4x</groupId>
9494
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
95-
<version>0.13.0-SNAPSHOT</version>
95+
<version>0.12.0-SNAPSHOT</version>
9696
</dependency>
9797

9898
<dependency>
@@ -117,37 +117,37 @@
117117
<dependency>
118118
<groupId>org.apache.plc4x</groupId>
119119
<artifactId>plc4j-api</artifactId>
120-
<version>0.13.0-SNAPSHOT</version>
120+
<version>0.12.0-SNAPSHOT</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.plc4x</groupId>
125125
<artifactId>plc4j-spi</artifactId>
126-
<version>0.13.0-SNAPSHOT</version>
126+
<version>0.12.0-SNAPSHOT</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.plc4x</groupId>
131131
<artifactId>plc4j-transport-tcp</artifactId>
132-
<version>0.13.0-SNAPSHOT</version>
132+
<version>0.12.0-SNAPSHOT</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.apache.plc4x</groupId>
137137
<artifactId>plc4j-utils-test-utils</artifactId>
138-
<version>0.13.0-SNAPSHOT</version>
138+
<version>0.12.0-SNAPSHOT</version>
139139
<scope>test</scope>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.plc4x</groupId>
143143
<artifactId>plc4x-code-generation-protocol-test</artifactId>
144-
<version>0.13.0-SNAPSHOT</version>
144+
<version>0.12.0-SNAPSHOT</version>
145145
<scope>test</scope>
146146
</dependency>
147147
<dependency>
148148
<groupId>org.apache.plc4x</groupId>
149149
<artifactId>plc4x-code-generation-protocol-test</artifactId>
150-
<version>0.13.0-SNAPSHOT</version>
150+
<version>0.12.0-SNAPSHOT</version>
151151
<classifier>tests</classifier>
152152
<type>test-jar</type>
153153
<scope>test</scope>

code-generation/language-python/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -85,12 +85,12 @@
8585
<dependency>
8686
<groupId>org.apache.plc4x</groupId>
8787
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
88-
<version>0.13.0-SNAPSHOT</version>
88+
<version>0.12.0-SNAPSHOT</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.apache.plc4x</groupId>
9292
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
93-
<version>0.13.0-SNAPSHOT</version>
93+
<version>0.12.0-SNAPSHOT</version>
9494
</dependency>
9595

9696
<dependency>
@@ -110,13 +110,13 @@
110110
<dependency>
111111
<groupId>org.apache.plc4x</groupId>
112112
<artifactId>plc4x-code-generation-protocol-test</artifactId>
113-
<version>0.13.0-SNAPSHOT</version>
113+
<version>0.12.0-SNAPSHOT</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.apache.plc4x</groupId>
118118
<artifactId>plc4x-code-generation-protocol-test</artifactId>
119-
<version>0.13.0-SNAPSHOT</version>
119+
<version>0.12.0-SNAPSHOT</version>
120120
<classifier>tests</classifier>
121121
<type>test-jar</type>
122122
<scope>test</scope>

code-generation/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-parent</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3636
<properties>
37-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2024-02-16T14:32:20Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<modules>

code-generation/protocol-base-mspec/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>

code-generation/protocol-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache.plc4x</groupId>
2626
<artifactId>plc4x-code-generation</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.12.0-SNAPSHOT</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2024-02-16T14:25:01Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T14:32:21Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -216,7 +216,7 @@
216216
<dependency>
217217
<groupId>org.apache.plc4x</groupId>
218218
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
219-
<version>0.13.0-SNAPSHOT</version>
219+
<version>0.12.0-SNAPSHOT</version>
220220
</dependency>
221221
</dependencies>
222222

0 commit comments

Comments
 (0)