<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>org.gvsig</groupId>
		<artifactId>org.gvsig.desktop</artifactId>
		<version>2.0.473</version>
	</parent>
	<groupId>org.gvsig</groupId>
	<artifactId>org.gvsig.attributeeditor</artifactId>
	<version>1.0.278</version>
	<packaging>pom</packaging>
	<name>org.gvsig.attributeeditor</name>
	<description>This plugins allows to edit the alphanumeric attributes of a layer.</description>

	<repositories>
		<repository>
			<id>gvsig-public-http-repository</id>
			<name>gvSIG maven public HTTP repository</name>
			<url>http://devel.gvsig.org/m2repo/j2se</url>
			<releases>
				<enabled>true</enabled>
				<updatePolicy>daily</updatePolicy>
				<checksumPolicy>warn</checksumPolicy>
			</releases>
			<snapshots>
				<enabled>true</enabled>
				<updatePolicy>daily</updatePolicy>
				<checksumPolicy>warn</checksumPolicy>
			</snapshots>
		</repository>
	</repositories>

	<scm>
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-attributeeditor/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.278</connection>
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-attributeeditor/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.278</developerConnection>
		<url>https://devel.gvsig.org/redmine/projects/gvsig-attributeeditor/repository/show/org.gvsig.attributeeditor/tags/org.gvsig.attributeeditor-1.0.278</url>
	</scm>


	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>org.gvsig</groupId>
				<artifactId>
    				org.gvsig.attributeeditor.app.mainplugin
    			</artifactId>
				<version>1.0.278</version>
			</dependency>
			<dependency>
				<groupId>org.gvsig</groupId>
				<artifactId>
    				org.gvsig.attributeeditor.mapcontrol
    			</artifactId>
				<version>1.0.278</version>
			</dependency>
		</dependencies>
	</dependencyManagement>

	<build>
		<plugins>
			<plugin>
				<groupId>org.apache.maven.plugins</groupId>
				<artifactId>maven-release-plugin</artifactId>
				<configuration>
					<tagBase>https://devel.gvsig.org/svn/gvsig-attributeeditor/${project.artifactId}/tags</tagBase>
					<goal>deploy</goal>
				</configuration>
			</plugin>
		</plugins>
	</build>

	<modules>
<!-- 		<module>org.gvsig.featureform.swing</module> -->
		<module>org.gvsig.attributeeditor.mapcontrol</module>
		<module>org.gvsig.attributeeditor.app</module>
	</modules>

	<dependencies>
	  <dependency>
	    <groupId>org.gvsig</groupId>
	    <artifactId>org.gvsig.fmap.dal.swing.api</artifactId>
	  </dependency>
	</dependencies>
</project>
