Skip to content

Commit c350696

Browse files
committed
[maven-release-plugin] rollback the release of plc4x-parent-0.1.0
1 parent 7f7363f commit c350696

File tree

37 files changed

+180
-141
lines changed

37 files changed

+180
-141
lines changed

examples/azure/pom.xml

+7-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
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" 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"
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">
2123
<modelVersion>4.0.0</modelVersion>
2224

2325
<parent>
2426
<artifactId>examples</artifactId>
2527
<groupId>org.apache.plc4x.examples</groupId>
26-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2729
</parent>
2830

2931
<artifactId>azure</artifactId>
@@ -51,12 +53,12 @@
5153
<dependency>
5254
<groupId>org.apache.plc4x</groupId>
5355
<artifactId>plc4j-api</artifactId>
54-
<version>0.1.0</version>
56+
<version>0.0.1-SNAPSHOT</version>
5557
</dependency>
5658
<dependency>
5759
<groupId>org.apache.plc4x</groupId>
5860
<artifactId>plc4j-core</artifactId>
59-
<version>0.1.0</version>
61+
<version>0.0.1-SNAPSHOT</version>
6062
</dependency>
6163

6264
<dependency>
@@ -68,7 +70,7 @@
6870
<dependency>
6971
<groupId>org.apache.plc4x</groupId>
7072
<artifactId>plc4j-protocol-s7</artifactId>
71-
<version>0.1.0</version>
73+
<version>0.0.1-SNAPSHOT</version>
7274
<scope>runtime</scope>
7375
</dependency>
7476
</dependencies>

examples/dummy-driver/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>dummy-driver</artifactId>
@@ -38,17 +39,17 @@
3839
<dependency>
3940
<groupId>org.apache.plc4x</groupId>
4041
<artifactId>plc4j-api</artifactId>
41-
<version>0.1.0</version>
42+
<version>0.0.1-SNAPSHOT</version>
4243
</dependency>
4344
<dependency>
4445
<groupId>org.apache.plc4x</groupId>
4546
<artifactId>plc4j-protocol-driver-base</artifactId>
46-
<version>0.1.0</version>
47+
<version>0.0.1-SNAPSHOT</version>
4748
</dependency>
4849
<dependency>
4950
<groupId>org.apache.plc4x</groupId>
5051
<artifactId>plc4j-protocol-driver-base-tcp</artifactId>
51-
<version>0.1.0</version>
52+
<version>0.0.1-SNAPSHOT</version>
5253
</dependency>
5354

5455
<dependency>

examples/google/pom.xml

+7-5
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@
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" 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"
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">
2123
<modelVersion>4.0.0</modelVersion>
2224

2325
<parent>
2426
<artifactId>examples</artifactId>
2527
<groupId>org.apache.plc4x.examples</groupId>
26-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2729
</parent>
2830

2931
<artifactId>google</artifactId>
@@ -52,12 +54,12 @@
5254
<dependency>
5355
<groupId>org.apache.plc4x</groupId>
5456
<artifactId>plc4j-api</artifactId>
55-
<version>0.1.0</version>
57+
<version>0.0.1-SNAPSHOT</version>
5658
</dependency>
5759
<dependency>
5860
<groupId>org.apache.plc4x</groupId>
5961
<artifactId>plc4j-core</artifactId>
60-
<version>0.1.0</version>
62+
<version>0.0.1-SNAPSHOT</version>
6163
</dependency>
6264
<dependency>
6365
<groupId>org.eclipse.paho</groupId>
@@ -67,7 +69,7 @@
6769
<dependency>
6870
<groupId>org.apache.plc4x</groupId>
6971
<artifactId>plc4j-protocol-s7</artifactId>
70-
<version>0.1.0</version>
72+
<version>0.0.1-SNAPSHOT</version>
7173
<scope>runtime</scope>
7274
</dependency>
7375
<dependency>

examples/hello-plc4x/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>hello-plc4x</artifactId>
@@ -39,19 +40,19 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>plc4j-api</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445
<dependency>
4546
<groupId>org.apache.plc4x</groupId>
4647
<artifactId>plc4j-core</artifactId>
47-
<version>0.1.0</version>
48+
<version>0.0.1-SNAPSHOT</version>
4849
</dependency>
4950

5051
<!-- Required driver implementation -->
5152
<dependency>
5253
<groupId>org.apache.plc4x</groupId>
5354
<artifactId>plc4j-protocol-s7</artifactId>
54-
<version>0.1.0</version>
55+
<version>0.0.1-SNAPSHOT</version>
5556
<scope>runtime</scope>
5657
</dependency>
5758

