Skip to content

Commit ebd0d6c

Browse files
committed
[maven-release-plugin] prepare release v0.8.0
1 parent 2ffc5d2 commit ebd0d6c

File tree

102 files changed

+399
-399
lines changed

Some content is hidden

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

102 files changed

+399
-399
lines changed

build-utils/language-base-freemarker/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-language-base-freemarker</artifactId>

build-utils/language-c/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-language-c</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.plc4x</groupId>
3939
<artifactId>plc4x-build-utils-language-base-freemarker</artifactId>
40-
<version>0.8.0-SNAPSHOT</version>
40+
<version>0.8.0</version>
4141
</dependency>
4242

4343
<dependency>

build-utils/language-go/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-language-go</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.plc4x</groupId>
3939
<artifactId>plc4x-build-utils-language-base-freemarker</artifactId>
40-
<version>0.8.0-SNAPSHOT</version>
40+
<version>0.8.0</version>
4141
</dependency>
4242

4343
<dependency>

build-utils/language-java/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-language-java</artifactId>
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>org.apache.plc4x</groupId>
3939
<artifactId>plc4x-build-utils-language-base-freemarker</artifactId>
40-
<version>0.8.0-SNAPSHOT</version>
40+
<version>0.8.0</version>
4141
</dependency>
4242

4343
<dependency>

build-utils/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.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils</artifactId>

build-utils/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-protocol-base-mspec</artifactId>

build-utils/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-build-utils</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-build-utils-protocol-test</artifactId>
@@ -71,13 +71,13 @@
7171
<dependency>
7272
<groupId>org.apache.plc4x</groupId>
7373
<artifactId>plc4x-build-utils-protocol-base-mspec</artifactId>
74-
<version>0.8.0-SNAPSHOT</version>
74+
<version>0.8.0</version>
7575
</dependency>
7676

7777
<dependency>
7878
<groupId>org.apache.plc4x</groupId>
7979
<artifactId>plc4x-build-utils-language-java</artifactId>
80-
<version>0.8.0-SNAPSHOT</version>
80+
<version>0.8.0</version>
8181
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
8282
<scope>provided</scope>
8383
</dependency>

plc4go/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-parent</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4go</artifactId>
@@ -198,36 +198,36 @@
198198
<dependency>
199199
<groupId>org.apache.plc4x</groupId>
200200
<artifactId>plc4x-build-utils-language-go</artifactId>
201-
<version>0.8.0-SNAPSHOT</version>
201+
<version>0.8.0</version>
202202
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
203203
<scope>provided</scope>
204204
</dependency>
205205

206206
<dependency>
207207
<groupId>org.apache.plc4x</groupId>
208208
<artifactId>plc4x-protocols-bacnetip</artifactId>
209-
<version>0.8.0-SNAPSHOT</version>
209+
<version>0.8.0</version>
210210
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
211211
<scope>provided</scope>
212212
</dependency>
213213
<dependency>
214214
<groupId>org.apache.plc4x</groupId>
215215
<artifactId>plc4x-protocols-knxnetip</artifactId>
216-
<version>0.8.0-SNAPSHOT</version>
216+
<version>0.8.0</version>
217217
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
218218
<scope>provided</scope>
219219
</dependency>
220220
<dependency>
221221
<groupId>org.apache.plc4x</groupId>
222222
<artifactId>plc4x-protocols-modbus</artifactId>
223-
<version>0.8.0-SNAPSHOT</version>
223+
<version>0.8.0</version>
224224
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
225225
<scope>provided</scope>
226226
</dependency>
227227
<dependency>
228228
<groupId>org.apache.plc4x</groupId>
229229
<artifactId>plc4x-protocols-s7</artifactId>
230-
<version>0.8.0-SNAPSHOT</version>
230+
<version>0.8.0</version>
231231
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
232232
<scope>provided</scope>
233233
</dependency>

plc4j/api/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>plc4j</artifactId>
27-
<version>0.8.0-SNAPSHOT</version>
27+
<version>0.8.0</version>
2828
</parent>
2929

