Skip to content

Commit 595a463

Browse files
committed
[maven-release-plugin] prepare release v0.13.0
1 parent a2696ca commit 595a463

File tree

89 files changed

+487
-487
lines changed

Some content is hidden

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

89 files changed

+487
-487
lines changed

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.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</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.13.0</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-language</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.apache.plc4x</groupId>
9696
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
97-
<version>0.13.0-SNAPSHOT</version>
97+
<version>0.13.0</version>
9898
</dependency>
9999

100100
<dependency>
@@ -113,21 +113,21 @@
113113
<dependency>
114114
<groupId>org.apache.plc4x</groupId>
115115
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
116-
<version>0.13.0-SNAPSHOT</version>
116+
<version>0.13.0</version>
117117
<scope>compile</scope>
118118
</dependency>
119119

120120
<!-- Make sure the dependencies of the module are built first -->
121121
<dependency>
122122
<groupId>org.apache.plc4x</groupId>
123123
<artifactId>plc4x-code-generation-protocol-test</artifactId>
124-
<version>0.13.0-SNAPSHOT</version>
124+
<version>0.13.0</version>
125125
<scope>test</scope>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.apache.plc4x</groupId>
129129
<artifactId>plc4x-code-generation-protocol-test</artifactId>
130-
<version>0.13.0-SNAPSHOT</version>
130+
<version>0.13.0</version>
131131
<classifier>tests</classifier>
132132
<type>test-jar</type>
133133
<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-language</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.13.0</version>
2828
</parent>
2929

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

3535
<properties>
36-
<project.build.outputTimestamp>2025-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.apache.plc4x</groupId>
5555
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
56-
<version>0.13.0-SNAPSHOT</version>
56+
<version>0.13.0</version>
5757
</dependency>
5858

5959
<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-language</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>org.apache.plc4x</groupId>
9696
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
97-
<version>0.13.0-SNAPSHOT</version>
97+
<version>0.13.0</version>
9898
</dependency>
9999

100100
<dependency>
@@ -113,21 +113,21 @@
113113
<dependency>
114114
<groupId>org.apache.plc4x</groupId>
115115
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
116-
<version>0.13.0-SNAPSHOT</version>
116+
<version>0.13.0</version>
117117
<scope>compile</scope>
118118
</dependency>
119119

120120
<!-- Make sure the dependencies of the module are built first -->
121121
<dependency>
122122
<groupId>org.apache.plc4x</groupId>
123123
<artifactId>plc4x-code-generation-protocol-test</artifactId>
124-
<version>0.13.0-SNAPSHOT</version>
124+
<version>0.13.0</version>
125125
<scope>test</scope>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.apache.plc4x</groupId>
129129
<artifactId>plc4x-code-generation-protocol-test</artifactId>
130-
<version>0.13.0-SNAPSHOT</version>
130+
<version>0.13.0</version>
131131
<classifier>tests</classifier>
132132
<type>test-jar</type>
133133
<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-language</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -95,12 +95,12 @@
9595
<dependency>
9696
<groupId>org.apache.plc4x</groupId>
9797
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
98-
<version>0.13.0-SNAPSHOT</version>
98+
<version>0.13.0</version>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.apache.plc4x</groupId>
102102
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
103-
<version>0.13.0-SNAPSHOT</version>
103+
<version>0.13.0</version>
104104
</dependency>
105105

106106
<dependency>
@@ -125,37 +125,37 @@
125125
<dependency>
126126
<groupId>org.apache.plc4x</groupId>
127127
<artifactId>plc4j-api</artifactId>
128-
<version>0.13.0-SNAPSHOT</version>
128+
<version>0.13.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.plc4x</groupId>
133133
<artifactId>plc4j-spi</artifactId>
134-
<version>0.13.0-SNAPSHOT</version>
134+
<version>0.13.0</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.apache.plc4x</groupId>
139139
<artifactId>plc4j-transport-tcp</artifactId>
140-
<version>0.13.0-SNAPSHOT</version>
140+
<version>0.13.0</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.plc4x</groupId>
145145
<artifactId>plc4j-utils-test-utils</artifactId>
146-
<version>0.13.0-SNAPSHOT</version>
146+
<version>0.13.0</version>
147147
<scope>test</scope>
148148
</dependency>
149149
<dependency>
150150
<groupId>org.apache.plc4x</groupId>
151151
<artifactId>plc4x-code-generation-protocol-test</artifactId>
152-
<version>0.13.0-SNAPSHOT</version>
152+
<version>0.13.0</version>
153153
<scope>test</scope>
154154
</dependency>
155155
<dependency>
156156
<groupId>org.apache.plc4x</groupId>
157157
<artifactId>plc4x-code-generation-protocol-test</artifactId>
158-
<version>0.13.0-SNAPSHOT</version>
158+
<version>0.13.0</version>
159159
<classifier>tests</classifier>
160160
<type>test-jar</type>
161161
<scope>test</scope>

code-generation/language/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.13.0</version>
2828
</parent>
2929

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

3636
<properties>
37-
<project.build.outputTimestamp>2025-08-02T13:55:10Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<profiles>

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-language</artifactId>
27-
<version>0.13.0-SNAPSHOT</version>
27+
<version>0.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -94,12 +94,12 @@
9494
<dependency>
9595
<groupId>org.apache.plc4x</groupId>
9696
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
97-
<version>0.13.0-SNAPSHOT</version>
97+
<version>0.13.0</version>
9898
</dependency>
9999
<dependency>
100100
<groupId>org.apache.plc4x</groupId>
101101
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
102-
<version>0.13.0-SNAPSHOT</version>
102+
<version>0.13.0</version>
103103
</dependency>
104104

105105
<dependency>
@@ -119,13 +119,13 @@
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.13.0</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.apache.plc4x</groupId>
127127
<artifactId>plc4x-code-generation-protocol-test</artifactId>
128-
<version>0.13.0-SNAPSHOT</version>
128+
<version>0.13.0</version>
129129
<classifier>tests</classifier>
130130
<type>test-jar</type>
131131
<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.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</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.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</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.13.0</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-08-02T13:55:10Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2025-08-02T13:58:13Z</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.13.0</version>
220220
</dependency>
221221

222222
<dependency>

0 commit comments

Comments
 (0)