Skip to content

Commit 641d0cf

Browse files
committed
Update pom.xml
1 parent 1a0718a commit 641d0cf

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pom.xml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,24 @@
1010

1111
<name>tinystruct-archetype</name>
1212
<description>Maven archetype for tinystruct applications</description>
13+
<url>https://tinystruct.org</url>
14+
<licenses>
15+
<license>
16+
<name>Apache 2.0</name>
17+
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
18+
</license>
19+
</licenses>
20+
<scm>
21+
<url>https://github.com/tinystruct/tinystruct</url>
22+
</scm>
23+
<developers>
24+
<developer>
25+
<name>James Zhou</name>
26+
<email>[email protected]</email>
27+
<organizationUrl>https://tinystruct.org</organizationUrl>
28+
</developer>
29+
</developers>
30+
1331
<properties>
1432
<!-- Always compile and filter using UTF-8 -->
1533
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)