Skip to content

Commit 6577699

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent d8e580e commit 6577699

88 files changed

Lines changed: 485 additions & 485 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.

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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -87,7 +87,7 @@
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.14.0-SNAPSHOT</version>
9191
</dependency>
9292

9393
<dependency>
@@ -106,21 +106,21 @@
106106
<dependency>
107107
<groupId>org.apache.plc4x</groupId>
108108
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
109-
<version>0.13.0-SNAPSHOT</version>
109+
<version>0.14.0-SNAPSHOT</version>
110110
<scope>compile</scope>
111111
</dependency>
112112

113113
<!-- Make sure the dependencies of the module are built first -->
114114
<dependency>
115115
<groupId>org.apache.plc4x</groupId>
116116
<artifactId>plc4x-code-generation-protocol-test</artifactId>
117-
<version>0.13.0-SNAPSHOT</version>
117+
<version>0.14.0-SNAPSHOT</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.plc4x</groupId>
122122
<artifactId>plc4x-code-generation-protocol-test</artifactId>
123-
<version>0.13.0-SNAPSHOT</version>
123+
<version>0.14.0-SNAPSHOT</version>
124124
<classifier>tests</classifier>
125125
<type>test-jar</type>
126126
<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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -87,7 +87,7 @@
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.14.0-SNAPSHOT</version>
9191
</dependency>
9292

9393
<dependency>
@@ -106,21 +106,21 @@
106106
<dependency>
107107
<groupId>org.apache.plc4x</groupId>
108108
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
109-
<version>0.13.0-SNAPSHOT</version>
109+
<version>0.14.0-SNAPSHOT</version>
110110
<scope>compile</scope>
111111
</dependency>
112112

113113
<!-- Make sure the dependencies of the module are built first -->
114114
<dependency>
115115
<groupId>org.apache.plc4x</groupId>
116116
<artifactId>plc4x-code-generation-protocol-test</artifactId>
117-
<version>0.13.0-SNAPSHOT</version>
117+
<version>0.14.0-SNAPSHOT</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.plc4x</groupId>
122122
<artifactId>plc4x-code-generation-protocol-test</artifactId>
123-
<version>0.13.0-SNAPSHOT</version>
123+
<version>0.14.0-SNAPSHOT</version>
124124
<classifier>tests</classifier>
125125
<type>test-jar</type>
126126
<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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -88,12 +88,12 @@
8888
<dependency>
8989
<groupId>org.apache.plc4x</groupId>
9090
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
91-
<version>0.13.0-SNAPSHOT</version>
91+
<version>0.14.0-SNAPSHOT</version>
9292
</dependency>
9393
<dependency>
9494
<groupId>org.apache.plc4x</groupId>
9595
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
96-
<version>0.13.0-SNAPSHOT</version>
96+
<version>0.14.0-SNAPSHOT</version>
9797
</dependency>
9898

9999
<dependency>
@@ -118,37 +118,37 @@
118118
<dependency>
119119
<groupId>org.apache.plc4x</groupId>
120120
<artifactId>plc4j-api</artifactId>
121-
<version>0.13.0-SNAPSHOT</version>
121+
<version>0.14.0-SNAPSHOT</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.apache.plc4x</groupId>
126126
<artifactId>plc4j-spi</artifactId>
127-
<version>0.13.0-SNAPSHOT</version>
127+
<version>0.14.0-SNAPSHOT</version>
128128
<scope>test</scope>
129129
</dependency>
130130
<dependency>
131131
<groupId>org.apache.plc4x</groupId>
132132
<artifactId>plc4j-transport-tcp</artifactId>
133-
<version>0.13.0-SNAPSHOT</version>
133+
<version>0.14.0-SNAPSHOT</version>
134134
<scope>test</scope>
135135
</dependency>
136136
<dependency>
137137
<groupId>org.apache.plc4x</groupId>
138138
<artifactId>plc4j-utils-test-utils</artifactId>
139-
<version>0.13.0-SNAPSHOT</version>
139+
<version>0.14.0-SNAPSHOT</version>
140140
<scope>test</scope>
141141
</dependency>
142142
<dependency>
143143
<groupId>org.apache.plc4x</groupId>
144144
<artifactId>plc4x-code-generation-protocol-test</artifactId>
145-
<version>0.13.0-SNAPSHOT</version>
145+
<version>0.14.0-SNAPSHOT</version>
146146
<scope>test</scope>
147147
</dependency>
148148
<dependency>
149149
<groupId>org.apache.plc4x</groupId>
150150
<artifactId>plc4x-code-generation-protocol-test</artifactId>
151-
<version>0.13.0-SNAPSHOT</version>
151+
<version>0.14.0-SNAPSHOT</version>
152152
<classifier>tests</classifier>
153153
<type>test-jar</type>
154154
<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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.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.14.0-SNAPSHOT</version>
9696
</dependency>
9797

