Skip to content

Commit

Permalink
Updating for pom for OSSRH compliance reasons.
Browse files Browse the repository at this point in the history
+ scm/connection is non-developer url
+ developers/developer has reference to project
  (following ee4j parent lead here)
+ contributors/contributor referencing
  project contributors graph on github
  (following ee4j parent and jaxrs-api lead here)

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
  • Loading branch information
joakime committed Sep 19, 2018
1 parent 7846560 commit 2fbf9ee
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<url>https://projects.eclipse.org/projects/ee4j.websocket</url>

<scm>
<connection>scm:git:ssh://git@github.com/eclipse-ee4j/websocket-api</connection>
<connection>scm:git:https://github.com/eclipse-ee4j/websocket-api</connection>
<developerConnection>scm:git:ssh://git@github.com/eclipse-ee4j/websocket-api</developerConnection>
<url>https://github.com/eclipse-ee4j/websocket-api</url>
<tag>1.1</tag>
Expand All @@ -60,6 +60,12 @@
</licenses>

<developers>
<developer>
<id>jakarta-ee4j-websocket</id>
<name>Jakarta Eclipse EE4J WebSocket API Developers</name>
<organization>Eclipse Foundation</organization>
<email>websocket-dev@eclipse.org</email>
</developer>
<developer>
<id>roman_grigoriadi</id>
<name>Roman Grigoriadi</name>
Expand All @@ -71,6 +77,11 @@
</developers>

<contributors>
<contributor>
<name>WebSocket API Contributors</name>
<email>websocket-dev@eclipse.org</email>
<url>https://github.com/eclipse-ee4j/websocket-api/graphs/contributors</url>
</contributor>
<contributor>
<name>Jitendra Kotamraju</name>
<url>http://weblogs.java.net/blog/jitu</url>
Expand Down

0 comments on commit 2fbf9ee

Please sign in to comment.