Skip to content

Commit 95c6df9

Browse files
committed
Fix missing pom fields for stable releases
1 parent a19c10d commit 95c6df9

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

pom.xml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,25 @@
5353
<url>http://www.microsoft.com/</url>
5454
</organization>
5555

56+
<developers>
57+
<developer>
58+
<id>vboctor</id>
59+
<name>Victor Boctor</name>
60+
<email>[email protected]</email>
61+
<url>http://www.github.com/officedev/ews-java-api</url>
62+
<organization>Microsoft</organization>
63+
<organizationUrl>http://www.microsoft.com</organizationUrl>
64+
<roles>
65+
<role>administrator</role>
66+
<role>developer</role>
67+
</roles>
68+
<timezone>America/New_York</timezone>
69+
<properties>
70+
<picUrl>http://www.example.com/jdoe/pic</picUrl>
71+
</properties>
72+
</developer>
73+
</developers>
74+
5675
<properties>
5776
<!-- Eliminates the file encoding warning. Of course, all of your files
5877
should probably be UTF-8 nowadays. -->
@@ -248,6 +267,8 @@
248267
<configuration>
249268
<!-- Ref.: http://books.sonatype.com/nexus-book/reference/staging-deployment.html -->
250269
<autoReleaseAfterClose>true</autoReleaseAfterClose>
270+
<serverId>ossrh</serverId>
271+
<nexusUrl>https://oss.sonatype.org/</nexusUrl>
251272
</configuration>
252273
</plugin>
253274
<plugin>

0 commit comments

Comments
 (0)