9898
<dependency>
@@ -112,13 +112,13 @@
112112
<dependency>
113113
<groupId>org.apache.plc4x</groupId>
114114
<artifactId>plc4x-code-generation-protocol-test</artifactId>
115-
<version>0.13.0-SNAPSHOT</version>
115+
<version>0.14.0-SNAPSHOT</version>
116116
<scope>test</scope>
117117
</dependency>
118118
<dependency>
119119
<groupId>org.apache.plc4x</groupId>
120120
<artifactId>plc4x-code-generation-protocol-test</artifactId>
121-
<version>0.13.0-SNAPSHOT</version>
121+
<version>0.14.0-SNAPSHOT</version>
122122
<classifier>tests</classifier>
123123
<type>test-jar</type>
124124
<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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.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>2025-07-31T16:36:54Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</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.14.0-SNAPSHOT</version>
220220
</dependency>
221221
</dependencies>
222222

plc4c/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-parent</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.14.0-SNAPSHOT</version>
2828
</parent>
2929

3030
<artifactId>plc4c</artifactId>
@@ -34,7 +34,7 @@
3434
<description>Implementation of the protocol adapters for usage as C library.</description>
3535

3636
<properties>
37-
<project.build.outputTimestamp>2025-07-31T16:36:54Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2025-07-31T16:36:55Z</project.build.outputTimestamp>
3838
<unity.version>2.5.2</unity.version>
3939
<!-- Tell Sonar where to find the sources -->
4040
<!--sonar.sources></sonar.sources-->
@@ -345,29 +345,29 @@
345345
<dependency>
346346
<groupId>org.apache.plc4x</groupId>
347347
<artifactId>plc4x-code-generation-language-c</artifactId>
348-
<version>0.13.0-SNAPSHOT</version>
348+
<version>0.14.0-SNAPSHOT</version>
349349
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
350350
<scope>provided</scope>
351351
</dependency>
352352

353353
<dependency>
354354
<groupId>org.apache.plc4x</groupId>
355355
<artifactId>plc4x-protocols-modbus</artifactId>
356-
<version>0.13.0-SNAPSHOT</version>
356+
<version>0.14.0-SNAPSHOT</version>
357357
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
358358
<scope>provided</scope>
359359
</dependency>
360360
<dependency>
361361
<groupId>org.apache.plc4x</groupId>
362362
<artifactId>plc4x-protocols-plc4x</artifactId>
363-
<version>0.13.0-SNAPSHOT</version>
363+
<version>0.14.0-SNAPSHOT</version>
364364
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
365365
<scope>provided</scope>
366366
</dependency>
367367
<dependency>
368368
<groupId>org.apache.plc4x</groupId>
369369
<artifactId>plc4x-protocols-s7</artifactId>
370-
<version>0.13.0-SNAPSHOT</version>
370+
<version>0.14.0-SNAPSHOT</version>
371371
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
372372
<scope>provided</scope>
373373
</dependency>

0 commit comments

Comments
 (0)