Skip to content

Commit d4ca9e9

Browse files
authored
Release version 0.2
2 parents cd05be4 + b0ac266 commit d4ca9e9

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

pom.xml

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,34 @@
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>

0 commit comments

Comments
 (0)