Revision 1682 org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing/org.gvsig.raster.georeferencing.framework/org.gvsig.raster.georeferencing.framework.api/pom.xml

View differences:

pom.xml
8 8
	<parent>
9 9
		<groupId>org.gvsig</groupId>
10 10
		<artifactId>org.gvsig.raster.georeferencing.framework</artifactId>
11
		<version>2.0.0-SNAPSHOT</version>
11
		<version>2.0.1-SNAPSHOT</version>
12 12
	</parent>
13 13
	<dependencies>
14
		<dependency>
15
            <groupId>org.gvsig</groupId>
16
            <artifactId>org.gvsig.tools.lib</artifactId>
17
            <type>test-jar</type>
18
            <scope>test</scope>
19
        </dependency>
20 14
        <dependency>
21 15
            <groupId>org.gvsig</groupId>
22 16
            <artifactId>org.gvsig.compat</artifactId>
......
26 20
           	<groupId>org.gvsig</groupId>
27 21
           	<artifactId>org.gvsig.raster.georeferencing.swing.api</artifactId>
28 22
           	<scope>compile</scope>
29
           	<version>2.0.0-SNAPSHOT</version>
30 23
        </dependency>
31 24
     </dependencies>
32
	<build>
33
		<plugins>
34
			<plugin>
35
				<groupId>org.apache.maven.plugins</groupId>
36
				<artifactId>maven-jar-plugin</artifactId>
37
				<configuration>
38
				</configuration>
39
				<executions>
40
				<!--
41
				Generates a jar file only with the test classes
42
				-->
43
					<execution>
44
						<goals>
45
							<goal>test-jar</goal>
46
						</goals>
47
					</execution>
48
				</executions>
49
			</plugin>
50
		</plugins>
51
	</build>
52 25
    <properties>
53 26
        <build-dir>${basedir}/../../build</build-dir>
54 27
    </properties>

Also available in: Unified diff