File tree Expand file tree Collapse file tree 37 files changed +141
-180
lines changed Expand file tree Collapse file tree 37 files changed +141
-180
lines changed Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
26
24
<artifactId >examples</artifactId >
27
25
<groupId >org.apache.plc4x.examples</groupId >
28
- <version >0.0.1-SNAPSHOT </version >
26
+ <version >0.1.0 </version >
29
27
</parent >
30
28
31
29
<artifactId >azure</artifactId >
53
51
<dependency >
54
52
<groupId >org.apache.plc4x</groupId >
55
53
<artifactId >plc4j-api</artifactId >
56
- <version >0.0.1-SNAPSHOT </version >
54
+ <version >0.1.0 </version >
57
55
</dependency >
58
56
<dependency >
59
57
<groupId >org.apache.plc4x</groupId >
60
58
<artifactId >plc4j-core</artifactId >
61
- <version >0.0.1-SNAPSHOT </version >
59
+ <version >0.1.0 </version >
62
60
</dependency >
63
61
64
62
<dependency >
70
68
<dependency >
71
69
<groupId >org.apache.plc4x</groupId >
72
70
<artifactId >plc4j-protocol-s7</artifactId >
73
- <version >0.0.1-SNAPSHOT </version >
71
+ <version >0.1.0 </version >
74
72
<scope >runtime</scope >
75
73
</dependency >
76
74
</dependencies >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >dummy-driver</artifactId >
39
38
<dependency >
40
39
<groupId >org.apache.plc4x</groupId >
41
40
<artifactId >plc4j-api</artifactId >
42
- <version >0.0.1-SNAPSHOT </version >
41
+ <version >0.1.0 </version >
43
42
</dependency >
44
43
<dependency >
45
44
<groupId >org.apache.plc4x</groupId >
46
45
<artifactId >plc4j-protocol-driver-base</artifactId >
47
- <version >0.0.1-SNAPSHOT </version >
46
+ <version >0.1.0 </version >
48
47
</dependency >
49
48
<dependency >
50
49
<groupId >org.apache.plc4x</groupId >
51
50
<artifactId >plc4j-protocol-driver-base-tcp</artifactId >
52
- <version >0.0.1-SNAPSHOT </version >
51
+ <version >0.1.0 </version >
53
52
</dependency >
54
53
55
54
<dependency >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
23
21
<modelVersion >4.0.0</modelVersion >
24
22
25
23
<parent >
26
24
<artifactId >examples</artifactId >
27
25
<groupId >org.apache.plc4x.examples</groupId >
28
- <version >0.0.1-SNAPSHOT </version >
26
+ <version >0.1.0 </version >
29
27
</parent >
30
28
31
29
<artifactId >google</artifactId >
54
52
<dependency >
55
53
<groupId >org.apache.plc4x</groupId >
56
54
<artifactId >plc4j-api</artifactId >
57
- <version >0.0.1-SNAPSHOT </version >
55
+ <version >0.1.0 </version >
58
56
</dependency >
59
57
<dependency >
60
58
<groupId >org.apache.plc4x</groupId >
61
59
<artifactId >plc4j-core</artifactId >
62
- <version >0.0.1-SNAPSHOT </version >
60
+ <version >0.1.0 </version >
63
61
</dependency >
64
62
<dependency >
65
63
<groupId >org.eclipse.paho</groupId >
69
67
<dependency >
70
68
<groupId >org.apache.plc4x</groupId >
71
69
<artifactId >plc4j-protocol-s7</artifactId >
72
- <version >0.0.1-SNAPSHOT </version >
70
+ <version >0.1.0 </version >
73
71
<scope >runtime</scope >
74
72
</dependency >
75
73
<dependency >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >hello-plc4x</artifactId >
40
39
<dependency >
41
40
<groupId >org.apache.plc4x</groupId >
42
41
<artifactId >plc4j-api</artifactId >
43
- <version >0.0.1-SNAPSHOT </version >
42
+ <version >0.1.0 </version >
44
43
</dependency >
45
44
<dependency >
46
45
<groupId >org.apache.plc4x</groupId >
47
46
<artifactId >plc4j-core</artifactId >
48
- <version >0.0.1-SNAPSHOT </version >
47
+ <version >0.1.0 </version >
49
48
</dependency >
50
49
51
50
<!-- Required driver implementation -->
52
51
<dependency >
53
52
<groupId >org.apache.plc4x</groupId >
54
53
<artifactId >plc4j-protocol-s7</artifactId >
55
- <version >0.0.1-SNAPSHOT </version >
54
+ <version >0.1.0 </version >
56
55
<scope >runtime</scope >
57
56
</dependency >
58
57
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >iot-factory</artifactId >
40
39
<dependency >
41
40
<groupId >org.apache.plc4x</groupId >
42
41
<artifactId >apache-edgent</artifactId >
43
- <version >0.0.1-SNAPSHOT </version >
42
+ <version >0.1.0 </version >
44
43
</dependency >
45
44
46
45
<dependency >
75
74
<dependency >
76
75
<groupId >org.apache.plc4x</groupId >
77
76
<artifactId >plc4j-protocol-s7</artifactId >
78
- <version >0.0.1-SNAPSHOT </version >
77
+ <version >0.1.0 </version >
79
78
<scope >runtime</scope >
80
79
</dependency >
81
80
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >iotree</artifactId >
40
39
<dependency >
41
40
<groupId >org.apache.plc4x</groupId >
42
41
<artifactId >apache-edgent</artifactId >
43
- <version >0.0.1-SNAPSHOT </version >
42
+ <version >0.1.0 </version >
44
43
</dependency >
45
44
46
45
<dependency >
63
62
<dependency >
64
63
<groupId >org.apache.plc4x</groupId >
65
64
<artifactId >plc4j-protocol-s7</artifactId >
66
- <version >0.0.1-SNAPSHOT </version >
65
+ <version >0.1.0 </version >
67
66
<scope >runtime</scope >
68
67
</dependency >
69
68
</dependencies >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >kafka-bridge</artifactId >
40
39
<dependency >
41
40
<groupId >org.apache.plc4x</groupId >
42
41
<artifactId >plc4j-api</artifactId >
43
- <version >0.0.1-SNAPSHOT </version >
42
+ <version >0.1.0 </version >
44
43
</dependency >
45
44
<dependency >
46
45
<groupId >org.apache.plc4x</groupId >
47
46
<artifactId >apache-edgent</artifactId >
48
- <version >0.0.1-SNAPSHOT </version >
47
+ <version >0.1.0 </version >
49
48
</dependency >
50
49
51
50
<dependency >
103
102
<dependency >
104
103
<groupId >org.apache.plc4x</groupId >
105
104
<artifactId >plc4j-protocol-s7</artifactId >
106
- <version >0.0.1-SNAPSHOT </version >
105
+ <version >0.1.0 </version >
107
106
<scope >runtime</scope >
108
107
</dependency >
109
108
</dependencies >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x.examples</groupId >
27
26
<artifactId >examples</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >plclogger</artifactId >
40
39
<dependency >
41
40
<groupId >org.apache.plc4x</groupId >
42
41
<artifactId >apache-edgent</artifactId >
43
- <version >0.0.1-SNAPSHOT </version >
42
+ <version >0.1.0 </version >
44
43
</dependency >
45
44
46
45
<dependency >
63
62
<dependency >
64
63
<groupId >org.apache.plc4x</groupId >
65
64
<artifactId >plc4j-protocol-s7</artifactId >
66
- <version >0.0.1-SNAPSHOT </version >
65
+ <version >0.1.0 </version >
67
66
<scope >runtime</scope >
68
67
</dependency >
69
68
<dependency >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x</groupId >
27
26
<artifactId >plc4x-parent</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<groupId >org.apache.plc4x.examples</groupId >
Original file line number Diff line number Diff line change 17
17
limitations under the License.
18
18
19
19
-->
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" >
22
21
23
22
<modelVersion >4.0.0</modelVersion >
24
23
25
24
<parent >
26
25
<groupId >org.apache.plc4x</groupId >
27
26
<artifactId >integrations</artifactId >
28
- <version >0.0.1-SNAPSHOT </version >
27
+ <version >0.1.0 </version >
29
28
</parent >
30
29
31
30
<artifactId >apache-brooklyn</artifactId >
You can’t perform that action at this time.
0 commit comments