From e2479f34c060a92f61cccc39568ea4397f173dd4 Mon Sep 17 00:00:00 2001 From: eclipse-milo-bot Date: Wed, 31 Jan 2024 18:32:05 +0000 Subject: [PATCH 1/2] [maven-release-plugin] prepare release v0.6.12 --- build-tools/pom.xml | 4 ++-- milo-examples/client-examples/pom.xml | 8 ++++---- milo-examples/pom.xml | 2 +- milo-examples/server-examples/pom.xml | 6 +++--- opc-ua-sdk/dictionary-manager/pom.xml | 2 +- opc-ua-sdk/dictionary-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/bsd-core/pom.xml | 4 ++-- opc-ua-stack/bsd-generator/pom.xml | 4 ++-- opc-ua-stack/bsd-parser-gson/pom.xml | 6 +++--- opc-ua-stack/bsd-parser/pom.xml | 4 ++-- opc-ua-stack/pom.xml | 2 +- opc-ua-stack/stack-client/pom.xml | 2 +- opc-ua-stack/stack-core/pom.xml | 2 +- opc-ua-stack/stack-server/pom.xml | 2 +- opc-ua-stack/stack-tests/pom.xml | 2 +- pom.xml | 4 ++-- 22 files changed, 34 insertions(+), 34 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index 645bf3280d..d7c0f1dea8 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -4,7 +4,7 @@ org.eclipse.milo build-tools - 0.6.12-SNAPSHOT + 0.6.12 Eclipse Milo Build Tools Build tools for the Eclipse Milo project. @@ -14,7 +14,7 @@ https://github.com/eclipse/milo scm:git:git://github.com/eclipse/milo.git scm:git:git@github.com:eclipse/milo.git - HEAD + v0.6.12 diff --git a/milo-examples/client-examples/pom.xml b/milo-examples/client-examples/pom.xml index 0ce46f3b2e..c341de954b 100644 --- a/milo-examples/client-examples/pom.xml +++ b/milo-examples/client-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo-examples - 0.6.12-SNAPSHOT + 0.6.12 client-examples @@ -18,17 +18,17 @@ org.eclipse.milo sdk-client - 0.6.12-SNAPSHOT + 0.6.12 org.eclipse.milo dictionary-reader - 0.6.12-SNAPSHOT + 0.6.12 org.eclipse.milo server-examples - 0.6.12-SNAPSHOT + 0.6.12 ch.qos.logback diff --git a/milo-examples/pom.xml b/milo-examples/pom.xml index bff925e5c1..f20e8e58e9 100644 --- a/milo-examples/pom.xml +++ b/milo-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo - 0.6.12-SNAPSHOT + 0.6.12 milo-examples diff --git a/milo-examples/server-examples/pom.xml b/milo-examples/server-examples/pom.xml index 180e520642..5e662319b9 100644 --- a/milo-examples/server-examples/pom.xml +++ b/milo-examples/server-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo-examples - 0.6.12-SNAPSHOT + 0.6.12 server-examples @@ -18,13 +18,13 @@ org.eclipse.milo sdk-server - 0.6.12-SNAPSHOT + 0.6.12 org.eclipse.milo dictionary-manager - 0.6.12-SNAPSHOT + 0.6.12 diff --git a/opc-ua-sdk/dictionary-manager/pom.xml b/opc-ua-sdk/dictionary-manager/pom.xml index b5594b457c..265c7ef4f5 100644 --- a/opc-ua-sdk/dictionary-manager/pom.xml +++ b/opc-ua-sdk/dictionary-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 dictionary-manager diff --git a/opc-ua-sdk/dictionary-reader/pom.xml b/opc-ua-sdk/dictionary-reader/pom.xml index 6c178d4831..6031bf4d0e 100644 --- a/opc-ua-sdk/dictionary-reader/pom.xml +++ b/opc-ua-sdk/dictionary-reader/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 dictionary-reader diff --git a/opc-ua-sdk/integration-tests/pom.xml b/opc-ua-sdk/integration-tests/pom.xml index 64fd406d85..61e62f75e9 100644 --- a/opc-ua-sdk/integration-tests/pom.xml +++ b/opc-ua-sdk/integration-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 integration-tests diff --git a/opc-ua-sdk/pom.xml b/opc-ua-sdk/pom.xml index 074bc10a81..8c553f1cfb 100644 --- a/opc-ua-sdk/pom.xml +++ b/opc-ua-sdk/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo - 0.6.12-SNAPSHOT + 0.6.12 opc-ua-sdk diff --git a/opc-ua-sdk/sdk-client/pom.xml b/opc-ua-sdk/sdk-client/pom.xml index 006e14cc02..af385acab3 100644 --- a/opc-ua-sdk/sdk-client/pom.xml +++ b/opc-ua-sdk/sdk-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 sdk-client diff --git a/opc-ua-sdk/sdk-core/pom.xml b/opc-ua-sdk/sdk-core/pom.xml index bbc2917686..842b615bba 100644 --- a/opc-ua-sdk/sdk-core/pom.xml +++ b/opc-ua-sdk/sdk-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 sdk-core diff --git a/opc-ua-sdk/sdk-server/pom.xml b/opc-ua-sdk/sdk-server/pom.xml index 6467ac1ec6..94419b818b 100644 --- a/opc-ua-sdk/sdk-server/pom.xml +++ b/opc-ua-sdk/sdk-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 sdk-server diff --git a/opc-ua-sdk/sdk-tests/pom.xml b/opc-ua-sdk/sdk-tests/pom.xml index 7e6e9fda3a..fce6ef28aa 100644 --- a/opc-ua-sdk/sdk-tests/pom.xml +++ b/opc-ua-sdk/sdk-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12-SNAPSHOT + 0.6.12 sdk-tests diff --git a/opc-ua-stack/bsd-core/pom.xml b/opc-ua-stack/bsd-core/pom.xml index 70d861a849..291db5e6c4 100644 --- a/opc-ua-stack/bsd-core/pom.xml +++ b/opc-ua-stack/bsd-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 bsd-core @@ -18,7 +18,7 @@ org.eclipse.milo stack-core - 0.6.12-SNAPSHOT + 0.6.12 diff --git a/opc-ua-stack/bsd-generator/pom.xml b/opc-ua-stack/bsd-generator/pom.xml index da1cb15649..6b9ce0516d 100644 --- a/opc-ua-stack/bsd-generator/pom.xml +++ b/opc-ua-stack/bsd-generator/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 bsd-generator @@ -18,7 +18,7 @@ org.eclipse.milo bsd-core - 0.6.12-SNAPSHOT + 0.6.12 diff --git a/opc-ua-stack/bsd-parser-gson/pom.xml b/opc-ua-stack/bsd-parser-gson/pom.xml index cdb9e2685b..85937bf5b2 100644 --- a/opc-ua-stack/bsd-parser-gson/pom.xml +++ b/opc-ua-stack/bsd-parser-gson/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 bsd-parser-gson @@ -18,7 +18,7 @@ org.eclipse.milo bsd-parser - 0.6.12-SNAPSHOT + 0.6.12 @@ -42,7 +42,7 @@ org.eclipse.milo bsd-parser - 0.6.12-SNAPSHOT + 0.6.12 test-jar test diff --git a/opc-ua-stack/bsd-parser/pom.xml b/opc-ua-stack/bsd-parser/pom.xml index e7cb0435f1..3db13ab783 100644 --- a/opc-ua-stack/bsd-parser/pom.xml +++ b/opc-ua-stack/bsd-parser/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 bsd-parser @@ -18,7 +18,7 @@ org.eclipse.milo bsd-core - 0.6.12-SNAPSHOT + 0.6.12 diff --git a/opc-ua-stack/pom.xml b/opc-ua-stack/pom.xml index 5b49d55e2b..8aa65b96ba 100644 --- a/opc-ua-stack/pom.xml +++ b/opc-ua-stack/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo milo - 0.6.12-SNAPSHOT + 0.6.12 opc-ua-stack diff --git a/opc-ua-stack/stack-client/pom.xml b/opc-ua-stack/stack-client/pom.xml index b033ed973f..bfaa4b5ca8 100644 --- a/opc-ua-stack/stack-client/pom.xml +++ b/opc-ua-stack/stack-client/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 stack-client diff --git a/opc-ua-stack/stack-core/pom.xml b/opc-ua-stack/stack-core/pom.xml index e6c3d17e0c..8a22412d49 100644 --- a/opc-ua-stack/stack-core/pom.xml +++ b/opc-ua-stack/stack-core/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 stack-core diff --git a/opc-ua-stack/stack-server/pom.xml b/opc-ua-stack/stack-server/pom.xml index d064ca818e..4f5135b3dc 100644 --- a/opc-ua-stack/stack-server/pom.xml +++ b/opc-ua-stack/stack-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 stack-server diff --git a/opc-ua-stack/stack-tests/pom.xml b/opc-ua-stack/stack-tests/pom.xml index 10f72ec255..8fed09e8de 100644 --- a/opc-ua-stack/stack-tests/pom.xml +++ b/opc-ua-stack/stack-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12-SNAPSHOT + 0.6.12 stack-tests diff --git a/pom.xml b/pom.xml index 5dccb36fb9..5710e86767 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.eclipse.milo milo - 0.6.12-SNAPSHOT + 0.6.12 pom Eclipse Milo - OPC UA (IEC 62541) @@ -25,7 +25,7 @@ https://github.com/eclipse/milo scm:git:git://github.com/eclipse/milo.git scm:git:git@github.com:eclipse/milo.git - HEAD + v0.6.12 From 01665f74cd6088089f93e87f92e188732d8dafa4 Mon Sep 17 00:00:00 2001 From: eclipse-milo-bot Date: Wed, 31 Jan 2024 18:32:07 +0000 Subject: [PATCH 2/2] [maven-release-plugin] prepare for next development iteration --- build-tools/pom.xml | 4 ++-- milo-examples/client-examples/pom.xml | 8 ++++---- milo-examples/pom.xml | 2 +- milo-examples/server-examples/pom.xml | 6 +++--- opc-ua-sdk/dictionary-manager/pom.xml | 2 +- opc-ua-sdk/dictionary-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/bsd-core/pom.xml | 4 ++-- opc-ua-stack/bsd-generator/pom.xml | 4 ++-- opc-ua-stack/bsd-parser-gson/pom.xml | 6 +++--- opc-ua-stack/bsd-parser/pom.xml | 4 ++-- opc-ua-stack/pom.xml | 2 +- opc-ua-stack/stack-client/pom.xml | 2 +- opc-ua-stack/stack-core/pom.xml | 2 +- opc-ua-stack/stack-server/pom.xml | 2 +- opc-ua-stack/stack-tests/pom.xml | 2 +- pom.xml | 4 ++-- 22 files changed, 34 insertions(+), 34 deletions(-) diff --git a/build-tools/pom.xml b/build-tools/pom.xml index d7c0f1dea8..fc1e5b0c5d 100644 --- a/build-tools/pom.xml +++ b/build-tools/pom.xml @@ -4,7 +4,7 @@ org.eclipse.milo build-tools - 0.6.12 + 0.6.13-SNAPSHOT Eclipse Milo Build Tools Build tools for the Eclipse Milo project. @@ -14,7 +14,7 @@ https://github.com/eclipse/milo scm:git:git://github.com/eclipse/milo.git scm:git:git@github.com:eclipse/milo.git - v0.6.12 + HEAD diff --git a/milo-examples/client-examples/pom.xml b/milo-examples/client-examples/pom.xml index c341de954b..35eb953c26 100644 --- a/milo-examples/client-examples/pom.xml +++ b/milo-examples/client-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo-examples - 0.6.12 + 0.6.13-SNAPSHOT client-examples @@ -18,17 +18,17 @@ org.eclipse.milo sdk-client - 0.6.12 + 0.6.13-SNAPSHOT org.eclipse.milo dictionary-reader - 0.6.12 + 0.6.13-SNAPSHOT org.eclipse.milo server-examples - 0.6.12 + 0.6.13-SNAPSHOT ch.qos.logback diff --git a/milo-examples/pom.xml b/milo-examples/pom.xml index f20e8e58e9..95eb4878e0 100644 --- a/milo-examples/pom.xml +++ b/milo-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo - 0.6.12 + 0.6.13-SNAPSHOT milo-examples diff --git a/milo-examples/server-examples/pom.xml b/milo-examples/server-examples/pom.xml index 5e662319b9..dc462e97ff 100644 --- a/milo-examples/server-examples/pom.xml +++ b/milo-examples/server-examples/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo-examples - 0.6.12 + 0.6.13-SNAPSHOT server-examples @@ -18,13 +18,13 @@ org.eclipse.milo sdk-server - 0.6.12 + 0.6.13-SNAPSHOT org.eclipse.milo dictionary-manager - 0.6.12 + 0.6.13-SNAPSHOT diff --git a/opc-ua-sdk/dictionary-manager/pom.xml b/opc-ua-sdk/dictionary-manager/pom.xml index 265c7ef4f5..bde35380de 100644 --- a/opc-ua-sdk/dictionary-manager/pom.xml +++ b/opc-ua-sdk/dictionary-manager/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT dictionary-manager diff --git a/opc-ua-sdk/dictionary-reader/pom.xml b/opc-ua-sdk/dictionary-reader/pom.xml index 6031bf4d0e..90610d5c9c 100644 --- a/opc-ua-sdk/dictionary-reader/pom.xml +++ b/opc-ua-sdk/dictionary-reader/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT dictionary-reader diff --git a/opc-ua-sdk/integration-tests/pom.xml b/opc-ua-sdk/integration-tests/pom.xml index 61e62f75e9..b5a1b65715 100644 --- a/opc-ua-sdk/integration-tests/pom.xml +++ b/opc-ua-sdk/integration-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT integration-tests diff --git a/opc-ua-sdk/pom.xml b/opc-ua-sdk/pom.xml index 8c553f1cfb..fa4d152d47 100644 --- a/opc-ua-sdk/pom.xml +++ b/opc-ua-sdk/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo milo - 0.6.12 + 0.6.13-SNAPSHOT opc-ua-sdk diff --git a/opc-ua-sdk/sdk-client/pom.xml b/opc-ua-sdk/sdk-client/pom.xml index af385acab3..4f0b7b8dde 100644 --- a/opc-ua-sdk/sdk-client/pom.xml +++ b/opc-ua-sdk/sdk-client/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT sdk-client diff --git a/opc-ua-sdk/sdk-core/pom.xml b/opc-ua-sdk/sdk-core/pom.xml index 842b615bba..be29c0d227 100644 --- a/opc-ua-sdk/sdk-core/pom.xml +++ b/opc-ua-sdk/sdk-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT sdk-core diff --git a/opc-ua-sdk/sdk-server/pom.xml b/opc-ua-sdk/sdk-server/pom.xml index 94419b818b..a4f89628d7 100644 --- a/opc-ua-sdk/sdk-server/pom.xml +++ b/opc-ua-sdk/sdk-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT sdk-server diff --git a/opc-ua-sdk/sdk-tests/pom.xml b/opc-ua-sdk/sdk-tests/pom.xml index fce6ef28aa..35ca415ff6 100644 --- a/opc-ua-sdk/sdk-tests/pom.xml +++ b/opc-ua-sdk/sdk-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-sdk - 0.6.12 + 0.6.13-SNAPSHOT sdk-tests diff --git a/opc-ua-stack/bsd-core/pom.xml b/opc-ua-stack/bsd-core/pom.xml index 291db5e6c4..80098dd171 100644 --- a/opc-ua-stack/bsd-core/pom.xml +++ b/opc-ua-stack/bsd-core/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT bsd-core @@ -18,7 +18,7 @@ org.eclipse.milo stack-core - 0.6.12 + 0.6.13-SNAPSHOT diff --git a/opc-ua-stack/bsd-generator/pom.xml b/opc-ua-stack/bsd-generator/pom.xml index 6b9ce0516d..dc49a3325f 100644 --- a/opc-ua-stack/bsd-generator/pom.xml +++ b/opc-ua-stack/bsd-generator/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT bsd-generator @@ -18,7 +18,7 @@ org.eclipse.milo bsd-core - 0.6.12 + 0.6.13-SNAPSHOT diff --git a/opc-ua-stack/bsd-parser-gson/pom.xml b/opc-ua-stack/bsd-parser-gson/pom.xml index 85937bf5b2..15fd5d9fd0 100644 --- a/opc-ua-stack/bsd-parser-gson/pom.xml +++ b/opc-ua-stack/bsd-parser-gson/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT bsd-parser-gson @@ -18,7 +18,7 @@ org.eclipse.milo bsd-parser - 0.6.12 + 0.6.13-SNAPSHOT @@ -42,7 +42,7 @@ org.eclipse.milo bsd-parser - 0.6.12 + 0.6.13-SNAPSHOT test-jar test diff --git a/opc-ua-stack/bsd-parser/pom.xml b/opc-ua-stack/bsd-parser/pom.xml index 3db13ab783..97c57c2439 100644 --- a/opc-ua-stack/bsd-parser/pom.xml +++ b/opc-ua-stack/bsd-parser/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT bsd-parser @@ -18,7 +18,7 @@ org.eclipse.milo bsd-core - 0.6.12 + 0.6.13-SNAPSHOT diff --git a/opc-ua-stack/pom.xml b/opc-ua-stack/pom.xml index 8aa65b96ba..679c39cc2f 100644 --- a/opc-ua-stack/pom.xml +++ b/opc-ua-stack/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo milo - 0.6.12 + 0.6.13-SNAPSHOT opc-ua-stack diff --git a/opc-ua-stack/stack-client/pom.xml b/opc-ua-stack/stack-client/pom.xml index bfaa4b5ca8..7bf1171edf 100644 --- a/opc-ua-stack/stack-client/pom.xml +++ b/opc-ua-stack/stack-client/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT stack-client diff --git a/opc-ua-stack/stack-core/pom.xml b/opc-ua-stack/stack-core/pom.xml index 8a22412d49..9afc65b780 100644 --- a/opc-ua-stack/stack-core/pom.xml +++ b/opc-ua-stack/stack-core/pom.xml @@ -15,7 +15,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT stack-core diff --git a/opc-ua-stack/stack-server/pom.xml b/opc-ua-stack/stack-server/pom.xml index 4f5135b3dc..acb2aaf046 100644 --- a/opc-ua-stack/stack-server/pom.xml +++ b/opc-ua-stack/stack-server/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT stack-server diff --git a/opc-ua-stack/stack-tests/pom.xml b/opc-ua-stack/stack-tests/pom.xml index 8fed09e8de..34fd57761c 100644 --- a/opc-ua-stack/stack-tests/pom.xml +++ b/opc-ua-stack/stack-tests/pom.xml @@ -5,7 +5,7 @@ org.eclipse.milo opc-ua-stack - 0.6.12 + 0.6.13-SNAPSHOT stack-tests diff --git a/pom.xml b/pom.xml index 5710e86767..c0eb3f050f 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ org.eclipse.milo milo - 0.6.12 + 0.6.13-SNAPSHOT pom Eclipse Milo - OPC UA (IEC 62541) @@ -25,7 +25,7 @@ https://github.com/eclipse/milo scm:git:git://github.com/eclipse/milo.git scm:git:git@github.com:eclipse/milo.git - v0.6.12 + HEAD