Skip to content

Commit cac8254

Browse files
committed
[maven-release-plugin] prepare release v0.10.0
1 parent db3a34b commit cac8254

File tree

107 files changed

+478
-478
lines changed

Some content is hidden

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

107 files changed

+478
-478
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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
61+
<version>0.10.0</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
</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.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-c</artifactId>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.apache.plc4x</groupId>
8585
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
86-
<version>0.10.0-SNAPSHOT</version>
86+
<version>0.10.0</version>
8787
</dependency>
8888

8989
<dependency>
@@ -102,21 +102,21 @@
102102
<dependency>
103103
<groupId>org.apache.plc4x</groupId>
104104
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
105-
<version>0.10.0-SNAPSHOT</version>
105+
<version>0.10.0</version>
106106
<scope>compile</scope>
107107
</dependency>
108108

109109
<!-- Make sure the dependencies of the module are built first -->
110110
<dependency>
111111
<groupId>org.apache.plc4x</groupId>
112112
<artifactId>plc4x-code-generation-protocol-test</artifactId>
113-
<version>0.10.0-SNAPSHOT</version>
113+
<version>0.10.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.apache.plc4x</groupId>
118118
<artifactId>plc4x-code-generation-protocol-test</artifactId>
119-
<version>0.10.0-SNAPSHOT</version>
119+
<version>0.10.0</version>
120120
<classifier>tests</classifier>
121121
<type>test-jar</type>
122122
<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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
40+
<version>0.10.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.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-go</artifactId>
@@ -83,7 +83,7 @@
8383
<dependency>
8484
<groupId>org.apache.plc4x</groupId>
8585
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
86-
<version>0.10.0-SNAPSHOT</version>
86+
<version>0.10.0</version>
8787
</dependency>
8888

8989
<dependency>
@@ -102,21 +102,21 @@
102102
<dependency>
103103
<groupId>org.apache.plc4x</groupId>
104104
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
105-
<version>0.10.0-SNAPSHOT</version>
105+
<version>0.10.0</version>
106106
<scope>compile</scope>
107107
</dependency>
108108

109109
<!-- Make sure the dependencies of the module are built first -->
110110
<dependency>
111111
<groupId>org.apache.plc4x</groupId>
112112
<artifactId>plc4x-code-generation-protocol-test</artifactId>
113-
<version>0.10.0-SNAPSHOT</version>
113+
<version>0.10.0</version>
114114
<scope>test</scope>
115115
</dependency>
116116
<dependency>
117117
<groupId>org.apache.plc4x</groupId>
118118
<artifactId>plc4x-code-generation-protocol-test</artifactId>
119-
<version>0.10.0-SNAPSHOT</version>
119+
<version>0.10.0</version>
120120
<classifier>tests</classifier>
121121
<type>test-jar</type>
122122
<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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
84+
<version>0.10.0</version>
8585
</dependency>
8686
<dependency>
8787
<groupId>org.apache.plc4x</groupId>
8888
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
89-
<version>0.10.0-SNAPSHOT</version>
89+
<version>0.10.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.10.0-SNAPSHOT</version>
114+
<version>0.10.0</version>
115115
<scope>test</scope>
116116
</dependency>
117117
<dependency>
118118
<groupId>org.apache.plc4x</groupId>
119119
<artifactId>plc4j-spi</artifactId>
120-
<version>0.10.0-SNAPSHOT</version>
120+
<version>0.10.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.10.0-SNAPSHOT</version>
126+
<version>0.10.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.10.0-SNAPSHOT</version>
132+
<version>0.10.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.10.0-SNAPSHOT</version>
138+
<version>0.10.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.10.0-SNAPSHOT</version>
144+
<version>0.10.0</version>
145145
<classifier>tests</classifier>
146146
<type>test-jar</type>
147147
<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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
27+
<version>0.10.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.10.0-SNAPSHOT</version>
215+
<version>0.10.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.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2828
</parent>
2929

3030
<artifactId>plc4c</artifactId>
@@ -524,29 +524,29 @@
524524
<dependency>
525525
<groupId>org.apache.plc4x</groupId>
526526
<artifactId>plc4x-code-generation-language-c</artifactId>
527-
<version>0.10.0-SNAPSHOT</version>
527+
<version>0.10.0</version>
528528
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
529529
<scope>provided</scope>
530530
</dependency>
531531
532532
<dependency>
533533
<groupId>org.apache.plc4x</groupId>
534534
<artifactId>plc4x-protocols-modbus</artifactId>
535-
<version>0.10.0-SNAPSHOT</version>
535+
<version>0.10.0</version>
536536
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
537537
<scope>provided</scope>
538538
</dependency>
539539
<dependency>
540540
<groupId>org.apache.plc4x</groupId>
541541
<artifactId>plc4x-protocols-plc4x</artifactId>
542-
<version>0.10.0-SNAPSHOT</version>
542+
<version>0.10.0</version>
543543
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
544544
<scope>provided</scope>
545545
</dependency>
546546
<dependency>
547547
<groupId>org.apache.plc4x</groupId>
548548
<artifactId>plc4x-protocols-s7</artifactId>
549-
<version>0.10.0-SNAPSHOT</version>
549+
<version>0.10.0</version>
550550
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
551551
<scope>provided</scope>
552552
</dependency>

