From 96e072a738bf9b3e9b50a8479cc712a6ec81eb68 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Mon, 19 May 2025 11:05:12 -0700 Subject: [PATCH 1/2] Set version to 1.0.0 --- milo-examples/client-examples/pom.xml | 2 +- milo-examples/pom.xml | 2 +- milo-examples/server-examples/pom.xml | 2 +- opc-ua-sdk/codec-json/pom.xml | 2 +- opc-ua-sdk/dtd-core/pom.xml | 2 +- opc-ua-sdk/dtd-manager/pom.xml | 2 +- opc-ua-sdk/dtd-reader/pom.xml | 2 +- opc-ua-sdk/integration-tests/pom.xml | 2 +- opc-ua-sdk/pom.xml | 2 +- opc-ua-sdk/sdk-client/pom.xml | 2 +- opc-ua-sdk/sdk-core/pom.xml | 2 +- opc-ua-sdk/sdk-server/pom.xml | 2 +- opc-ua-sdk/sdk-tests/pom.xml | 2 +- opc-ua-stack/encoding-json/pom.xml | 2 +- opc-ua-stack/encoding-xml/pom.xml | 2 +- opc-ua-stack/guava-dependencies/pom.xml | 2 +- opc-ua-stack/pom.xml | 2 +- opc-ua-stack/stack-core/pom.xml | 2 +- opc-ua-stack/stack-tests/pom.xml | 2 +- opc-ua-stack/transport-https/pom.xml | 2 +- opc-ua-stack/transport-websocket/pom.xml | 2 +- opc-ua-stack/transport/pom.xml | 2 +- pom.xml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/milo-examples/client-examples/pom.xml b/milo-examples/client-examples/pom.xml index b54787c0e..0de633040 100644 --- a/milo-examples/client-examples/pom.xml +++ b/milo-examples/client-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-examples - 1.0.0-SNAPSHOT + 1.0.0 milo-client-examples diff --git a/milo-examples/pom.xml b/milo-examples/pom.xml index 9f741d2fd..659dd90ec 100644 --- a/milo-examples/pom.xml +++ b/milo-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0-SNAPSHOT + 1.0.0 milo-examples diff --git a/milo-examples/server-examples/pom.xml b/milo-examples/server-examples/pom.xml index 61173ba0a..baf72f744 100644 --- a/milo-examples/server-examples/pom.xml +++ b/milo-examples/server-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-examples - 1.0.0-SNAPSHOT + 1.0.0 milo-server-examples diff --git a/opc-ua-sdk/codec-json/pom.xml b/opc-ua-sdk/codec-json/pom.xml index bb8c0d12e..f64be7370 100644 --- a/opc-ua-sdk/codec-json/pom.xml +++ b/opc-ua-sdk/codec-json/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-codec-json diff --git a/opc-ua-sdk/dtd-core/pom.xml b/opc-ua-sdk/dtd-core/pom.xml index 9b68260db..4e919babd 100644 --- a/opc-ua-sdk/dtd-core/pom.xml +++ b/opc-ua-sdk/dtd-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-dtd-core diff --git a/opc-ua-sdk/dtd-manager/pom.xml b/opc-ua-sdk/dtd-manager/pom.xml index 357d4dc6b..5d723e4fa 100644 --- a/opc-ua-sdk/dtd-manager/pom.xml +++ b/opc-ua-sdk/dtd-manager/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-dtd-manager diff --git a/opc-ua-sdk/dtd-reader/pom.xml b/opc-ua-sdk/dtd-reader/pom.xml index 9565a31a4..55f7ee106 100644 --- a/opc-ua-sdk/dtd-reader/pom.xml +++ b/opc-ua-sdk/dtd-reader/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-dtd-reader diff --git a/opc-ua-sdk/integration-tests/pom.xml b/opc-ua-sdk/integration-tests/pom.xml index e9f9e42ef..436045825 100644 --- a/opc-ua-sdk/integration-tests/pom.xml +++ b/opc-ua-sdk/integration-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-integration-tests diff --git a/opc-ua-sdk/pom.xml b/opc-ua-sdk/pom.xml index 4491cbdfa..9fcac7bd6 100644 --- a/opc-ua-sdk/pom.xml +++ b/opc-ua-sdk/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0-SNAPSHOT + 1.0.0 milo-opc-ua-sdk diff --git a/opc-ua-sdk/sdk-client/pom.xml b/opc-ua-sdk/sdk-client/pom.xml index ad9f2b727..594702a24 100644 --- a/opc-ua-sdk/sdk-client/pom.xml +++ b/opc-ua-sdk/sdk-client/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-sdk-client diff --git a/opc-ua-sdk/sdk-core/pom.xml b/opc-ua-sdk/sdk-core/pom.xml index 941ea0583..e0797dafc 100644 --- a/opc-ua-sdk/sdk-core/pom.xml +++ b/opc-ua-sdk/sdk-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-sdk-core diff --git a/opc-ua-sdk/sdk-server/pom.xml b/opc-ua-sdk/sdk-server/pom.xml index 6f5384f5f..87a404908 100644 --- a/opc-ua-sdk/sdk-server/pom.xml +++ b/opc-ua-sdk/sdk-server/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-sdk-server diff --git a/opc-ua-sdk/sdk-tests/pom.xml b/opc-ua-sdk/sdk-tests/pom.xml index d8858ffae..db595ceb2 100644 --- a/opc-ua-sdk/sdk-tests/pom.xml +++ b/opc-ua-sdk/sdk-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0-SNAPSHOT + 1.0.0 milo-sdk-tests diff --git a/opc-ua-stack/encoding-json/pom.xml b/opc-ua-stack/encoding-json/pom.xml index bb626b75a..61363ec97 100644 --- a/opc-ua-stack/encoding-json/pom.xml +++ b/opc-ua-stack/encoding-json/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-encoding-json diff --git a/opc-ua-stack/encoding-xml/pom.xml b/opc-ua-stack/encoding-xml/pom.xml index ae7701ce3..656685952 100644 --- a/opc-ua-stack/encoding-xml/pom.xml +++ b/opc-ua-stack/encoding-xml/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-encoding-xml diff --git a/opc-ua-stack/guava-dependencies/pom.xml b/opc-ua-stack/guava-dependencies/pom.xml index f1d29ab55..6d8155ae1 100644 --- a/opc-ua-stack/guava-dependencies/pom.xml +++ b/opc-ua-stack/guava-dependencies/pom.xml @@ -18,7 +18,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-guava-dependencies diff --git a/opc-ua-stack/pom.xml b/opc-ua-stack/pom.xml index 3906d4a4d..c22aa6945 100644 --- a/opc-ua-stack/pom.xml +++ b/opc-ua-stack/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0-SNAPSHOT + 1.0.0 milo-opc-ua-stack diff --git a/opc-ua-stack/stack-core/pom.xml b/opc-ua-stack/stack-core/pom.xml index c4dad0215..1ae1d9463 100644 --- a/opc-ua-stack/stack-core/pom.xml +++ b/opc-ua-stack/stack-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-stack-core diff --git a/opc-ua-stack/stack-tests/pom.xml b/opc-ua-stack/stack-tests/pom.xml index c350cf9a9..8d9359360 100644 --- a/opc-ua-stack/stack-tests/pom.xml +++ b/opc-ua-stack/stack-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-stack-tests diff --git a/opc-ua-stack/transport-https/pom.xml b/opc-ua-stack/transport-https/pom.xml index 71ef69e6e..1c87af5aa 100644 --- a/opc-ua-stack/transport-https/pom.xml +++ b/opc-ua-stack/transport-https/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-transport-https diff --git a/opc-ua-stack/transport-websocket/pom.xml b/opc-ua-stack/transport-websocket/pom.xml index b41181aa0..ac31b44aa 100644 --- a/opc-ua-stack/transport-websocket/pom.xml +++ b/opc-ua-stack/transport-websocket/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-transport-websocket diff --git a/opc-ua-stack/transport/pom.xml b/opc-ua-stack/transport/pom.xml index 606cba880..70275afeb 100644 --- a/opc-ua-stack/transport/pom.xml +++ b/opc-ua-stack/transport/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0-SNAPSHOT + 1.0.0 milo-transport diff --git a/pom.xml b/pom.xml index 63a58588c..daab7abac 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.eclipse.milo milo - 1.0.0-SNAPSHOT + 1.0.0 pom Eclipse Milo - OPC UA (IEC 62541) From 1857cae896b6d6af9c1cefb260489b970a1a856f Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Mon, 19 May 2025 11:28:08 -0700 Subject: [PATCH 2/2] Set version to 1.0.1-SNAPSHOT --- milo-examples/client-examples/pom.xml | 2 +- milo-examples/pom.xml | 2 +- milo-examples/server-examples/pom.xml | 2 +- opc-ua-sdk/codec-json/pom.xml | 2 +- opc-ua-sdk/dtd-core/pom.xml | 2 +- opc-ua-sdk/dtd-manager/pom.xml | 2 +- opc-ua-sdk/dtd-reader/pom.xml | 2 +- opc-ua-sdk/integration-tests/pom.xml | 2 +- opc-ua-sdk/pom.xml | 2 +- opc-ua-sdk/sdk-client/pom.xml | 2 +- opc-ua-sdk/sdk-core/pom.xml | 2 +- opc-ua-sdk/sdk-server/pom.xml | 2 +- opc-ua-sdk/sdk-tests/pom.xml | 2 +- opc-ua-stack/encoding-json/pom.xml | 2 +- opc-ua-stack/encoding-xml/pom.xml | 2 +- opc-ua-stack/guava-dependencies/pom.xml | 2 +- opc-ua-stack/pom.xml | 2 +- opc-ua-stack/stack-core/pom.xml | 2 +- opc-ua-stack/stack-tests/pom.xml | 2 +- opc-ua-stack/transport-https/pom.xml | 2 +- opc-ua-stack/transport-websocket/pom.xml | 2 +- opc-ua-stack/transport/pom.xml | 2 +- pom.xml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/milo-examples/client-examples/pom.xml b/milo-examples/client-examples/pom.xml index 0de633040..9debbfcc7 100644 --- a/milo-examples/client-examples/pom.xml +++ b/milo-examples/client-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-examples - 1.0.0 + 1.0.1-SNAPSHOT milo-client-examples diff --git a/milo-examples/pom.xml b/milo-examples/pom.xml index 659dd90ec..daa1244ee 100644 --- a/milo-examples/pom.xml +++ b/milo-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0 + 1.0.1-SNAPSHOT milo-examples diff --git a/milo-examples/server-examples/pom.xml b/milo-examples/server-examples/pom.xml index baf72f744..3d07cad59 100644 --- a/milo-examples/server-examples/pom.xml +++ b/milo-examples/server-examples/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-examples - 1.0.0 + 1.0.1-SNAPSHOT milo-server-examples diff --git a/opc-ua-sdk/codec-json/pom.xml b/opc-ua-sdk/codec-json/pom.xml index f64be7370..8118e6e24 100644 --- a/opc-ua-sdk/codec-json/pom.xml +++ b/opc-ua-sdk/codec-json/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-codec-json diff --git a/opc-ua-sdk/dtd-core/pom.xml b/opc-ua-sdk/dtd-core/pom.xml index 4e919babd..f53d07ddd 100644 --- a/opc-ua-sdk/dtd-core/pom.xml +++ b/opc-ua-sdk/dtd-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-dtd-core diff --git a/opc-ua-sdk/dtd-manager/pom.xml b/opc-ua-sdk/dtd-manager/pom.xml index 5d723e4fa..c74862764 100644 --- a/opc-ua-sdk/dtd-manager/pom.xml +++ b/opc-ua-sdk/dtd-manager/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-dtd-manager diff --git a/opc-ua-sdk/dtd-reader/pom.xml b/opc-ua-sdk/dtd-reader/pom.xml index 55f7ee106..700bde1b9 100644 --- a/opc-ua-sdk/dtd-reader/pom.xml +++ b/opc-ua-sdk/dtd-reader/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-dtd-reader diff --git a/opc-ua-sdk/integration-tests/pom.xml b/opc-ua-sdk/integration-tests/pom.xml index 436045825..5b68ec2be 100644 --- a/opc-ua-sdk/integration-tests/pom.xml +++ b/opc-ua-sdk/integration-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-integration-tests diff --git a/opc-ua-sdk/pom.xml b/opc-ua-sdk/pom.xml index 9fcac7bd6..8a2aaf6b6 100644 --- a/opc-ua-sdk/pom.xml +++ b/opc-ua-sdk/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0 + 1.0.1-SNAPSHOT milo-opc-ua-sdk diff --git a/opc-ua-sdk/sdk-client/pom.xml b/opc-ua-sdk/sdk-client/pom.xml index 594702a24..d1ae012e6 100644 --- a/opc-ua-sdk/sdk-client/pom.xml +++ b/opc-ua-sdk/sdk-client/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-sdk-client diff --git a/opc-ua-sdk/sdk-core/pom.xml b/opc-ua-sdk/sdk-core/pom.xml index e0797dafc..b2d467169 100644 --- a/opc-ua-sdk/sdk-core/pom.xml +++ b/opc-ua-sdk/sdk-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-sdk-core diff --git a/opc-ua-sdk/sdk-server/pom.xml b/opc-ua-sdk/sdk-server/pom.xml index 87a404908..03b332627 100644 --- a/opc-ua-sdk/sdk-server/pom.xml +++ b/opc-ua-sdk/sdk-server/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-sdk-server diff --git a/opc-ua-sdk/sdk-tests/pom.xml b/opc-ua-sdk/sdk-tests/pom.xml index db595ceb2..5f5367813 100644 --- a/opc-ua-sdk/sdk-tests/pom.xml +++ b/opc-ua-sdk/sdk-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-sdk - 1.0.0 + 1.0.1-SNAPSHOT milo-sdk-tests diff --git a/opc-ua-stack/encoding-json/pom.xml b/opc-ua-stack/encoding-json/pom.xml index 61363ec97..b5f66fd34 100644 --- a/opc-ua-stack/encoding-json/pom.xml +++ b/opc-ua-stack/encoding-json/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-encoding-json diff --git a/opc-ua-stack/encoding-xml/pom.xml b/opc-ua-stack/encoding-xml/pom.xml index 656685952..6a8655a29 100644 --- a/opc-ua-stack/encoding-xml/pom.xml +++ b/opc-ua-stack/encoding-xml/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-encoding-xml diff --git a/opc-ua-stack/guava-dependencies/pom.xml b/opc-ua-stack/guava-dependencies/pom.xml index 6d8155ae1..d9b6b8986 100644 --- a/opc-ua-stack/guava-dependencies/pom.xml +++ b/opc-ua-stack/guava-dependencies/pom.xml @@ -18,7 +18,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-guava-dependencies diff --git a/opc-ua-stack/pom.xml b/opc-ua-stack/pom.xml index c22aa6945..e8346a904 100644 --- a/opc-ua-stack/pom.xml +++ b/opc-ua-stack/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo - 1.0.0 + 1.0.1-SNAPSHOT milo-opc-ua-stack diff --git a/opc-ua-stack/stack-core/pom.xml b/opc-ua-stack/stack-core/pom.xml index 1ae1d9463..cada10c81 100644 --- a/opc-ua-stack/stack-core/pom.xml +++ b/opc-ua-stack/stack-core/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-stack-core diff --git a/opc-ua-stack/stack-tests/pom.xml b/opc-ua-stack/stack-tests/pom.xml index 8d9359360..b82a150f1 100644 --- a/opc-ua-stack/stack-tests/pom.xml +++ b/opc-ua-stack/stack-tests/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-stack-tests diff --git a/opc-ua-stack/transport-https/pom.xml b/opc-ua-stack/transport-https/pom.xml index 1c87af5aa..58c3fae0e 100644 --- a/opc-ua-stack/transport-https/pom.xml +++ b/opc-ua-stack/transport-https/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-transport-https diff --git a/opc-ua-stack/transport-websocket/pom.xml b/opc-ua-stack/transport-websocket/pom.xml index ac31b44aa..5826ea8b2 100644 --- a/opc-ua-stack/transport-websocket/pom.xml +++ b/opc-ua-stack/transport-websocket/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-transport-websocket diff --git a/opc-ua-stack/transport/pom.xml b/opc-ua-stack/transport/pom.xml index 70275afeb..77a36f465 100644 --- a/opc-ua-stack/transport/pom.xml +++ b/opc-ua-stack/transport/pom.xml @@ -17,7 +17,7 @@ org.eclipse.milo milo-opc-ua-stack - 1.0.0 + 1.0.1-SNAPSHOT milo-transport diff --git a/pom.xml b/pom.xml index daab7abac..a3483299d 100644 --- a/pom.xml +++ b/pom.xml @@ -16,7 +16,7 @@ org.eclipse.milo milo - 1.0.0 + 1.0.1-SNAPSHOT pom Eclipse Milo - OPC UA (IEC 62541)