Skip to content
This repository was archived by the owner on Jul 1, 2025. It is now read-only.

Commit 5d7d053

Browse files
authored
Merge pull request #276 from dfcoffin/master
Add documentation to pom.xml
2 parents 2dcdf5d + 62e4260 commit 5d7d053

File tree

1 file changed

+52
-3
lines changed

1 file changed

+52
-3
lines changed

pom.xml

Lines changed: 52 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,63 @@
2424
<artifactId>Common</artifactId>
2525
<version>1.3-SNAPSHOT</version>
2626
<packaging>jar</packaging>
27-
2827
<name>Common</name>
28+
<organization>
29+
<name>EnergyOS.org</name>
30+
<url>http://www.energyos.org</url>
31+
</organization>
32+
33+
<licenses>
34+
<license>
35+
<name>The Apache Software License, Version 2.0</name>
36+
<url>http://www.apache.org/licenses/LICENSE-2.o.txt</url>
37+
</license>
38+
</licenses>
2939

3040
<scm>
31-
<!-- Replace the connection below with your project connection -->
32-
<!-- http://mariuszprzydatek.com/2013/09/18/displaying-git-build-number-hash-in-your-rest-api/ -->
3341
<connection>scm:git:https://github.com/energyos/OpenESPI-Common-java.git/</connection>
42+
<developerConnection>scm:git:git@github.com:energyos/OpenESPI-Common-java.git</developerConnection>
43+
<url>https://github.com/energyos/OpenESPI-Common-java.git</url>
44+
<tag>HEAD</tag>
3445
</scm>
46+
47+
<developers>
48+
<developer>
49+
<id>jteeter</id>
50+
<name>John Teeter</name>
51+
<email>john.teeter@energyos.org</email>
52+
</developer>
53+
54+
<developer>
55+
<id>dcoffin</id>
56+
<name>Donald F. Coffin</name>
57+
<email>donald.coffin@reminetworks.com</email>
58+
</developer>
59+
60+
<developer>
61+
<id>mburns</id>
62+
<name>Dr. Martin J. Burns</name>
63+
<email>marty@hypertek.us</email>
64+
</developer>
65+
66+
<developer>
67+
<id>apliszka</id>
68+
<name>Andy Pliszka</name>
69+
<email>apliska@pivotal.io</email>
70+
</developer>
71+
72+
<developer>
73+
<id>rclutton</id>
74+
<name>Robbie Clutton</name>
75+
<email>rclutton@pivotal.io</email>
76+
</developer>
77+
78+
<developer>
79+
<id>wramsey</id>
80+
<name>William Ramsey</name>
81+
<email>wramsey@pivotal.io</email>
82+
</developer>
83+
</developers>
3584

3685
<profiles>
3786

0 commit comments

Comments
 (0)