Skip to content

Commit

Permalink
Add developer and scm sections.
Browse files Browse the repository at this point in the history
Sonatype complains if these are missing.

similar-ish changes:
- cl/62226894
- cl/177486560
- jspecify/jspecify@3190434
- jspecify/jspecify@7cce133

I have omitted some values that I'm hoping we don't need (e.g., scm tag, developer timeZone and roles like [we have in Guava](https://github.com/google/guava/blob/0b1c477311b2c7a0a89f5e0ac785084e3ab15d34/pom.xml#L59)). (I am morally opposed in particular to expressing a time zone as an offset of hours from UTC, at least without setting up a reminder to update it for every DST transition :) OK, it looks like [we can actually use a real zone](https://maven.apache.org/pom.html#developers) if we need one.)

PiperOrigin-RevId: 614208351
  • Loading branch information
cpovirk authored and Copybara-Service committed Mar 9, 2024
1 parent 9202585 commit cff004b
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions annotations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@
</license>
</licenses>

<scm>
<url>http://github.com/google/j2objc</url>
<connection>scm:git:git://github.com/google/j2objc.git</connection>
<developerConnection>scm:git:ssh://git@github.com/google/j2objc.git</developerConnection>
</scm>

<developers>
<developer>
<id>tomball</id>
<name>Tom Ball</name>
<email>tball@google.com</email>
<organization>Google</organization>
<organizationUrl>https://www.google.com</organizationUrl>
</developer>
</developers>

<distributionManagement>
<snapshotRepository>
<id>sonatype-nexus-snapshots</id>
Expand Down

0 comments on commit cff004b

Please sign in to comment.