examples/iot-factory/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>iot-factory</artifactId>
@@ -39,7 +40,7 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>apache-edgent</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445

4546
<dependency>
@@ -74,7 +75,7 @@
7475
<dependency>
7576
<groupId>org.apache.plc4x</groupId>
7677
<artifactId>plc4j-protocol-s7</artifactId>
77-
<version>0.1.0</version>
78+
<version>0.0.1-SNAPSHOT</version>
7879
<scope>runtime</scope>
7980
</dependency>
8081

examples/iotree/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>iotree</artifactId>
@@ -39,7 +40,7 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>apache-edgent</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445

4546
<dependency>
@@ -62,7 +63,7 @@
6263
<dependency>
6364
<groupId>org.apache.plc4x</groupId>
6465
<artifactId>plc4j-protocol-s7</artifactId>
65-
<version>0.1.0</version>
66+
<version>0.0.1-SNAPSHOT</version>
6667
<scope>runtime</scope>
6768
</dependency>
6869
</dependencies>

examples/kafka-bridge/pom.xml

+6-5
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>kafka-bridge</artifactId>
@@ -39,12 +40,12 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>plc4j-api</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445
<dependency>
4546
<groupId>org.apache.plc4x</groupId>
4647
<artifactId>apache-edgent</artifactId>
47-
<version>0.1.0</version>
48+
<version>0.0.1-SNAPSHOT</version>
4849
</dependency>
4950

5051
<dependency>
@@ -102,7 +103,7 @@
102103
<dependency>
103104
<groupId>org.apache.plc4x</groupId>
104105
<artifactId>plc4j-protocol-s7</artifactId>
105-
<version>0.1.0</version>
106+
<version>0.0.1-SNAPSHOT</version>
106107
<scope>runtime</scope>
107108
</dependency>
108109
</dependencies>

examples/plclogger/pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x.examples</groupId>
2627
<artifactId>examples</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>plclogger</artifactId>
@@ -39,7 +40,7 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>apache-edgent</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445

4546
<dependency>
@@ -62,7 +63,7 @@
6263
<dependency>
6364
<groupId>org.apache.plc4x</groupId>
6465
<artifactId>plc4j-protocol-s7</artifactId>
65-
<version>0.1.0</version>
66+
<version>0.0.1-SNAPSHOT</version>
6667
<scope>runtime</scope>
6768
</dependency>
6869
<dependency>

examples/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x</groupId>
2627
<artifactId>plc4x-parent</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

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

integrations/apache-brooklyn/pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x</groupId>
2627
<artifactId>integrations</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>apache-brooklyn</artifactId>

integrations/apache-camel/pom.xml

+7-6
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,15 @@
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" 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"
21+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2122

2223
<modelVersion>4.0.0</modelVersion>
2324

2425
<parent>
2526
<groupId>org.apache.plc4x</groupId>
2627
<artifactId>integrations</artifactId>
27-
<version>0.1.0</version>
28+
<version>0.0.1-SNAPSHOT</version>
2829
</parent>
2930

3031
<artifactId>apache-camel</artifactId>
@@ -39,13 +40,13 @@
3940
<dependency>
4041
<groupId>org.apache.plc4x</groupId>
4142
<artifactId>plc4j-api</artifactId>
42-
<version>0.1.0</version>
43+
<version>0.0.1-SNAPSHOT</version>
4344
</dependency>
4445
<!-- need plc4j-core if we need to use PlcDriverManager -->
4546
<dependency>
4647
<groupId>org.apache.plc4x</groupId>
4748
<artifactId>plc4j-core</artifactId>
48-
<version>0.1.0</version>
49+
<version>0.0.1-SNAPSHOT</version>
4950
</dependency>
5051

5152
<dependency>
@@ -89,13 +90,13 @@
8990
<dependency>
9091
<groupId>org.apache.plc4x</groupId>
9192
<artifactId>plc4j-protocol-driver-base</artifactId>
92-
<version>0.1.0</version>
93+
<version>0.0.1-SNAPSHOT</version>
9394
<scope>test</scope>
9495
</dependency>
9596
<dependency>
9697
<groupId>org.apache.plc4x</groupId>
9798
<artifactId>plc4j-protocol-ads</artifactId>
98-
<version>0.1.0</version>
99+
<version>0.0.1-SNAPSHOT</version>
99100
<scope>test</scope>
100101
</dependency>
101102
</dependencies>

0 commit comments

Comments
 (0)