Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update developers list in pom.xml #4714

Open
jodygarnett opened this issue May 26, 2020 · 2 comments
Open

update developers list in pom.xml #4714

jodygarnett opened this issue May 26, 2020 · 2 comments
Labels
stale stale issue flagged for closure.

Comments

@jodygarnett
Copy link
Contributor

This is a follow up to #4700 updating the pom.xml structure.

The original is:

  <!-- TODO developer part-->
  <developers>
    <developer>
      <name/>
      <id/>
      <organization/>
      <organizationUrl/>
      <email/>
      <roles>
        <role/>
      </roles>
      <timezone/>
    </developer>
  </developers>

The following is removed from #4700 above:

  <developers>
    <developer>
      <name>Christophe Mangeat</name>
      <id>cmangeat</id>
      <organization>camptocamp</organization>
      <organizationUrl>https://camptocamp.com</organizationUrl>
      <email>[email protected]</email>
      <roles>
        <role>Java Developer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <name>Florent Gravin</name>
      <id>fgravin</id>
      <organization>camptocamp</organization>
      <organizationUrl>https://camptocamp.com</organizationUrl>
      <email>[email protected]</email>
      <roles>
        <role>Project Steering Committee</role>
        <role>Java Developer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <name>Olivier Guyot</name>
      <id>jahow</id>
      <organization>camptocamp</organization>
      <organizationUrl>https://camptocamp.com</organizationUrl>
      <email>[email protected]</email>
      <roles>
        <role>Java Developer</role>
      </roles>
      <timezone>Europe/Paris</timezone>
    </developer>
    <developer>
      <name>Jody Garnett</name>
      <id>jodygarnett</id>
      <organization>GeoCat B.V.</organization>
      <organizationUrl>https://www.geocat.net</organizationUrl>
      <email>[email protected]</email>
      <roles>
        <role>Java Developer</role>
        <role>Maven Build</role>
      </roles>
      <timezone>America/Vancouver</timezone>
    </developer>
    <!-- TODO add developers, alphabetical by user name-->
  </developers>
@jodygarnett
Copy link
Contributor Author

A couple more requests:

@fxprunayre
Copy link
Member

You can probably take the list from https://geonetwork-opensource.org/manuals/trunk/en/overview/authors.html

@ticheler ticheler added the stale stale issue flagged for closure. label Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale stale issue flagged for closure.
Projects
None yet
Development

No branches or pull requests

3 participants