Skip to content

Commit 45d2cc8

Browse files
committed
[maven-release-plugin] prepare release plc4x-parent-0.1.0
1 parent c350696 commit 45d2cc8

File tree

37 files changed

+141
-180
lines changed

37 files changed

+141
-180
lines changed

examples/azure/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<artifactId>examples</artifactId>
2725
<groupId>org.apache.plc4x.examples</groupId>
28-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.1.0</version>
2927
</parent>
3028

3129
<artifactId>azure</artifactId>
@@ -53,12 +51,12 @@
5351
<dependency>
5452
<groupId>org.apache.plc4x</groupId>
5553
<artifactId>plc4j-api</artifactId>
56-
<version>0.0.1-SNAPSHOT</version>
54+
<version>0.1.0</version>
5755
</dependency>
5856
<dependency>
5957
<groupId>org.apache.plc4x</groupId>
6058
<artifactId>plc4j-core</artifactId>
61-
<version>0.0.1-SNAPSHOT</version>
59+
<version>0.1.0</version>
6260
</dependency>
6361

6462
<dependency>
@@ -70,7 +68,7 @@
7068
<dependency>
7169
<groupId>org.apache.plc4x</groupId>
7270
<artifactId>plc4j-protocol-s7</artifactId>
73-
<version>0.0.1-SNAPSHOT</version>
71+
<version>0.1.0</version>
7472
<scope>runtime</scope>
7573
</dependency>
7674
</dependencies>

examples/dummy-driver/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>dummy-driver</artifactId>
@@ -39,17 +38,17 @@
3938
<dependency>
4039
<groupId>org.apache.plc4x</groupId>
4140
<artifactId>plc4j-api</artifactId>
42-
<version>0.0.1-SNAPSHOT</version>
41+
<version>0.1.0</version>
4342
</dependency>
4443
<dependency>
4544
<groupId>org.apache.plc4x</groupId>
4645
<artifactId>plc4j-protocol-driver-base</artifactId>
47-
<version>0.0.1-SNAPSHOT</version>
46+
<version>0.1.0</version>
4847
</dependency>
4948
<dependency>
5049
<groupId>org.apache.plc4x</groupId>
5150
<artifactId>plc4j-protocol-driver-base-tcp</artifactId>
52-
<version>0.0.1-SNAPSHOT</version>
51+
<version>0.1.0</version>
5352
</dependency>
5453

5554
<dependency>

examples/google/pom.xml

+5-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,13 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>
2624
<artifactId>examples</artifactId>
2725
<groupId>org.apache.plc4x.examples</groupId>
28-
<version>0.0.1-SNAPSHOT</version>
26+
<version>0.1.0</version>
2927
</parent>
3028

3129
<artifactId>google</artifactId>
@@ -54,12 +52,12 @@
5452
<dependency>
5553
<groupId>org.apache.plc4x</groupId>
5654
<artifactId>plc4j-api</artifactId>
57-
<version>0.0.1-SNAPSHOT</version>
55+
<version>0.1.0</version>
5856
</dependency>
5957
<dependency>
6058
<groupId>org.apache.plc4x</groupId>
6159
<artifactId>plc4j-core</artifactId>
62-
<version>0.0.1-SNAPSHOT</version>
60+
<version>0.1.0</version>
6361
</dependency>
6462
<dependency>
6563
<groupId>org.eclipse.paho</groupId>
@@ -69,7 +67,7 @@
6967
<dependency>
7068
<groupId>org.apache.plc4x</groupId>
7169
<artifactId>plc4j-protocol-s7</artifactId>
72-
<version>0.0.1-SNAPSHOT</version>
70+
<version>0.1.0</version>
7371
<scope>runtime</scope>
7472
</dependency>
7573
<dependency>

examples/hello-plc4x/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>hello-plc4x</artifactId>
@@ -40,19 +39,19 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>plc4j-api</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544
<dependency>
4645
<groupId>org.apache.plc4x</groupId>
4746
<artifactId>plc4j-core</artifactId>
48-
<version>0.0.1-SNAPSHOT</version>
47+
<version>0.1.0</version>
4948
</dependency>
5049

5150
<!-- Required driver implementation -->
5251
<dependency>
5352
<groupId>org.apache.plc4x</groupId>
5453
<artifactId>plc4j-protocol-s7</artifactId>
55-
<version>0.0.1-SNAPSHOT</version>
54+
<version>0.1.0</version>
5655
<scope>runtime</scope>
5756
</dependency>
5857

