<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.jspringbot</groupId>
  <artifactId>robotframework</artifactId>
  <version>2.7.7.0.TEST</version>
  <name>robotframework</name>
  <description>High level test automation framework</description>
  <url>http://robotframework.org</url>

  <licenses>
    <license>
      <name>Apache 2</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
      <comments>A business-friendly OSS license</comments>
    </license>
  </licenses>
  
  <scm>
      <url>http://robotframework.googlecode.com/svn</url>
      <connection>http://robotframework.googlecode.com/svn</connection>
  </scm>
  
  <developers>
    <developer>
      <id>Robot Framework developers</id>
      <email>robotframework@gmail.com</email>
      <roles>
        <role>architect</role>
        <role>developer</role>
      </roles>
    </developer>
  </developers>
</project>