From 8a1cd2c2734db7f2a262a7df468e31ecc96c0f5e Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Wed, 9 Apr 2025 07:02:58 -0700 Subject: [PATCH 1/3] Add missing info to pom.xml --- pom.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/pom.xml b/pom.xml index bbdb5c6..ce4d786 100644 --- a/pom.xml +++ b/pom.xml @@ -8,6 +8,33 @@ data-type-test 0.2-SNAPSHOT + DataTypeTest + DataType test types and UANodeSet XML file. + https://github.com/digitalpetri/DataTypeTest + + + + kevinherron + Kevin Herron + kevinherron@gmail.com + + + + + + Eclipse Public License - v 2.0 + https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html + repo + + + + + https://github.com/digitalpetri/DataTypeTest + scm:git:git://github.com/digitalpetri/DataTypeTest.git + scm:git:git@github.com:digitalpetri/DataTypeTest.git + HEAD + + 17 17 From 1043645b616c69032a56eba365aa006a252f6742 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Wed, 9 Apr 2025 06:54:04 -0700 Subject: [PATCH 2/3] Set version to 0.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ce4d786..0a52434 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.opcua data-type-test - 0.2-SNAPSHOT + 0.2 DataTypeTest DataType test types and UANodeSet XML file. From b0ac266d37d4d9ea2d4d5d8753f45d72d6e1be87 Mon Sep 17 00:00:00 2001 From: Kevin Herron Date: Wed, 9 Apr 2025 07:13:38 -0700 Subject: [PATCH 3/3] Set version to 0.3-SNAPSHOT --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a52434..c1c2665 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.digitalpetri.opcua data-type-test - 0.2 + 0.3-SNAPSHOT DataTypeTest DataType test types and UANodeSet XML file.