perfmark-api-0.25.0.pom 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
  3. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4. <!-- This module was also published with a richer model, Gradle metadata, -->
  5. <!-- which should be used instead. Do not delete the following line which -->
  6. <!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
  7. <!-- that they should prefer consuming it instead. -->
  8. <!-- do_not_remove: published-with-gradle-metadata -->
  9. <modelVersion>4.0.0</modelVersion>
  10. <groupId>io.perfmark</groupId>
  11. <artifactId>perfmark-api</artifactId>
  12. <version>0.25.0</version>
  13. <name>perfmark:perfmark-api</name>
  14. <description>PerfMark API</description>
  15. <url>https://github.com/perfmark/perfmark</url>
  16. <licenses>
  17. <license>
  18. <name>Apache 2.0</name>
  19. <url>https://opensource.org/licenses/Apache-2.0</url>
  20. </license>
  21. </licenses>
  22. <developers>
  23. <developer>
  24. <id>carl-mastrangelo</id>
  25. <name>Carl Mastrangelo</name>
  26. <email>carl@carlmastrangelo.com</email>
  27. <url>https://www.perfmark.io/</url>
  28. </developer>
  29. </developers>
  30. <scm>
  31. <connection>scm:git:https://github.com/perfmark/perfmark.git</connection>
  32. <developerConnection>scm:git@github.com:perfmark/perfmark.git</developerConnection>
  33. <url>https://github.com/perfmark/perfmark</url>
  34. </scm>
  35. </project>