examples/iot-factory/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>iot-factory</artifactId>
@@ -40,7 +39,7 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>apache-edgent</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544

4645
<dependency>
@@ -75,7 +74,7 @@
7574
<dependency>
7675
<groupId>org.apache.plc4x</groupId>
7776
<artifactId>plc4j-protocol-s7</artifactId>
78-
<version>0.0.1-SNAPSHOT</version>
77+
<version>0.1.0</version>
7978
<scope>runtime</scope>
8079
</dependency>
8180

examples/iotree/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>iotree</artifactId>
@@ -40,7 +39,7 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>apache-edgent</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544

4645
<dependency>
@@ -63,7 +62,7 @@
6362
<dependency>
6463
<groupId>org.apache.plc4x</groupId>
6564
<artifactId>plc4j-protocol-s7</artifactId>
66-
<version>0.0.1-SNAPSHOT</version>
65+
<version>0.1.0</version>
6766
<scope>runtime</scope>
6867
</dependency>
6968
</dependencies>

examples/kafka-bridge/pom.xml

+5-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>kafka-bridge</artifactId>
@@ -40,12 +39,12 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>plc4j-api</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544
<dependency>
4645
<groupId>org.apache.plc4x</groupId>
4746
<artifactId>apache-edgent</artifactId>
48-
<version>0.0.1-SNAPSHOT</version>
47+
<version>0.1.0</version>
4948
</dependency>
5049

5150
<dependency>
@@ -103,7 +102,7 @@
103102
<dependency>
104103
<groupId>org.apache.plc4x</groupId>
105104
<artifactId>plc4j-protocol-s7</artifactId>
106-
<version>0.0.1-SNAPSHOT</version>
105+
<version>0.1.0</version>
107106
<scope>runtime</scope>
108107
</dependency>
109108
</dependencies>

examples/plclogger/pom.xml

+4-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x.examples</groupId>
2726
<artifactId>examples</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>plclogger</artifactId>
@@ -40,7 +39,7 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>apache-edgent</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544

4645
<dependency>
@@ -63,7 +62,7 @@
6362
<dependency>
6463
<groupId>org.apache.plc4x</groupId>
6564
<artifactId>plc4j-protocol-s7</artifactId>
66-
<version>0.0.1-SNAPSHOT</version>
65+
<version>0.1.0</version>
6766
<scope>runtime</scope>
6867
</dependency>
6968
<dependency>

examples/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x</groupId>
2726
<artifactId>plc4x-parent</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<groupId>org.apache.plc4x.examples</groupId>

integrations/apache-brooklyn/pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x</groupId>
2726
<artifactId>integrations</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>apache-brooklyn</artifactId>

integrations/apache-camel/pom.xml

+6-7
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,14 @@
1717
limitations under the License.
1818
1919
-->
20-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2221

2322
<modelVersion>4.0.0</modelVersion>
2423

2524
<parent>
2625
<groupId>org.apache.plc4x</groupId>
2726
<artifactId>integrations</artifactId>
28-
<version>0.0.1-SNAPSHOT</version>
27+
<version>0.1.0</version>
2928
</parent>
3029

3130
<artifactId>apache-camel</artifactId>
@@ -40,13 +39,13 @@
4039
<dependency>
4140
<groupId>org.apache.plc4x</groupId>
4241
<artifactId>plc4j-api</artifactId>
43-
<version>0.0.1-SNAPSHOT</version>
42+
<version>0.1.0</version>
4443
</dependency>
4544
<!-- need plc4j-core if we need to use PlcDriverManager -->
4645
<dependency>
4746
<groupId>org.apache.plc4x</groupId>
4847
<artifactId>plc4j-core</artifactId>
49-
<version>0.0.1-SNAPSHOT</version>
48+
<version>0.1.0</version>
5049
</dependency>
5150

5251
<dependency>
@@ -90,13 +89,13 @@
9089
<dependency>
9190
<groupId>org.apache.plc4x</groupId>
9291
<artifactId>plc4j-protocol-driver-base</artifactId>
93-
<version>0.0.1-SNAPSHOT</version>
92+
<version>0.1.0</version>
9493
<scope>test</scope>
9594
</dependency>
9695
<dependency>
9796
<groupId>org.apache.plc4x</groupId>
9897
<artifactId>plc4j-protocol-ads</artifactId>
99-
<version>0.0.1-SNAPSHOT</version>
98+
<version>0.1.0</version>
10099
<scope>test</scope>
101100
</dependency>
102101
</dependencies>

0 commit comments

Comments
 (0)