<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>org.gvsig.external</groupId>
	<artifactId>org.gvsig.external.jump</artifactId>
	<packaging>jar</packaging>
	<version>1.0.0</version>
	<name>org.gvsig.external.jump</name>
	
    <parent>
        <groupId>org.gvsig</groupId>
        <artifactId>org.gvsig.maven.base</artifactId>
        <version>1.0.9</version>
    </parent>
	<scm>
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-external-jump/tags/1.0.0</connection>
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-external-jump/tags/1.0.0</developerConnection>
		<url>scm:svn:https://devel.gvsig.org/svn/gvsig-external-jump/tags/1.0.0</url>
	</scm>
	
	
	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.gvsig</groupId>
				<artifactId>org.gvsig.maven.base</artifactId>
				<version>1.0.9</version>
				<type>pom</type>
				<scope>import</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>
	<dependencies>
		<dependency>
			<groupId>junit</groupId>
			<artifactId>junit</artifactId>
			<version>3.8.1</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>com.vividsolutions</groupId>
			<artifactId>jts</artifactId>
			<version>1.9</version>
			<scope>compile</scope>
		</dependency>
		<dependency>
			<groupId>org.gvsig</groupId>
			<artifactId>org.gvsig.i18n</artifactId>
			<version>2.0.1</version>
			<scope>compile</scope>
		</dependency>
	</dependencies>
	
	<build>
		<plugins>
			<plugin>
				<artifactId>maven-release-plugin</artifactId>
				<version>2.0</version>
				<configuration>
					<tagBase>https://devel.gvsig.org/svn/gvsig-external-jump/tags</tagBase>
				</configuration>
			</plugin>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-compiler-plugin</artifactId>
				<configuration>
					<source>1.5</source>
					<target>1.5</target>
					<!-- put your configurations here -->
					<encoding>ISO-8859-1</encoding>
				</configuration>
			</plugin>

		</plugins>
	
	</build>
</project>
