<project>
   <modelVersion>4.0.0</modelVersion>
   
   <groupId>org.flexunit</groupId>
   <artifactId>flexunit</artifactId>
   <packaging>swc</packaging>
   <name>FlexUnit Core Library</name>
   <version>4.1.0</version>
   <description>FlexUnit core library</description>
   <url>http://flexunit.org</url>
   
   <licenses>
      <license>
         <name>MIT License</name>
         <url>http://docs.flexunit.org/index.php?title=License</url>
         <comments>
         Copyright (c) 2007 Digital Primates IT Consulting Group
         
         Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation 
         files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, 
         modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software 
         is furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 
         OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE 
         LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR 
         IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
         </comments>
         <distribution>repo</distribution>
      </license>
   </licenses>
   
   <developers>
      <developer>
         <id>mlabriola</id>
         <name>Michael Labriola</name>
         <email>mlabriola@digitalprimates.net</email>
         <url>http://blogs.digitalprimates.net/codeSlinger/</url>
         <organization>Digital Primates IT Consulting Group</organization>
         <organizationUrl>http://www.digitalprimates.net</organizationUrl>
         <roles>
            <role>architect</role>
            <role>developer</role>
         </roles>
         <timezone>-6</timezone>
      </developer>
      <developer>
         <id>blegros</id>
         <name>Brian LeGros</name>
         <email>me@brianlegros.com</email>
         <url>http://brianlegros.com/blog</url>
         <roles>
            <role>developer</role>
         </roles>
         <timezone>-5</timezone>
      </developer>
   </developers>
   
   <scm>
      <connection>scm:git:git@github.com:flexunit/flexunit.git</connection>
      <developerConnection>scm:git:git@github.com:flexunit/flexunit.git</developerConnection>
      <url>git@github.com:flexunit/flexunit.git</url>
   </scm>
</project>