<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>jaas</groupId>
  <artifactId>jaas</artifactId>
  <version>1.0.1</version>
  <name>Java Authentication and Authorization Service</name>
  <description>
    The Java Authentication and Authorization Service (JAAS) is a set of APIs that enable services to authenticate and enforce access controls upon users. 
  </description>
  <url>http://java.sun.com/products/jaas</url>
  <distributionManagement>
    <relocation>
      <groupId>javax.security</groupId>
      <artifactId>jaas</artifactId>
      <version>1.0.01</version>
    </relocation>
  </distributionManagement>
</project>
