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

Lines changed: 1 addition & 1 deletion
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

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-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

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-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

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-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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

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-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

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.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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 8 additions & 8 deletions
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>

0 commit comments

Comments
 (0)