Skip to content

Commit d22042e

Browse files
committed
[maven-release-plugin] prepare release v0.11.0
1 parent 5d819ac commit d22042e

File tree

112 files changed

+498
-498
lines changed

Some content is hidden

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

112 files changed

+498
-498
lines changed

code-generation/language-base-freemarker/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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
@@ -62,7 +62,7 @@
6262
<dependency>
6363
<groupId>org.apache.plc4x</groupId>
6464
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
65-
<version>0.11.0-SNAPSHOT</version>
65+
<version>0.11.0</version>
6666
<scope>compile</scope>
6767
</dependency>
6868
</dependencies>

code-generation/language-c/pom.xml

+5-5
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-c</artifactId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.apache.plc4x</groupId>
8484
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
85-
<version>0.11.0-SNAPSHOT</version>
85+
<version>0.11.0</version>
8686
</dependency>
8787

8888
<dependency>
@@ -101,21 +101,21 @@
101101
<dependency>
102102
<groupId>org.apache.plc4x</groupId>
103103
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
104-
<version>0.11.0-SNAPSHOT</version>
104+
<version>0.11.0</version>
105105
<scope>compile</scope>
106106
</dependency>
107107

108108
<!-- Make sure the dependencies of the module are built first -->
109109
<dependency>
110110
<groupId>org.apache.plc4x</groupId>
111111
<artifactId>plc4x-code-generation-protocol-test</artifactId>
112-
<version>0.11.0-SNAPSHOT</version>
112+
<version>0.11.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.plc4x</groupId>
117117
<artifactId>plc4x-code-generation-protocol-test</artifactId>
118-
<version>0.11.0-SNAPSHOT</version>
118+
<version>0.11.0</version>
119119
<classifier>tests</classifier>
120120
<type>test-jar</type>
121121
<scope>test</scope>

code-generation/language-cs/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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-cs</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.plc4x</groupId>
3939
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
40-
<version>0.11.0-SNAPSHOT</version>
40+
<version>0.11.0</version>
4141
</dependency>
4242

4343
<dependency>

code-generation/language-go/pom.xml

+5-5
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-go</artifactId>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.apache.plc4x</groupId>
8484
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
85-
<version>0.11.0-SNAPSHOT</version>
85+
<version>0.11.0</version>
8686
</dependency>
8787

8888
<dependency>
@@ -101,21 +101,21 @@
101101
<dependency>
102102
<groupId>org.apache.plc4x</groupId>
103103
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
104-
<version>0.11.0-SNAPSHOT</version>
104+
<version>0.11.0</version>
105105
<scope>compile</scope>
106106
</dependency>
107107

108108
<!-- Make sure the dependencies of the module are built first -->
109109
<dependency>
110110
<groupId>org.apache.plc4x</groupId>
111111
<artifactId>plc4x-code-generation-protocol-test</artifactId>
112-
<version>0.11.0-SNAPSHOT</version>
112+
<version>0.11.0</version>
113113
<scope>test</scope>
114114
</dependency>
115115
<dependency>
116116
<groupId>org.apache.plc4x</groupId>
117117
<artifactId>plc4x-code-generation-protocol-test</artifactId>
118-
<version>0.11.0-SNAPSHOT</version>
118+
<version>0.11.0</version>
119119
<classifier>tests</classifier>
120120
<type>test-jar</type>
121121
<scope>test</scope>

code-generation/language-java/pom.xml

+9-9
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-java</artifactId>
@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>org.apache.plc4x</groupId>
8383
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
84-
<version>0.11.0-SNAPSHOT</version>
84+
<version>0.11.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.plc4x</groupId>
8888
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
89-
<version>0.11.0-SNAPSHOT</version>
89+
<version>0.11.0</version>
9090
</dependency>
9191

