Skip to content

Commit e9e9a58

Browse files
committed
[maven-release-plugin] prepare release v0.9.0
1 parent 94e7c1e commit e9e9a58

File tree

105 files changed

+421
-421
lines changed

Some content is hidden

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

105 files changed

+421
-421
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.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>org.apache.plc4x</groupId>
6060
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
61-
<version>0.9.0-SNAPSHOT</version>
61+
<version>0.9.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
</dependencies>

code-generation/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-code-generation</artifactId>
27-
<version>0.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-c</artifactId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.apache.plc4x</groupId>
7676
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
77-
<version>0.9.0-SNAPSHOT</version>
77+
<version>0.9.0</version>
7878
</dependency>
7979

8080
<dependency>

code-generation/language-go/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<parent>
2424
<groupId>org.apache.plc4x</groupId>
2525
<artifactId>plc4x-code-generation</artifactId>
26-
<version>0.9.0-SNAPSHOT</version>
26+
<version>0.9.0</version>
2727
</parent>
2828

2929
<artifactId>plc4x-code-generation-language-go</artifactId>
@@ -73,13 +73,13 @@
7373
<dependency>
7474
<groupId>org.apache.plc4x</groupId>
7575
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
76-
<version>0.9.0-SNAPSHOT</version>
76+
<version>0.9.0</version>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>org.apache.plc4x</groupId>
8181
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
82-
<version>0.9.0-SNAPSHOT</version>
82+
<version>0.9.0</version>
8383
</dependency>
8484

8585
<dependency>

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.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-java</artifactId>
@@ -74,7 +74,7 @@
7474
<dependency>
7575
<groupId>org.apache.plc4x</groupId>
7676
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
77-
<version>0.9.0-SNAPSHOT</version>
77+
<version>0.9.0</version>
7878
</dependency>
7979

8080
<dependency>
@@ -93,45 +93,45 @@
9393
<dependency>
9494
<groupId>org.apache.plc4x</groupId>
9595
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
96-
<version>0.9.0-SNAPSHOT</version>
96+
<version>0.9.0</version>
9797
<scope>compile</scope>
9898
</dependency>
9999

100100
<!-- Make sure the dependencies of the module are built first -->
101101
<dependency>
102102
<groupId>org.apache.plc4x</groupId>
103103
<artifactId>plc4j-api</artifactId>
104-
<version>0.9.0-SNAPSHOT</version>
104+
<version>0.9.0</version>
105105
<scope>test</scope>
106106
</dependency>
107107
<dependency>
108108
<groupId>org.apache.plc4x</groupId>
109109
<artifactId>plc4j-spi</artifactId>
110-
<version>0.9.0-SNAPSHOT</version>
110+
<version>0.9.0</version>
111111
<scope>test</scope>
112112
</dependency>
113113
<dependency>
114114
<groupId>org.apache.plc4x</groupId>
115115
<artifactId>plc4j-transport-tcp</artifactId>
116-
<version>0.9.0-SNAPSHOT</version>
116+
<version>0.9.0</version>
117117
<scope>test</scope>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.plc4x</groupId>
121121
<artifactId>plc4j-utils-test-utils</artifactId>
122-
<version>0.9.0-SNAPSHOT</version>
122+
<version>0.9.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.9.0-SNAPSHOT</version>
128+
<version>0.9.0</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.apache.plc4x</groupId>
133133
<artifactId>plc4x-code-generation-protocol-test</artifactId>
134-
<version>0.9.0-SNAPSHOT</version>
134+
<version>0.9.0</version>
135135
<classifier>tests</classifier>
136136
<type>test-jar</type>
137137
<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.9.0-SNAPSHOT</version>
27+
<version>0.9.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.9.0-SNAPSHOT</version>
27+
<version>0.9.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.9.0-SNAPSHOT</version>
27+
<version>0.9.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.9.0-SNAPSHOT</version>
215+
<version>0.9.0</version>
216216
</dependency>
217217

218218
</dependencies>

plc4c/pom.xml

+4-4
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.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>plc4c</artifactId>
@@ -374,22 +374,22 @@
374374
<dependency>
375375
<groupId>org.apache.plc4x</groupId>
376376
<artifactId>plc4x-code-generation-language-c</artifactId>
377-
<version>0.9.0-SNAPSHOT</version>
377+
<version>0.9.0</version>
378378
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
379379
<scope>provided</scope>
380380
</dependency>
381381
382382
<dependency>
383383
<groupId>org.apache.plc4x</groupId>
384384
<artifactId>plc4x-protocols-modbus</artifactId>
385-
<version>0.9.0-SNAPSHOT</version>
385+
<version>0.9.0</version>
386386
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
387387
<scope>provided</scope>
388388
</dependency>
389389
<dependency>
390390
<groupId>org.apache.plc4x</groupId>
391391
<artifactId>plc4x-protocols-s7</artifactId>
392-
<version>0.9.0-SNAPSHOT</version>
392+
<version>0.9.0</version>
393393
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
394394
<scope>provided</scope>
395395
</dependency>

plc4go/pom.xml

+12-12
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.9.0-SNAPSHOT</version>
27+
<version>0.9.0</version>
2828
</parent>
2929

