Revision 33108

View differences:

tags/v2_0_0_Build_2009/org.gvsig.core.maven.dependencies/pom.xml
1
<?xml version="1.0" encoding="UTF-8"?>
2
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4
	<modelVersion>4.0.0</modelVersion>
5
	<groupId>org.gvsig</groupId>
6
	<artifactId>org.gvsig.core.maven.dependencies</artifactId>
7
	<version>2.0.0-SNAPSHOT</version>
8
	<packaging>pom</packaging>
9
	<name>org.gvsig.core.maven.dependencies</name>
10
	<description>gvSIG core dependencies on gvSIG own projects </description>
11
	<parent>
12
		<groupId>org.gvsig</groupId>
13
		<artifactId>org.gvsig.maven.base.pom</artifactId>
14
		<version>1.0.6-SNAPSHOT</version>
15
	</parent>
16
	<scm>
17
		<connection>
18
			scm:svn:http://subversion.gvsig.org/gvSIG/branches/v2_0_0_prep/	    
19
	    </connection>
20
		<developerConnection>
21
			scm:svn:https://gvsig.org/svn/gvSIG/branches/v2_0_0_prep/
22
	    </developerConnection>
23
		<url>http://subversion.gvsig.org/viewvc/?root=gvSIG</url>
24
		<tag>v2_0_0_prep</tag>
25
	</scm>
26
	<repositories>
27
		<repository>
28
			<id>gvsig-public-http-repository</id>
29
			<name>gvSIG maven public HTTP repository</name>
30
			<url>http://gvsig-desktop.forge.osor.eu/downloads/pub/projects/gvSIG-desktop/maven-repository</url>
31
			<releases>
32
				<enabled>true</enabled>
33
				<updatePolicy>daily</updatePolicy>
34
				<checksumPolicy>warn</checksumPolicy>
35
			</releases>
36
			<snapshots>
37
				<enabled>true</enabled>
38
				<updatePolicy>daily</updatePolicy>
39
				<checksumPolicy>warn</checksumPolicy>
40
			</snapshots>	
41
		</repository>
42
	</repositories>
43
	<dependencyManagement>
44
		<dependencies>
45
			<dependency>
46
				<groupId>org.gvsig</groupId>
47
				<artifactId>org.gvsig.tools.lib</artifactId>
48
				<version>2.1.0-SNAPSHOT</version>
49
			</dependency>
50
			<dependency>
51
				<groupId>org.gvsig</groupId>
52
				<artifactId>org.gvsig.tools.lib</artifactId>
53
				<version>2.1.0-SNAPSHOT</version>
54
				<classifier>tests</classifier>
55
				<scope>test</scope>
56
			</dependency>
57
            <dependency>
58
                <groupId>org.gvsig</groupId>
59
                <artifactId>org.gvsig.tools.swing.api</artifactId>
60
                <version>2.1.0-SNAPSHOT</version>
61
            </dependency>
62
            <dependency>
63
                <groupId>org.gvsig</groupId>
64
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
65
                <version>2.1.0-SNAPSHOT</version>
66
            </dependency>
67
            <dependency>
68
                <groupId>org.gvsig</groupId>
69
                <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
70
                <version>2.1.0-SNAPSHOT</version>
71
            </dependency>
72
            <dependency>
73
                <groupId>org.gvsig</groupId>
74
                <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
75
                <version>2.1.0-SNAPSHOT</version>
76
            </dependency>
77
            <dependency>
78
                <groupId>org.gvsig</groupId>
79
                <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
80
                <version>2.1.0-SNAPSHOT</version>
81
            </dependency>
82
            <dependency>
83
                <groupId>org.gvsig</groupId>
84
                <artifactId>org.gvsig.tools.swing.spi</artifactId>
85
                <version>2.1.0-SNAPSHOT</version>
86
            </dependency>
87
		</dependencies>
88
	</dependencyManagement>		
89
</project>
tags/v2_0_0_Build_2009/org.gvsig.core.maven.dependencies/.project
1
<?xml version="1.0" encoding="UTF-8"?>
2
<projectDescription>
3
	<name>org.gvsig.core.maven.dependencies</name>
4
	<comment></comment>
5
	<projects>
6
	</projects>
7
	<buildSpec>
8
	</buildSpec>
9
	<natures>
10
	</natures>
11
</projectDescription>
0 12

  

Also available in: Unified diff