Revision 719

View differences:

org.gvsig.animation3d/trunk/org.gvsig.animation3d/pom.xml
1
<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">
2
  <modelVersion>4.0.0</modelVersion>
3
  <parent>
4
    <groupId>org.gvsig</groupId>
5
    <artifactId>org.gvsig.desktop</artifactId>
6
    <version>2.0.146-SNAPSHOT</version>
7
  </parent>
8
  <groupId>org.gvsig</groupId>
9
  <artifactId>org.gvsig.animation3d</artifactId>
10
  <version>1.0.0-SNAPSHOT</version>
11
  <packaging>pom</packaging>
12
  <name>org.gvsig.animation3d</name>
13
  <modules>
14
  	<module>org.gvsig.animation3d.app</module>
15
  	<module>org.gvsig.animation3d.swing</module>
16
  </modules>
17
  
18
  <properties>
19
  	<org.gvsig.view3d.version>1.0.23</org.gvsig.view3d.version>
20
  </properties>
21
  
22
  <dependencyManagement>
23
  	<dependencies>
24
		<dependency>
25
			<groupId>org.gvsig</groupId>
26
			<artifactId>org.gvsig.view3d</artifactId>
27
			<scope>import</scope>
28
			<type>pom</type>
29
			<version>${org.gvsig.view3d.version}</version>
30
		</dependency>
31
		<dependency>
32
			<groupId>org.gvsig</groupId>
33
			<artifactId>org.gvsig.animation3d.swing.api</artifactId>
34
			<version>1.0.0-SNAPSHOT</version>
35
		</dependency>
36
		<dependency>
37
			<groupId>org.gvsig</groupId>
38
			<artifactId>org.gvsig.animation3d.swing.impl</artifactId>
39
			<version>1.0.0-SNAPSHOT</version>
40
		</dependency>  	
41
  	</dependencies>
42
  </dependencyManagement>
1
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2
	xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3
	<modelVersion>4.0.0</modelVersion>
4
	<parent>
5
		<groupId>org.gvsig</groupId>
6
		<artifactId>org.gvsig.desktop</artifactId>
7
		<version>2.0.146-SNAPSHOT</version>
8
	</parent>
9
	<groupId>org.gvsig</groupId>
10
	<artifactId>org.gvsig.animation3d</artifactId>
11
	<version>1.0.0-SNAPSHOT</version>
12
	<packaging>pom</packaging>
13
	<name>org.gvsig.animation3d</name>
14

  
15
	<url>https://devel.gvsig.org/sites/org.gvsig.view3d/${project.version}</url>
16
	<scm>
17
		<connection>scm:svn:https://devel.gvsig.org/svn/gvsig-3d/org.gvsig.animation3d/trunk/${project.artifactId}</connection>
18
		<developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-3d/org.gvsig.animation3d/trunk/${project.artifactId}</developerConnection>
19
		<url>https://redmine.gvsig.net/redmine/projects/gvsig-3d/repository/show/org.gvsig.animation3d/trunk/${project.artifactId}</url>
20
	</scm>
21

  
22
	<distributionManagement>
23
		<site>
24
			<id>gvsig-repository</id>
25
			<url>dav:https://devel.gvsig.org/sites/org.gvsig.animation3d/${project.version}</url>
26
		</site>
27
	</distributionManagement>
28
	<build>
29
		<plugins>
30
			<plugin>
31
				<groupId>org.apache.maven.plugins</groupId>
32
				<artifactId>maven-release-plugin</artifactId>
33
				<configuration>
34
					<tagBase>https://devel.gvsig.org/svn/gvsig-3d/org.gvsig.animation3d/tags</tagBase>
35
					<goal>deploy</goal>
36
				</configuration>
37
			</plugin>
38
		</plugins>
39
	</build>
40

  
41
	<modules>
42
		<module>org.gvsig.animation3d.app</module>
43
		<module>org.gvsig.animation3d.swing</module>
44
	</modules>
45

  
46
	<properties>
47
		<org.gvsig.view3d.version>1.0.23</org.gvsig.view3d.version>
48
	</properties>
49

  
50
	<dependencyManagement>
51
		<dependencies>
52
			<dependency>
53
				<groupId>org.gvsig</groupId>
54
				<artifactId>org.gvsig.view3d</artifactId>
55
				<scope>import</scope>
56
				<type>pom</type>
57
				<version>${org.gvsig.view3d.version}</version>
58
			</dependency>
59
			<dependency>
60
				<groupId>org.gvsig</groupId>
61
				<artifactId>org.gvsig.animation3d.swing.api</artifactId>
62
				<version>1.0.0-SNAPSHOT</version>
63
			</dependency>
64
			<dependency>
65
				<groupId>org.gvsig</groupId>
66
				<artifactId>org.gvsig.animation3d.swing.impl</artifactId>
67
				<version>1.0.0-SNAPSHOT</version>
68
			</dependency>
69
		</dependencies>
70
	</dependencyManagement>
43 71
</project>

Also available in: Unified diff