<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.dine11101</groupId>
  <artifactId>sikuli</artifactId>
  <version>0.0.2</version>
  <packaging>jar</packaging>
  <name>testing</name>
  <description>A demo for deployment to central repo via OSSRH</description>
  <url>https://github.com/dine11101</url>
  <licenses>
    <license>
    <name>The Apache Software License,Version 2.0</name>
    <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
   <developer>
   <name>dineshmadan</name>
   <email>dinesh.codoid@gmail.com</email>
   <organization>Codoid inc</organization>
   <organizationUrl>http://www.codoid.com</organizationUrl>
   </developer>
  </developers>
  <scm>
   <connection>scm:git:git://github.com/dine11101/sikuli.git</connection>
   <developerConnection>scm:git:git@github.com/dine11101/sikuli.git</developerConnection>
   <url>http//github.com/dine11101/testing/tree/master</url>
  </scm>
  <properties>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
    <dependency>
     	<groupId>org.seleniumhq.selenium</groupId>
     	<artifactId>selenium-java</artifactId>
     	<version>2.44.0</version>
   	</dependency>  
    <dependency>
    	<groupId>org.testng</groupId>
    	<artifactId>testng</artifactId>
    	<version>6.8.8</version>
    	<scope>test</scope>
 	</dependency>
  </dependencies>
</project>
