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 13 <licenses> 14 <license> 15 <name>COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0</name> 16 <url>https://glassfish.dev.java.net/public/CDDLv1.0.html</url> 17 <distribution>repo</distribution> 18 </license> 19 </licenses> 20 21 <dependencies/> 22 23 <distributionManagement> 24 <downloadUrl>http://jcp.org/aboutJava/communityprocess/final/jsr250/index.html</downloadUrl> 25 </distributionManagement> 26 </project> 27