Skip to content

Commit ba59609

Browse files
Update pom.xml
1 parent d0e8bb2 commit ba59609

1 file changed

Lines changed: 37 additions & 4 deletions

File tree

pom.xml

Lines changed: 37 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,54 @@
1414
</parent>
1515

1616
<!-- Basic project information -->
17-
<groupId>smarpot.com</groupId>
17+
<groupId>smarpot.app</groupId>
1818
<artifactId>api</artifactId>
1919
<version>0.0.1-SNAPSHOT</version>
2020
<name>SmartPot-API</name>
2121
<description>SmartPot-API</description>
22-
<url />
22+
<url>https://github.com/SmartPotTech/SmartPot-API</url>
2323

2424
<!-- Licenses for the project -->
2525
<licenses>
26-
<license />
26+
<license>
27+
<name>MIT License</name>
28+
<url>https://opensource.org/licenses/MIT</url>
29+
<distribution>repo</distribution>
30+
</license>
2731
</licenses>
2832

33+
2934
<!-- Developers involved in the project -->
3035
<developers>
31-
<developer />
36+
<developer>
37+
<id>SebastianLopezO</id>
38+
<name>Sebastián López Osorno</name>
39+
<email>sebastianlopezosorno2005@gmail.com</email>
40+
<url>https://github.com/SebastianLopezO</url>
41+
<roles>
42+
<role>Lead Developer</role>
43+
</roles>
44+
</developer>
45+
46+
<developer>
47+
<id>darwingtx</id>
48+
<name>Darwin David Castaño</name>
49+
<email></email>
50+
<url>https://github.com/darwingtx</url>
51+
<roles>
52+
<role>Developer</role>
53+
</roles>
54+
</developer>
55+
56+
<developer>
57+
<id>Andres2204</id>
58+
<name>Andrés Medina Martínez</name>
59+
<email></email>
60+
<url>https://github.com/Andres2204</url>
61+
<roles>
62+
<role>Developer</role>
63+
</roles>
64+
</developer>
3265
</developers>
3366

3467
<!-- Source control management (SCM) configuration -->

0 commit comments

Comments
 (0)