9292
<dependency>
@@ -111,37 +111,37 @@
111111
<dependency>
112112
<groupId>org.apache.plc4x</groupId>
113113
<artifactId>plc4j-api</artifactId>
114-
<version>0.11.0-SNAPSHOT</version>
114+
<version>0.11.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.apache.plc4x</groupId>
119119
<artifactId>plc4j-spi</artifactId>
120-
<version>0.11.0-SNAPSHOT</version>
120+
<version>0.11.0</version>
121121
<scope>test</scope>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.apache.plc4x</groupId>
125125
<artifactId>plc4j-transport-tcp</artifactId>
126-
<version>0.11.0-SNAPSHOT</version>
126+
<version>0.11.0</version>
127127
<scope>test</scope>
128128
</dependency>
129129
<dependency>
130130
<groupId>org.apache.plc4x</groupId>
131131
<artifactId>plc4j-utils-test-utils</artifactId>
132-
<version>0.11.0-SNAPSHOT</version>
132+
<version>0.11.0</version>
133133
<scope>test</scope>
134134
</dependency>
135135
<dependency>
136136
<groupId>org.apache.plc4x</groupId>
137137
<artifactId>plc4x-code-generation-protocol-test</artifactId>
138-
<version>0.11.0-SNAPSHOT</version>
138+
<version>0.11.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.11.0-SNAPSHOT</version>
144+
<version>0.11.0</version>
145145
<classifier>tests</classifier>
146146
<type>test-jar</type>
147147
<scope>test</scope>

code-generation/language-python/pom.xml

+5-5
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-python</artifactId>
@@ -81,12 +81,12 @@
8181
<dependency>
8282
<groupId>org.apache.plc4x</groupId>
8383
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
84-
<version>0.11.0-SNAPSHOT</version>
84+
<version>0.11.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.plc4x</groupId>
8888
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
89-
<version>0.11.0-SNAPSHOT</version>
89+
<version>0.11.0</version>
9090
</dependency>
9191

9292
<dependency>
@@ -106,13 +106,13 @@
106106
<dependency>
107107
<groupId>org.apache.plc4x</groupId>
108108
<artifactId>plc4x-code-generation-protocol-test</artifactId>
109-
<version>0.11.0-SNAPSHOT</version>
109+
<version>0.11.0</version>
110110
<scope>test</scope>
111111
</dependency>
112112
<dependency>
113113
<groupId>org.apache.plc4x</groupId>
114114
<artifactId>plc4x-code-generation-protocol-test</artifactId>
115-
<version>0.11.0-SNAPSHOT</version>
115+
<version>0.11.0</version>
116116
<classifier>tests</classifier>
117117
<type>test-jar</type>
118118
<scope>test</scope>

code-generation/pom.xml

+1-1
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation</artifactId>

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

+1-1
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>

code-generation/protocol-test/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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-protocol-test</artifactId>
@@ -212,7 +212,7 @@
212212
<dependency>
213213
<groupId>org.apache.plc4x</groupId>
214214
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
215-
<version>0.11.0-SNAPSHOT</version>
215+
<version>0.11.0</version>
216216
</dependency>
217217
</dependencies>
218218

plc4c/pom.xml

+5-5
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.11.0-SNAPSHOT</version>
27+
<version>0.11.0</version>
2828
</parent>
2929

3030
<artifactId>plc4c</artifactId>
@@ -384,29 +384,29 @@
384384
<dependency>
385385
<groupId>org.apache.plc4x</groupId>
386386
<artifactId>plc4x-code-generation-language-c</artifactId>
387-
<version>0.11.0-SNAPSHOT</version>
387+
<version>0.11.0</version>
388388
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
389389
<scope>provided</scope>
390390
</dependency>
391391
392392
<dependency>
393393
<groupId>org.apache.plc4x</groupId>
394394
<artifactId>plc4x-protocols-modbus</artifactId>
395-
<version>0.11.0-SNAPSHOT</version>
395+
<version>0.11.0</version>
396396
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
397397
<scope>provided</scope>
398398
</dependency>
399399
<dependency>
400400
<groupId>org.apache.plc4x</groupId>
401401
<artifactId>plc4x-protocols-plc4x</artifactId>
402-
<version>0.11.0-SNAPSHOT</version>
402+
<version>0.11.0</version>
403403
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
404404
<scope>provided</scope>
405405
</dependency>
406406
<dependency>
407407
<groupId>org.apache.plc4x</groupId>
408408
<artifactId>plc4x-protocols-s7</artifactId>
409-
<version>0.11.0-SNAPSHOT</version>
409+
<version>0.11.0</version>
410410
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
411411
<scope>provided</scope>
412412
</dependency>

0 commit comments

Comments
 (0)