File tree Expand file tree Collapse file tree 1 file changed +28
-1
lines changed
Expand file tree Collapse file tree 1 file changed +28
-1
lines changed Original file line number Diff line number Diff line change 66
77 <groupId >com.digitalpetri.opcua</groupId >
88 <artifactId >data-type-test</artifactId >
9- <version >0.2-SNAPSHOT</version >
9+ <version >0.3-SNAPSHOT</version >
10+
11+ <name >DataTypeTest</name >
12+ <description >DataType test types and UANodeSet XML file.</description >
13+ <url >https://github.com/digitalpetri/DataTypeTest</url >
14+
15+ <developers >
16+ <developer >
17+ <id >kevinherron</id >
18+ <name >Kevin Herron</name >
19+ <email >kevinherron@gmail.com</email >
20+ </developer >
21+ </developers >
22+
23+ <licenses >
24+ <license >
25+ <name >Eclipse Public License - v 2.0</name >
26+ <url >https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html</url >
27+ <distribution >repo</distribution >
28+ </license >
29+ </licenses >
30+
31+ <scm >
32+ <url >https://github.com/digitalpetri/DataTypeTest</url >
33+ <connection >scm:git:git://github.com/digitalpetri/DataTypeTest.git</connection >
34+ <developerConnection >scm:git:git@github.com:digitalpetri/DataTypeTest.git</developerConnection >
35+ <tag >HEAD</tag >
36+ </scm >
1037
1138 <properties >
1239 <maven .compiler.source>17</maven .compiler.source>
You can’t perform that action at this time.
0 commit comments