jsr250-api-1.0.pom 1023 B

1234567891011121314151617181920212223242526
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
  4. http://maven.apache.org/maven-v4_0_0.xsd">
  5. <modelVersion>4.0.0</modelVersion>
  6. <groupId>javax.annotation</groupId>
  7. <artifactId>jsr250-api</artifactId>
  8. <version>1.0</version>
  9. <name>JSR-250 Common Annotations for the JavaTM Platform</name>
  10. <description>JSR-250 Reference Implementation by Glassfish</description>
  11. <url>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</url>
  12. <licenses>
  13. <license>
  14. <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name>
  15. <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url>
  16. <distribution>repo</distribution>
  17. </license>
  18. </licenses>
  19. <dependencies/>
  20. <distributionManagement>
  21. <downloadUrl>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</downloadUrl>
  22. </distributionManagement>
  23. </project>