Revision 37315 branches/v2_0_0_prep/extensions/org.gvsig.annotation.app/pom.xml

View differences:

pom.xml
3 3
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4 4
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5 5
	<modelVersion>4.0.0</modelVersion>
6
	<groupId>org.gvsig</groupId>
7 6
	<artifactId>org.gvsig.annotation.app</artifactId>
8 7
	<packaging>pom</packaging>
9 8
	<version>1.0.0-SNAPSHOT</version>
......
14 13
- Editing single labelling (position and label settings)
15 14
</description>
16 15
	<url>http://gvsig-desktop.forge.osor.eu/downloads/pub/projects/gvSIG-desktop/docs/reference/org.gvsig.annotation/${project.version}/basic/org.gvsig.annotation.app</url>
17
	<parent>
18
		<groupId>org.gvsig</groupId>
19
		<artifactId>gvsig-base-extension-pom</artifactId>
20
		<version>2.0-SNAPSHOT</version>
21
	</parent>
16
    <parent>
17
        <groupId>org.gvsig</groupId>
18
        <artifactId>org.gvsig.maven.base.extension.pom</artifactId>
19
        <version>1.0.8-SNAPSHOT</version>
20
    </parent>
22 21

  
23 22
	<scm>
24 23
		<connection>scm:svn:https://svn.forge.osor.eu/svn/gvsig-annotation/org.gvsig.annotation/extension/trunk</connection>
......
89 88
			</plugin>
90 89
		</plugins>
91 90
	</build>
92
	<dependencyManagement>
93
		<dependencies>
91
    <dependencyManagement>
92
        <dependencies>          
93
            <dependency>
94
                <groupId>org.gvsig</groupId>
95
                <artifactId>org.gvsig.core.maven.dependencies</artifactId>
96
                <version>2.0.1-SNAPSHOT</version>
97
                <type>pom</type>
98
                <scope>import</scope>
99
            </dependency>
94 100
			<dependency>
95 101
				<groupId>org.gvsig</groupId>
96 102
				<artifactId>org.gvsig.editing</artifactId>
......
128 134
		<module>org.gvsig.annotation.app.extension</module>
129 135
	</modules>
130 136
    
131
    <properties>
132
        <build-dir>${basedir}/../build</build-dir>
133
    </properties>
134

  
135 137
</project>

Also available in: Unified diff