3030
<artifactId>plc4j-api</artifactId>

plc4j/drivers/ab-eth/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.plc4x</groupId>
2525
<artifactId>plc4j-drivers</artifactId>
26-
<version>0.8.0-SNAPSHOT</version>
26+
<version>0.8.0</version>
2727
</parent>
2828

2929
<artifactId>plc4j-driver-ab-eth</artifactId>
@@ -114,18 +114,18 @@
114114
<dependency>
115115
<groupId>org.apache.plc4x</groupId>
116116
<artifactId>plc4j-api</artifactId>
117-
<version>0.8.0-SNAPSHOT</version>
117+
<version>0.8.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.plc4x</groupId>
121121
<artifactId>plc4j-spi</artifactId>
122-
<version>0.8.0-SNAPSHOT</version>
122+
<version>0.8.0</version>
123123
</dependency>
124124

125125
<dependency>
126126
<groupId>org.apache.plc4x</groupId>
127127
<artifactId>plc4j-transport-tcp</artifactId>
128-
<version>0.8.0-SNAPSHOT</version>
128+
<version>0.8.0</version>
129129
</dependency>
130130

131131
<dependency>
@@ -148,29 +148,29 @@
148148
<dependency>
149149
<groupId>org.apache.plc4x</groupId>
150150
<artifactId>plc4j-utils-test-utils</artifactId>
151-
<version>0.8.0-SNAPSHOT</version>
151+
<version>0.8.0</version>
152152
<scope>test</scope>
153153
</dependency>
154154

155155
<dependency>
156156
<groupId>org.apache.plc4x</groupId>
157157
<artifactId>plc4x-build-utils-language-java</artifactId>
158-
<version>0.8.0-SNAPSHOT</version>
158+
<version>0.8.0</version>
159159
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
160160
<scope>provided</scope>
161161
</dependency>
162162

163163
<dependency>
164164
<groupId>org.apache.plc4x</groupId>
165165
<artifactId>plc4x-protocols-ab-eth</artifactId>
166-
<version>0.8.0-SNAPSHOT</version>
166+
<version>0.8.0</version>
167167
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
168168
<scope>provided</scope>
169169
</dependency>
170170
<dependency>
171171
<groupId>org.apache.plc4x</groupId>
172172
<artifactId>plc4x-protocols-ab-eth</artifactId>
173-
<version>0.8.0-SNAPSHOT</version>
173+
<version>0.8.0</version>
174174
<classifier>tests</classifier>
175175
<type>test-jar</type>
176176
<scope>test</scope>

plc4j/drivers/ads/pom.xml

+9-9
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.plc4x</groupId>
2525
<artifactId>plc4j-drivers</artifactId>
26-
<version>0.8.0-SNAPSHOT</version>
26+
<version>0.8.0</version>
2727
</parent>
2828

2929
<artifactId>plc4j-driver-ads</artifactId>
@@ -126,24 +126,24 @@
126126
<dependency>
127127
<groupId>org.apache.plc4x</groupId>
128128
<artifactId>plc4j-api</artifactId>
129-
<version>0.8.0-SNAPSHOT</version>
129+
<version>0.8.0</version>
130130
</dependency>
131131

132132
<dependency>
133133
<groupId>org.apache.plc4x</groupId>
134134
<artifactId>plc4j-spi</artifactId>
135-
<version>0.8.0-SNAPSHOT</version>
135+
<version>0.8.0</version>
136136
</dependency>
137137

138138
<dependency>
139139
<groupId>org.apache.plc4x</groupId>
140140
<artifactId>plc4j-transport-tcp</artifactId>
141-
<version>0.8.0-SNAPSHOT</version>
141+
<version>0.8.0</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.apache.plc4x</groupId>
145145
<artifactId>plc4j-transport-serial</artifactId>
146-
<version>0.8.0-SNAPSHOT</version>
146+
<version>0.8.0</version>
147147
</dependency>
148148

