Skip to content

Commit d9f1789

Browse files
Copilotkevinherron
andcommitted
Replace ${incubating.version} with constant 0.1-SNAPSHOT in POM files
Co-authored-by: kevinherron <[email protected]>
1 parent 187df87 commit d9f1789

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<name>Milo :: Codec JSON</name>
2424

2525
<artifactId>milo-codec-json</artifactId>
26-
<version>${incubating.version}</version>
26+
<version>0.1-SNAPSHOT</version>
2727

2828
<properties>
2929
<javaModuleName>org.eclipse.milo.opcua.sdk.codec.json</javaModuleName>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<name>Milo :: Transport HTTPS</name>
2424

2525
<artifactId>milo-transport-https</artifactId>
26-
<version>${incubating.version}</version>
26+
<version>0.1-SNAPSHOT</version>
2727

2828
<properties>
2929
<javaModuleName>org.eclipse.milo.opcua.stack.transport.https</javaModuleName>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<name>Milo :: Transport Websocket</name>
2424

2525
<artifactId>milo-transport-websocket</artifactId>
26-
<version>${incubating.version}</version>
26+
<version>0.1-SNAPSHOT</version>
2727

2828
<properties>
2929
<javaModuleName>org.eclipse.milo.opcua.stack.transport.websocket</javaModuleName>

0 commit comments

Comments
 (0)