Skip to content

Commit 5d2bd83

Browse files
committed
[maven-release-plugin] prepare release v0.9.1
1 parent 9b87263 commit 5d2bd83

File tree

106 files changed

+422
-422
lines changed

Some content is hidden

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

106 files changed

+422
-422
lines changed

code-generation/language-base-freemarker/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-code-generation</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.1</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.1-SNAPSHOT</version>
61+
<version>0.9.1</version>
6262
<scope>compile</scope>
6363
</dependency>
6464
</dependencies>

code-generation/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-code-generation</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.1</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.9.1-SNAPSHOT</version>
86+
<version>0.9.1</version>
8787
</dependency>
8888

8989
<dependency>

code-generation/language-go/pom.xml

Lines changed: 3 additions & 3 deletions
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.1-SNAPSHOT</version>
26+
<version>0.9.1</version>
2727
</parent>
2828

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

8888
<dependency>
8989
<groupId>org.apache.plc4x</groupId>
9090
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
91-
<version>0.9.1-SNAPSHOT</version>
91+
<version>0.9.1</version>
9292
</dependency>
9393

9494
<dependency>

code-generation/language-java/pom.xml

Lines changed: 9 additions & 9 deletions
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.1-SNAPSHOT</version>
27+
<version>0.9.1</version>
2828
</parent>
2929

3030
<artifactId>plc4x-code-generation-language-java</artifactId>
@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>org.apache.plc4x</groupId>
8383
<artifactId>plc4x-code-generation-language-base-freemarker</artifactId>
84-
<version>0.9.1-SNAPSHOT</version>
84+
<version>0.9.1</version>
8585
</dependency>
8686

8787
<dependency>
@@ -100,45 +100,45 @@
100100
<dependency>
101101
<groupId>org.apache.plc4x</groupId>
102102
<artifactId>plc4x-code-generation-protocol-base-mspec</artifactId>
103-
<version>0.9.1-SNAPSHOT</version>
103+
<version>0.9.1</version>
104104
<scope>compile</scope>
105105
</dependency>
106106

107107
<!-- Make sure the dependencies of the module are built first -->
108108
<dependency>
109109
<groupId>org.apache.plc4x</groupId>
110110
<artifactId>plc4j-api</artifactId>
111-
<version>0.9.1-SNAPSHOT</version>
111+
<version>0.9.1</version>
112112
<scope>test</scope>
113113
</dependency>
114114
<dependency>
115115
<groupId>org.apache.plc4x</groupId>
116116
<artifactId>plc4j-spi</artifactId>
117-
<version>0.9.1-SNAPSHOT</version>
117+
<version>0.9.1</version>
118118
<scope>test</scope>
119119
</dependency>
120120
<dependency>
121121
<groupId>org.apache.plc4x</groupId>
122122
<artifactId>plc4j-transport-tcp</artifactId>
123-
<version>0.9.1-SNAPSHOT</version>
123+
<version>0.9.1</version>
124124
<scope>test</scope>
125125
</dependency>
126126
<dependency>
127127
<groupId>org.apache.plc4x</groupId>
128128
<artifactId>plc4j-utils-test-utils</artifactId>
129-
<version>0.9.1-SNAPSHOT</version>
129+
<version>0.9.1</version>
130130
<scope>test</scope>
131131
</dependency>
132132
<dependency>
133133
<groupId>org.apache.plc4x</groupId>
134134
<artifactId>plc4x-code-generation-protocol-test</artifactId>
135-
<version>0.9.1-SNAPSHOT</version>
135+
<version>0.9.1</version>
136136
<scope>test</scope>
137137
</dependency>
138138
<dependency>
139139
<groupId>org.apache.plc4x</groupId>
140140
<artifactId>plc4x-code-generation-protocol-test</artifactId>
141-
<version>0.9.1-SNAPSHOT</version>
141+
<version>0.9.1</version>
142142
<classifier>tests</classifier>
143143
<type>test-jar</type>
144144
<scope>test</scope>

code-generation/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.9.1-SNAPSHOT</version>
27+
<version>0.9.1</version>
2828
</parent>
2929

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

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

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

code-generation/protocol-test/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-code-generation</artifactId>
27-
<version>0.9.1-SNAPSHOT</version>
27+
<version>0.9.1</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.1-SNAPSHOT</version>
215+
<version>0.9.1</version>
216216
</dependency>
217217

218218
</dependencies>

plc4c/pom.xml

Lines changed: 4 additions & 4 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.9.1-SNAPSHOT</version>
27+
<version>0.9.1</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.1-SNAPSHOT</version>
377+
<version>0.9.1</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.1-SNAPSHOT</version>
385+
<version>0.9.1</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.1-SNAPSHOT</version>
392+
<version>0.9.1</version>
393393
<!-- Scope is 'provided' as this way it's not shipped with the driver -->
394394
<scope>provided</scope>
395395
</dependency>

plc4go/pom.xml

Lines changed: 12 additions & 12 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.9.1-SNAPSHOT</version>
27+
<version>0.9.1</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.1-SNAPSHOT</version>
576+
<version>0.9.1</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.1-SNAPSHOT</version>
584+
<version>0.9.1</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.1-SNAPSHOT</version>
591+
<version>0.9.1</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.1-SNAPSHOT</version>
598+
<version>0.9.1</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.1-SNAPSHOT</version>
605+
<version>0.9.1</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.1-SNAPSHOT</version>
612+
<version>0.9.1</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.1-SNAPSHOT</version>
619+
<version>0.9.1</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.1-SNAPSHOT</version>
626+
<version>0.9.1</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.1-SNAPSHOT</version>
633+
<version>0.9.1</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.1-SNAPSHOT</version>
640+
<version>0.9.1</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.1-SNAPSHOT</version>
647+
<version>0.9.1</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

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

3030
<artifactId>plc4j-api</artifactId>

0 commit comments

Comments
 (0)