<?xml version="1.0" encoding="UTF-8"?>
<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>
  <parent>
    <groupId>com.github.venkatramanm.swf-all</groupId>
    <artifactId>swf-all</artifactId>
    <version>2.10</version>
  </parent>
  <artifactId>swf-plugin-bootstrap</artifactId>
  <name>swf-plugin-bootstrap</name>
  <description>swf-plugin-bootstrap</description>
  <version>1.0</version>

  <url>http://maven.apache.org</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git:git@github.com:venkatramanm/swf-plugin-bootstrap.git</connection>
    <developerConnection>scm:git:git@github.com:venkatramanm/swf-plugin-bootstrap.git</developerConnection>
    <url>https://github.com/venkatramanm/swf-plugin-bootstrap/tree/master</url>
  </scm>
  <developers>
    <developer> 
      <id>venky</id>
      <name>Venkatraman Mahadevan</name>
      <email>venkatramanm@yahoo.com</email>
    </developer>
  </developers>
  <properties>
  	<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <dependencies>
  	<dependency>
        <groupId>${project.groupId}</groupId>
  		<artifactId>swf</artifactId>
        <version>[2.10,3.0)</version>
  	</dependency>
  </dependencies>

</project>
