Skip to content

Commit dd8e05c

Browse files
committed
Set version to 1.0.0-M1
1 parent 814428f commit dd8e05c

File tree

23 files changed

+93
-93
lines changed

23 files changed

+93
-93
lines changed

milo-examples/client-examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-examples</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-client-examples</artifactId>

milo-examples/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-examples</artifactId>

milo-examples/server-examples/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-examples</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-server-examples</artifactId>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-codec-json</artifactId>

opc-ua-sdk/dtd-core/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-dtd-core</artifactId>

opc-ua-sdk/dtd-manager/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-dtd-manager</artifactId>

opc-ua-sdk/dtd-reader/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-dtd-reader</artifactId>

opc-ua-sdk/integration-tests/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-integration-tests</artifactId>

opc-ua-sdk/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-opc-ua-sdk</artifactId>

opc-ua-sdk/sdk-client/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-sdk-client</artifactId>

opc-ua-sdk/sdk-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-sdk-core</artifactId>

opc-ua-sdk/sdk-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-sdk-server</artifactId>

opc-ua-sdk/sdk-tests/pom.xml

Lines changed: 35 additions & 35 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-sdk-tests</artifactId>
@@ -26,37 +26,37 @@
2626
<javaModuleName>org.eclipse.milo.opcua.sdk.tests</javaModuleName>
2727
</properties>
2828

29-
<dependencies>
30-
<dependency>
31-
<groupId>org.eclipse.milo</groupId>
32-
<artifactId>milo-sdk-client</artifactId>
33-
<version>${project.version}</version>
34-
<scope>test</scope>
35-
</dependency>
36-
<dependency>
37-
<groupId>org.eclipse.milo</groupId>
38-
<artifactId>milo-sdk-server</artifactId>
39-
<version>${project.version}</version>
40-
<scope>test</scope>
41-
</dependency>
42-
<dependency>
43-
<groupId>org.slf4j</groupId>
44-
<artifactId>slf4j-simple</artifactId>
45-
<version>${slf4j.version}</version>
46-
<scope>test</scope>
47-
</dependency>
48-
<dependency>
49-
<groupId>org.junit.jupiter</groupId>
50-
<artifactId>junit-jupiter</artifactId>
51-
<scope>test</scope>
52-
</dependency>
53-
<dependency>
54-
<groupId>org.mockito</groupId>
55-
<artifactId>mockito-core</artifactId>
56-
<version>${mockito.version}</version>
57-
<scope>test</scope>
58-
</dependency>
59-
</dependencies>
29+
<dependencies>
30+
<dependency>
31+
<groupId>org.eclipse.milo</groupId>
32+
<artifactId>milo-sdk-client</artifactId>
33+
<version>${project.version}</version>
34+
<scope>test</scope>
35+
</dependency>
36+
<dependency>
37+
<groupId>org.eclipse.milo</groupId>
38+
<artifactId>milo-sdk-server</artifactId>
39+
<version>${project.version}</version>
40+
<scope>test</scope>
41+
</dependency>
42+
<dependency>
43+
<groupId>org.slf4j</groupId>
44+
<artifactId>slf4j-simple</artifactId>
45+
<version>${slf4j.version}</version>
46+
<scope>test</scope>
47+
</dependency>
48+
<dependency>
49+
<groupId>org.junit.jupiter</groupId>
50+
<artifactId>junit-jupiter</artifactId>
51+
<scope>test</scope>
52+
</dependency>
53+
<dependency>
54+
<groupId>org.mockito</groupId>
55+
<artifactId>mockito-core</artifactId>
56+
<version>${mockito.version}</version>
57+
<scope>test</scope>
58+
</dependency>
59+
</dependencies>
6060

6161
<build>
6262
<plugins>

opc-ua-stack/encoding-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-stack</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-encoding-json</artifactId>

opc-ua-stack/encoding-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-stack</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-encoding-xml</artifactId>

opc-ua-stack/guava-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.milo</groupId>
2020
<artifactId>milo-opc-ua-stack</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0-M1</version>
2222
</parent>
2323

2424
<artifactId>milo-guava-dependencies</artifactId>

opc-ua-stack/pom.xml

Lines changed: 4 additions & 4 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
@@ -10,14 +10,14 @@
1010
-->
1111

1212
<project xmlns="http://maven.apache.org/POM/4.0.0"
13-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
13+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1515
<modelVersion>4.0.0</modelVersion>
1616

1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo</artifactId>
20-
<version>1.0.0-SNAPSHOT</version>
20+
<version>1.0.0-M1</version>
2121
</parent>
2222

2323
<artifactId>milo-opc-ua-stack</artifactId>

0 commit comments

Comments
 (0)