File tree Expand file tree Collapse file tree 8 files changed +28
-189
lines changed
milo-examples/client-examples
src/main/java/org/eclipse/milo/examples/client Expand file tree Collapse file tree 8 files changed +28
-189
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<!--
3
- ~ Copyright (c) 2024 the Eclipse Milo Authors
3
+ ~ Copyright (c) 2025 the Eclipse Milo Authors
4
4
~
5
5
~ This program and the accompanying materials are made
6
6
~ available under the terms of the Eclipse Public License 2.0
32
32
<artifactId >milo-sdk-client</artifactId >
33
33
<version >${project.version} </version >
34
34
</dependency >
35
- <dependency >
36
- <groupId >org.eclipse.milo</groupId >
37
- <artifactId >milo-codec-json</artifactId >
38
- <version >${project.version} </version >
39
- </dependency >
40
35
<dependency >
41
36
<groupId >org.eclipse.milo</groupId >
42
37
<artifactId >milo-dtd-reader</artifactId >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # INCUBATING
2
+
3
+ This module is "incubating".
4
+
5
+ Its artifacts are not published and its functionality is incomplete or non-functional
6
+ in its current state.
Original file line number Diff line number Diff line change 21
21
</parent >
22
22
23
23
<artifactId >milo-codec-json</artifactId >
24
+ <version >0.1-SNAPSHOT</version >
24
25
25
26
<properties >
26
27
<javaModuleName >org.eclipse.milo.opcua.sdk.codec.json</javaModuleName >
48
49
<dependency >
49
50
<groupId >org.eclipse.milo</groupId >
50
51
<artifactId >milo-sdk-core</artifactId >
51
- <version >${project .version} </version >
52
+ <version >${parent .version} </version >
52
53
</dependency >
53
54
<dependency >
54
55
<groupId >org.eclipse.milo</groupId >
55
56
<artifactId >milo-encoding-json</artifactId >
56
- <version >${project .version} </version >
57
+ <version >${parent .version} </version >
57
58
</dependency >
58
59
59
60
<dependency >
Original file line number Diff line number Diff line change
1
+ # INCUBATING
2
+
3
+ This module is "incubating".
4
+
5
+ Its artifacts are not published and its functionality is incomplete or non-functional
6
+ in its current state.
Original file line number Diff line number Diff line change 21
21
</parent >
22
22
23
23
<artifactId >milo-transport-https</artifactId >
24
+ <version >0.1-SNAPSHOT</version >
24
25
25
26
<properties >
26
27
<javaModuleName >org.eclipse.milo.opcua.stack.transport.https</javaModuleName >
30
31
<dependency >
31
32
<groupId >org.eclipse.milo</groupId >
32
33
<artifactId >milo-stack-core</artifactId >
33
- <version >${project .version} </version >
34
+ <version >${parent .version} </version >
34
35
</dependency >
35
36
<dependency >
36
37
<groupId >org.eclipse.milo</groupId >
37
38
<artifactId >milo-transport</artifactId >
38
- <version >${project .version} </version >
39
+ <version >${parent .version} </version >
39
40
</dependency >
40
41
<dependency >
41
42
<groupId >io.netty</groupId >
Original file line number Diff line number Diff line change
1
+ # INCUBATING
2
+
3
+ This module is "incubating".
4
+
5
+ Its artifacts are not published and its functionality is incomplete or non-functional
6
+ in its current state.
Original file line number Diff line number Diff line change 21
21
</parent >
22
22
23
23
<artifactId >milo-transport-websocket</artifactId >
24
+ <version >0.1-SNAPSHOT</version >
24
25
25
26
<properties >
26
27
<javaModuleName >org.eclipse.milo.opcua.stack.transport.websocket</javaModuleName >
30
31
<dependency >
31
32
<groupId >org.eclipse.milo</groupId >
32
33
<artifactId >milo-stack-core</artifactId >
33
- <version >${project .version} </version >
34
+ <version >${parent .version} </version >
34
35
</dependency >
35
36
<dependency >
36
37
<groupId >org.eclipse.milo</groupId >
37
38
<artifactId >milo-transport</artifactId >
38
- <version >${project .version} </version >
39
+ <version >${parent .version} </version >
39
40
</dependency >
40
41
<dependency >
41
42
<groupId >io.netty</groupId >
You can’t perform that action at this time.
0 commit comments