Skip to content

Commit 9995c8c

Browse files
committed
Set version to 1.1.0
1 parent 1db23c0 commit 9995c8c

File tree

23 files changed

+46
-46
lines changed

23 files changed

+46
-46
lines changed

milo-bom/pom.xml

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.eclipse.milo</groupId>
2020
<artifactId>milo</artifactId>
21-
<version>1.0.9-SNAPSHOT</version>
21+
<version>1.1.0</version>
2222
</parent>
2323

2424
<name>Milo :: Bill of Materials</name>

milo-examples/client-examples/pom.xml

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-examples</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: Client Examples</name>

milo-examples/pom.xml

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: Examples</name>

milo-examples/server-examples/pom.xml

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-examples</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: Server Examples</name>

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

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: Codec JSON</name>

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

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: DTD Core</name>

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

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: DTD Manager</name>

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

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: DTD Reader</name>

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

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo-opc-ua-sdk</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: Integration Tests</name>

opc-ua-sdk/pom.xml

Lines changed: 2 additions & 2 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) 2025 the Eclipse Milo Authors
3+
~ Copyright (c) 2026 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
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.eclipse.milo</groupId>
1919
<artifactId>milo</artifactId>
20-
<version>1.0.9-SNAPSHOT</version>
20+
<version>1.1.0</version>
2121
</parent>
2222

2323
<name>Milo :: OPC UA SDK</name>

0 commit comments

Comments
 (0)