Skip to content

Commit 9288b71

Browse files
authored
Add README.md to "incubating" modules (#1433)
...and set the module versions to 0.1-SNAPSHOT. fixes #1366
1 parent 9c467c7 commit 9288b71

File tree

8 files changed

+28
-189
lines changed

8 files changed

+28
-189
lines changed

milo-examples/client-examples/pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!--
3-
~ Copyright (c) 2024 the Eclipse Milo Authors
3+
~ Copyright (c) 2025 the Eclipse Milo Authors
44
~
55
~ This program and the accompanying materials are made
66
~ available under the terms of the Eclipse Public License 2.0
@@ -32,11 +32,6 @@
3232
<artifactId>milo-sdk-client</artifactId>
3333
<version>${project.version}</version>
3434
</dependency>
35-
<dependency>
36-
<groupId>org.eclipse.milo</groupId>
37-
<artifactId>milo-codec-json</artifactId>
38-
<version>${project.version}</version>
39-
</dependency>
4035
<dependency>
4136
<groupId>org.eclipse.milo</groupId>
4237
<artifactId>milo-dtd-reader</artifactId>

milo-examples/client-examples/src/main/java/org/eclipse/milo/examples/client/UnifiedAutomationReadCustomDataTypeExample2.java

Lines changed: 0 additions & 177 deletions
This file was deleted.

opc-ua-sdk/codec-json/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

opc-ua-sdk/codec-json/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</parent>
2222

2323
<artifactId>milo-codec-json</artifactId>
24+
<version>0.1-SNAPSHOT</version>
2425

2526
<properties>
2627
<javaModuleName>org.eclipse.milo.opcua.sdk.codec.json</javaModuleName>
@@ -48,12 +49,12 @@
4849
<dependency>
4950
<groupId>org.eclipse.milo</groupId>
5051
<artifactId>milo-sdk-core</artifactId>
51-
<version>${project.version}</version>
52+
<version>${parent.version}</version>
5253
</dependency>
5354
<dependency>
5455
<groupId>org.eclipse.milo</groupId>
5556
<artifactId>milo-encoding-json</artifactId>
56-
<version>${project.version}</version>
57+
<version>${parent.version}</version>
5758
</dependency>
5859

5960
<dependency>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

opc-ua-stack/transport-https/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</parent>
2222

2323
<artifactId>milo-transport-https</artifactId>
24+
<version>0.1-SNAPSHOT</version>
2425

2526
<properties>
2627
<javaModuleName>org.eclipse.milo.opcua.stack.transport.https</javaModuleName>
@@ -30,12 +31,12 @@
3031
<dependency>
3132
<groupId>org.eclipse.milo</groupId>
3233
<artifactId>milo-stack-core</artifactId>
33-
<version>${project.version}</version>
34+
<version>${parent.version}</version>
3435
</dependency>
3536
<dependency>
3637
<groupId>org.eclipse.milo</groupId>
3738
<artifactId>milo-transport</artifactId>
38-
<version>${project.version}</version>
39+
<version>${parent.version}</version>
3940
</dependency>
4041
<dependency>
4142
<groupId>io.netty</groupId>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.

opc-ua-stack/transport-websocket/pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</parent>
2222

2323
<artifactId>milo-transport-websocket</artifactId>
24+
<version>0.1-SNAPSHOT</version>
2425

2526
<properties>
2627
<javaModuleName>org.eclipse.milo.opcua.stack.transport.websocket</javaModuleName>
@@ -30,12 +31,12 @@
3031
<dependency>
3132
<groupId>org.eclipse.milo</groupId>
3233
<artifactId>milo-stack-core</artifactId>
33-
<version>${project.version}</version>
34+
<version>${parent.version}</version>
3435
</dependency>
3536
<dependency>
3637
<groupId>org.eclipse.milo</groupId>
3738
<artifactId>milo-transport</artifactId>
38-
<version>${project.version}</version>
39+
<version>${parent.version}</version>
3940
</dependency>
4041
<dependency>
4142
<groupId>io.netty</groupId>

0 commit comments

Comments
 (0)