<?xml version="1.0" encoding="UTF-8"?>
<!-- 
	|
	| Copyright (c) 2007 MindTree Consulting Ltd.
	| 
	| This file is part of Insight Release Engineering Tools.
	| 
	| Insight Release Engineering Tools is free software: you can redistribute 
	| it and/or modify it under the terms of the GNU General Public License as 
	| published by the Free Software Foundation, either version 3 of the License, 
	| or (at your option) any later version.
	| 
	| Insight Release Engineering Tools is distributed in the hope that it will 
	| be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of 
	| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General 
	| Public License for more details.
	| 
	| You should have received a copy of the GNU General Public License along with 
	| Insight Release Engineering Tools. If not, see 
	| <http://www.gnu.org/licenses/>.
	|
-->
<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">
	<parent>
		<groupId>com.mindtree.techworks.insight.releng</groupId>
		<artifactId>mvn-plugins-parent</artifactId>
		<version>1.0.0</version>
		<relativePath>../mvn-plugins-parent/pom.xml</relativePath>
	</parent>
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.mindtree.techworks.insight.releng</groupId>
	<artifactId>maven-jsmooth-plugin</artifactId>
	<packaging>maven-plugin</packaging>
	<version>0.2.0</version>
	<name>Insight Maven JSmooth Plugin</name>
	<description>Generates Windows Executables</description>
	<url>http://mindtreeinsight.sourceforge.net/releng/maven-jsmooth-plugin/</url>
	<licenses>
       <license>
            <name>GNU General Public License v3.0</name>
            <url>http://www.gnu.org/licenses/gpl-3.0-standalone.html</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
	<dependencies>
		<dependency>
		  <groupId>org.apache.maven</groupId>
		  <artifactId>maven-plugin-api</artifactId>
		  <version>2.0.8</version>
		</dependency>
		<dependency>
		  <groupId>org.apache.maven</groupId>
		  <artifactId>maven-project</artifactId>
		  <version>2.0.8</version>
		</dependency>
		<dependency>
			<groupId>net.charabia</groupId>
			<artifactId>jsmoothgen</artifactId>
			<version>0.9.9-7</version>
		</dependency>
	</dependencies>
	<scm>
		<connection>scm:svn:http://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/releng/maven-jsmooth-plugin/</connection>
		<developerConnection>scm:svn:https://mindtreeinsight.svn.sourceforge.net/svnroot/mindtreeinsight/releng/maven-jsmooth-plugin/</developerConnection>
		<url>http://mindtreeinsight.svn.sourceforge.net/viewvc/mindtreeinsight/releng/maven-jsmooth-plugin/</url>
		<tag>maven-jsmooth-plugin-0.2.0</tag>
	</scm>
</project>