Skip to content

Commit 47af225

Browse files
committed
[maven-release-plugin] prepare release v0.12.0
1 parent 5f4014f commit 47af225

File tree

121 files changed

+624
-624
lines changed

Some content is hidden

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

121 files changed

+624
-624
lines changed

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

+3-3
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</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.12.0-SNAPSHOT</version>
43+
<version>0.12.0</version>
4444
</dependency>
4545

4646
<dependency>

code-generation/language-c/pom.xml

+6-6
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.plc4x</groupId>
9090
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
91-
<version>0.12.0-SNAPSHOT</version>
91+
<version>0.12.0</version>
9292
</dependency>
9393

9494
<dependency>
@@ -107,21 +107,21 @@
107107
<dependency>
108108
<groupId>org.apache.plc4x</groupId>
109109
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
110-
<version>0.12.0-SNAPSHOT</version>
110+
<version>0.12.0</version>
111111
<scope>compile</scope>
112112
</dependency>
113113

114114
<!-- Make sure the dependencies of the module are built first -->
115115
<dependency>
116116
<groupId>org.apache.plc4x</groupId>
117117
<artifactId>plc4x-code-generation-protocol-test</artifactId>
118-
<version>0.12.0-SNAPSHOT</version>
118+
<version>0.12.0</version>
119119
<scope>test</scope>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.apache.plc4x</groupId>
123123
<artifactId>plc4x-code-generation-protocol-test</artifactId>
124-
<version>0.12.0-SNAPSHOT</version>
124+
<version>0.12.0</version>
125125
<classifier>tests</classifier>
126126
<type>test-jar</type>
127127
<scope>test</scope>

code-generation/language-cs/pom.xml

+3-3
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.12.0-SNAPSHOT</version>
27+
<version>0.12.0</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:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</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.12.0-SNAPSHOT</version>
44+
<version>0.12.0</version>
4545
</dependency>
4646

4747
<dependency>

code-generation/language-go/pom.xml

+6-6
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>
@@ -88,7 +88,7 @@
8888
<dependency>
8989
<groupId>org.apache.plc4x</groupId>
9090
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
91-
<version>0.12.0-SNAPSHOT</version>
91+
<version>0.12.0</version>
9292
</dependency>
9393

9494
<dependency>
@@ -107,21 +107,21 @@
107107
<dependency>
108108
<groupId>org.apache.plc4x</groupId>
109109
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
110-
<version>0.12.0-SNAPSHOT</version>
110+
<version>0.12.0</version>
111111
<scope>compile</scope>
112112
</dependency>
113113

114114
<!-- Make sure the dependencies of the module are built first -->
115115
<dependency>
116116
<groupId>org.apache.plc4x</groupId>
117117
<artifactId>plc4x-code-generation-protocol-test</artifactId>
118-
<version>0.12.0-SNAPSHOT</version>
118+
<version>0.12.0</version>
119119
<scope>test</scope>
120120
</dependency>
121121
<dependency>
122122
<groupId>org.apache.plc4x</groupId>
123123
<artifactId>plc4x-code-generation-protocol-test</artifactId>
124-
<version>0.12.0-SNAPSHOT</version>
124+
<version>0.12.0</version>
125125
<classifier>tests</classifier>
126126
<type>test-jar</type>
127127
<scope>test</scope>

code-generation/language-java/pom.xml

+10-10
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</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.12.0-SNAPSHOT</version>
90+
<version>0.12.0</version>
9191
</dependency>
9292
<dependency>
9393
<groupId>org.apache.plc4x</groupId>
9494
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
95-
<version>0.12.0-SNAPSHOT</version>
95+
<version>0.12.0</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.12.0-SNAPSHOT</version>
120+
<version>0.12.0</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.plc4x</groupId>
125125
<artifactId>plc4j-spi</artifactId>
126-
<version>0.12.0-SNAPSHOT</version>
126+
<version>0.12.0</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.plc4x</groupId>
131131
<artifactId>plc4j-transport-tcp</artifactId>
132-
<version>0.12.0-SNAPSHOT</version>
132+
<version>0.12.0</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.12.0-SNAPSHOT</version>
138+
<version>0.12.0</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.12.0-SNAPSHOT</version>
144+
<version>0.12.0</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.12.0-SNAPSHOT</version>
150+
<version>0.12.0</version>
151151
<classifier>tests</classifier>
152152
<type>test-jar</type>
153153
<scope>test</scope>

code-generation/language-python/pom.xml

+10-10
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.12.0-SNAPSHOT</version>
27+
<version>0.12.0</version>
2828
</parent>
2929

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

4141
<build>
@@ -89,12 +89,12 @@
8989
<dependency>
9090
<groupId>org.apache.plc4x</groupId>
9191
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
92-
<version>0.12.0-SNAPSHOT</version>
92+
<version>0.12.0</version>
9393
</dependency>
9494
<dependency>
9595
<groupId>org.apache.plc4x</groupId>
9696
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
97-
<version>0.12.0-SNAPSHOT</version>
97+
<version>0.12.0</version>
9898
</dependency>
9999

100100
<dependency>
@@ -114,37 +114,37 @@
114114
<dependency>
115115
<groupId>org.apache.plc4x</groupId>
116116
<artifactId>plc4j-api</artifactId>
117-
<version>0.12.0-SNAPSHOT</version>
117+
<version>0.12.0</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.plc4x</groupId>
122122
<artifactId>plc4j-spi</artifactId>
123-
<version>0.12.0-SNAPSHOT</version>
123+
<version>0.12.0</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.apache.plc4x</groupId>
128128
<artifactId>plc4j-transport-tcp</artifactId>
129-
<version>0.12.0-SNAPSHOT</version>
129+
<version>0.12.0</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.plc4x</groupId>
134134
<artifactId>plc4j-utils-test-utils</artifactId>
135-
<version>0.12.0-SNAPSHOT</version>
135+
<version>0.12.0</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.plc4x</groupId>
140140
<artifactId>plc4x-code-generation-protocol-test</artifactId>
141-
<version>0.12.0-SNAPSHOT</version>
141+
<version>0.12.0</version>
142142
<scope>test</scope>
143143
</dependency>
144144
<dependency>
145145
<groupId>org.apache.plc4x</groupId>
146146
<artifactId>plc4x-code-generation-protocol-test</artifactId>
147-
<version>0.12.0-SNAPSHOT</version>
147+
<version>0.12.0</version>
148148
<classifier>tests</classifier>
149149
<type>test-jar</type>
150150
<scope>test</scope>

code-generation/pom.xml

+2-2
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<modules>

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

+2-2
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
3737
</properties>
3838

3939
<build>

code-generation/protocol-test/pom.xml

+3-3
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.12.0-SNAPSHOT</version>
27+
<version>0.12.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>2024-02-16T14:53:02Z</project.build.outputTimestamp>
36+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</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.12.0-SNAPSHOT</version>
219+
<version>0.12.0</version>
220220
</dependency>
221221
</dependencies>
222222

code-generation/tests/pom.xml

+2-2
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.12.0-SNAPSHOT</version>
27+
<version>0.12.0</version>
2828
</parent>
2929

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

3636
<properties>
37-
<project.build.outputTimestamp>2024-02-16T14:53:02Z</project.build.outputTimestamp>
37+
<project.build.outputTimestamp>2024-02-16T15:44:54Z</project.build.outputTimestamp>
3838
</properties>
3939

4040
<modules>

0 commit comments

Comments
 (0)