plc4go/pom.xml

+13-13
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.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2828
</parent>
2929

3030
<artifactId>plc4go</artifactId>
@@ -638,85 +638,85 @@
638638
<dependency>
639639
<groupId>org.apache.plc4x</groupId>
640640
<artifactId>plc4x-code-generation-language-go</artifactId>
641-
<version>0.10.0-SNAPSHOT</version>
641+
<version>0.10.0</version>
642642
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
643643
<scope>provided</scope>
644644
</dependency>
645645

646646
<dependency>
647647
<groupId>org.apache.plc4x</groupId>
648648
<artifactId>plc4x-protocols-ab-eth</artifactId>
649-
<version>0.10.0-SNAPSHOT</version>
649+
<version>0.10.0</version>
650650
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
651651
<scope>provided</scope>
652652
</dependency>
653653
<dependency>
654654
<groupId>org.apache.plc4x</groupId>
655655
<artifactId>plc4x-protocols-ads</artifactId>
656-
<version>0.10.0-SNAPSHOT</version>
656+
<version>0.10.0</version>
657657
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
658658
<scope>provided</scope>
659659
</dependency>
660660
<dependency>
661661
<groupId>org.apache.plc4x</groupId>
662662
<artifactId>plc4x-protocols-bacnetip</artifactId>
663-
<version>0.10.0-SNAPSHOT</version>
663+
<version>0.10.0</version>
664664
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
665665
<scope>provided</scope>
666666
</dependency>
667667
<dependency>
668668
<groupId>org.apache.plc4x</groupId>
669669
<artifactId>plc4x-protocols-c-bus</artifactId>
670-
<version>0.10.0-SNAPSHOT</version>
670+
<version>0.10.0</version>
671671
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
672672
<scope>provided</scope>
673673
</dependency>
674674
<dependency>
675675
<groupId>org.apache.plc4x</groupId>
676676
<artifactId>plc4x-protocols-df1</artifactId>
677-
<version>0.10.0-SNAPSHOT</version>
677+
<version>0.10.0</version>
678678
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
679679
<scope>provided</scope>
680680
</dependency>
681681
<dependency>
682682
<groupId>org.apache.plc4x</groupId>
683683
<artifactId>plc4x-protocols-eip</artifactId>
684-
<version>0.10.0-SNAPSHOT</version>
684+
<version>0.10.0</version>
685685
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
686686
<scope>provided</scope>
687687
</dependency>
688688
<dependency>
689689
<groupId>org.apache.plc4x</groupId>
690690
<artifactId>plc4x-protocols-firmata</artifactId>
691-
<version>0.10.0-SNAPSHOT</version>
691+
<version>0.10.0</version>
692692
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
693693
<scope>provided</scope>
694694
</dependency>
695695
<dependency>
696696
<groupId>org.apache.plc4x</groupId>
697697
<artifactId>plc4x-protocols-knxnetip</artifactId>
698-
<version>0.10.0-SNAPSHOT</version>
698+
<version>0.10.0</version>
699699
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
700700
<scope>provided</scope>
701701
</dependency>
702702
<dependency>
703703
<groupId>org.apache.plc4x</groupId>
704704
<artifactId>plc4x-protocols-modbus</artifactId>
705-
<version>0.10.0-SNAPSHOT</version>
705+
<version>0.10.0</version>
706706
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
707707
<scope>provided</scope>
708708
</dependency>
709709
<dependency>
710710
<groupId>org.apache.plc4x</groupId>
711711
<artifactId>plc4x-protocols-s7</artifactId>
712-
<version>0.10.0-SNAPSHOT</version>
712+
<version>0.10.0</version>
713713
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
714714
<scope>provided</scope>
715715
</dependency>
716716
<dependency>
717717
<groupId>org.apache.plc4x</groupId>
718718
<artifactId>plc4x-protocols-simulated</artifactId>
719-
<version>0.10.0-SNAPSHOT</version>
719+
<version>0.10.0</version>
720720
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
721721
<scope>provided</scope>
722722
</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.10.0-SNAPSHOT</version>
27+
<version>0.10.0</version>
2828
</parent>
2929

3030
<artifactId>plc4j-api</artifactId>

0 commit comments

Comments
 (0)