149149
<dependency>
@@ -173,7 +173,7 @@
173173
<dependency>
174174
<groupId>org.apache.plc4x</groupId>
175175
<artifactId>plc4j-utils-test-utils</artifactId>
176-
<version>0.8.0-SNAPSHOT</version>
176+
<version>0.8.0</version>
177177
<scope>test</scope>
178178
</dependency>
179179
<dependency>
@@ -185,21 +185,21 @@
185185
<dependency>
186186
<groupId>org.apache.plc4x</groupId>
187187
<artifactId>plc4x-protocols-ads</artifactId>
188-
<version>0.8.0-SNAPSHOT</version>
188+
<version>0.8.0</version>
189189
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
190190
<scope>provided</scope>
191191
</dependency>
192192
<dependency>
193193
<groupId>org.apache.plc4x</groupId>
194194
<artifactId>plc4x-build-utils-language-java</artifactId>
195-
<version>0.8.0-SNAPSHOT</version>
195+
<version>0.8.0</version>
196196
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
197197
<scope>provided</scope>
198198
</dependency>
199199
<dependency>
200200
<groupId>org.apache.plc4x</groupId>
201201
<artifactId>plc4x-protocols-ads</artifactId>
202-
<version>0.8.0-SNAPSHOT</version>
202+
<version>0.8.0</version>
203203
<classifier>tests</classifier>
204204
<type>test-jar</type>
205205
<scope>test</scope>

plc4j/drivers/canopen/pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.plc4x</groupId>
2525
<artifactId>plc4j-drivers</artifactId>
26-
<version>0.8.0-SNAPSHOT</version>
26+
<version>0.8.0</version>
2727
</parent>
2828

2929
<artifactId>plc4j-driver-canopen</artifactId>
@@ -131,19 +131,19 @@
131131
<dependency>
132132
<groupId>org.apache.plc4x</groupId>
133133
<artifactId>plc4j-api</artifactId>
134-
<version>0.8.0-SNAPSHOT</version>
134+
<version>0.8.0</version>
135135
</dependency>
136136

137137
<dependency>
138138
<groupId>org.apache.plc4x</groupId>
139139
<artifactId>plc4j-spi</artifactId>
140-
<version>0.8.0-SNAPSHOT</version>
140+
<version>0.8.0</version>
141141
</dependency>
142142

143143
<dependency>
144144
<groupId>org.apache.plc4x</groupId>
145145
<artifactId>plc4j-transport-socketcan</artifactId>
146-
<version>0.8.0-SNAPSHOT</version>
146+
<version>0.8.0</version>
147147
</dependency>
148148

149149
<dependency>
@@ -177,7 +177,7 @@
177177
<dependency>
178178
<groupId>org.apache.plc4x</groupId>
179179
<artifactId>plc4j-utils-test-utils</artifactId>
180-
<version>0.8.0-SNAPSHOT</version>
180+
<version>0.8.0</version>
181181
<scope>test</scope>
182182
</dependency>
183183
<dependency>
@@ -189,21 +189,21 @@
189189
<dependency>
190190
<groupId>org.apache.plc4x</groupId>
191191
<artifactId>plc4x-protocols-canopen</artifactId>
192-
<version>0.8.0-SNAPSHOT</version>
192+
<version>0.8.0</version>
193193
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
194194
<scope>provided</scope>
195195
</dependency>
196196
<dependency>
197197
<groupId>org.apache.plc4x</groupId>
198198
<artifactId>plc4x-build-utils-language-java</artifactId>
199-
<version>0.8.0-SNAPSHOT</version>
199+
<version>0.8.0</version>
200200
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
201201
<scope>provided</scope>
202202
</dependency>
203203
<dependency>
204204
<groupId>org.apache.plc4x</groupId>
205205
<artifactId>plc4x-protocols-canopen</artifactId>
206-
<version>0.8.0-SNAPSHOT</version>
206+
<version>0.8.0</version>
207207
<classifier>tests</classifier>
208208
<type>test-jar</type>
209209
<scope>test</scope>

0 commit comments

Comments
 (0)