3030
<artifactId>plc4go</artifactId>
@@ -573,78 +573,78 @@
573573
<dependency>
574574
<groupId>org.apache.plc4x</groupId>
575575
<artifactId>plc4x-code-generation-language-go</artifactId>
576-
<version>0.9.0-SNAPSHOT</version>
576+
<version>0.9.0</version>
577577
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
578578
<scope>provided</scope>
579579
</dependency>
580580

581581
<dependency>
582582
<groupId>org.apache.plc4x</groupId>
583583
<artifactId>plc4x-protocols-ab-eth</artifactId>
584-
<version>0.9.0-SNAPSHOT</version>
584+
<version>0.9.0</version>
585585
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
586586
<scope>provided</scope>
587587
</dependency>
588588
<dependency>
589589
<groupId>org.apache.plc4x</groupId>
590590
<artifactId>plc4x-protocols-ads</artifactId>
591-
<version>0.9.0-SNAPSHOT</version>
591+
<version>0.9.0</version>
592592
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
593593
<scope>provided</scope>
594594
</dependency>
595595
<dependency>
596596
<groupId>org.apache.plc4x</groupId>
597597
<artifactId>plc4x-protocols-bacnetip</artifactId>
598-
<version>0.9.0-SNAPSHOT</version>
598+
<version>0.9.0</version>
599599
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
600600
<scope>provided</scope>
601601
</dependency>
602602
<dependency>
603603
<groupId>org.apache.plc4x</groupId>
604604
<artifactId>plc4x-protocols-df1</artifactId>
605-
<version>0.9.0-SNAPSHOT</version>
605+
<version>0.9.0</version>
606606
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
607607
<scope>provided</scope>
608608
</dependency>
609609
<dependency>
610610
<groupId>org.apache.plc4x</groupId>
611611
<artifactId>plc4x-protocols-eip</artifactId>
612-
<version>0.9.0-SNAPSHOT</version>
612+
<version>0.9.0</version>
613613
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
614614
<scope>provided</scope>
615615
</dependency>
616616
<dependency>
617617
<groupId>org.apache.plc4x</groupId>
618618
<artifactId>plc4x-protocols-firmata</artifactId>
619-
<version>0.9.0-SNAPSHOT</version>
619+
<version>0.9.0</version>
620620
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
621621
<scope>provided</scope>
622622
</dependency>
623623
<dependency>
624624
<groupId>org.apache.plc4x</groupId>
625625
<artifactId>plc4x-protocols-knxnetip</artifactId>
626-
<version>0.9.0-SNAPSHOT</version>
626+
<version>0.9.0</version>
627627
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
628628
<scope>provided</scope>
629629
</dependency>
630630
<dependency>
631631
<groupId>org.apache.plc4x</groupId>
632632
<artifactId>plc4x-protocols-modbus</artifactId>
633-
<version>0.9.0-SNAPSHOT</version>
633+
<version>0.9.0</version>
634634
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
635635
<scope>provided</scope>
636636
</dependency>
637637
<dependency>
638638
<groupId>org.apache.plc4x</groupId>
639639
<artifactId>plc4x-protocols-s7</artifactId>
640-
<version>0.9.0-SNAPSHOT</version>
640+
<version>0.9.0</version>
641641
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
642642
<scope>provided</scope>
643643
</dependency>
644644
<dependency>
645645
<groupId>org.apache.plc4x</groupId>
646646
<artifactId>plc4x-protocols-simulated</artifactId>
647-
<version>0.9.0-SNAPSHOT</version>
647+
<version>0.9.0</version>
648648
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
649649
<scope>provided</scope>
650650
</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.9.0-SNAPSHOT</version>
27+
<version>0.9.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.9.0-SNAPSHOT</version>
26+
<version>0.9.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.9.0-SNAPSHOT</version>
117+
<version>0.9.0</version>
118118
</dependency>
119119
<dependency>
120120
<groupId>org.apache.plc4x</groupId>
121121
<artifactId>plc4j-spi</artifactId>
122-
<version>0.9.0-SNAPSHOT</version>
122+
<version>0.9.0</version>
123123
</dependency>
124124

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

131131
<dependency>
@@ -144,29 +144,29 @@
144144
<dependency>
145145
<groupId>org.apache.plc4x</groupId>
146146
<artifactId>plc4j-utils-test-utils</artifactId>
147-
<version>0.9.0-SNAPSHOT</version>
147+
<version>0.9.0</version>
148148
<scope>test</scope>
149149
</dependency>
150150

151151
<dependency>
152152
<groupId>org.apache.plc4x</groupId>
153153
<artifactId>plc4x-code-generation-language-java</artifactId>
154-
<version>0.9.0-SNAPSHOT</version>
154+
<version>0.9.0</version>
155155
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
156156
<scope>provided</scope>
157157
</dependency>
158158

159159
<dependency>
160160
<groupId>org.apache.plc4x</groupId>
161161
<artifactId>plc4x-protocols-ab-eth</artifactId>
162-
<version>0.9.0-SNAPSHOT</version>
162+
<version>0.9.0</version>
163163
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
164164
<scope>provided</scope>
165165
</dependency>
166166
<dependency>
167167
<groupId>org.apache.plc4x</groupId>
168168
<artifactId>plc4x-protocols-ab-eth</artifactId>
169-
<version>0.9.0-SNAPSHOT</version>
169+
<version>0.9.0</version>
170170
<classifier>tests</classifier>
171171
<type>test-jar</type>
172172
<scope>test</scope>

0 commit comments

Comments
 (0)