<?xml version="1.0"?>

<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/maven-v4_0_0.xsd">

  <modelVersion>4.0.0</modelVersion>

  <groupId>net.sf</groupId>
  <artifactId>sahi</artifactId>
  <version>3.5</version>
  <packaging>jar</packaging>

  <name>Sahi</name>
  <description>
    Sahi is an automation tool to test web applications. Sahi injects javascript
    into web pages using a proxy and the javascript helps automate web 
    applications.

    Sahi is a tester friendly tool. It abstracts out most difficulties that 
    testers face while automating web applications. Some salient features 
    include excellent recorder, platform and browser independence, no XPaths, no
    waits, multithreaded playback, excellent Java interaction and inbuilt 
    reporting.
  </description>
  <url>http://sahi.co.in/w/sahi</url>
  <inceptionYear>2005</inceptionYear>

  <organization>
    <name>Tyto Software</name>
    <url>http://sahi.co.in/</url>
  </organization>

  <licenses>
    <license>
      <name>Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>

</project>

