Revision 1682 org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing/org.gvsig.raster.georeferencing.lib/pom.xml

View differences:

pom.xml
8 8
    <packaging>pom</packaging>
9 9
    <name>org.gvsig.raster.georeferencing.lib</name>
10 10
    <description>Library for georeferencing algorithms</description>
11
    <version>2.0.0-SNAPSHOT</version>
12
    <scm>
13
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing</connection>
14
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing</developerConnection>
15
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.georeferencing/trunk/org.gvsig.raster.georeferencing</url>
16
    </scm>
17 11
    <parent>
18 12
		<groupId>org.gvsig</groupId>
19
		<artifactId>gvsig-base-library-pom</artifactId>
20
		<version>2.0-SNAPSHOT</version>
13
		<artifactId>org.gvsig.raster.georeferencing</artifactId>
14
		<version>2.0.1-SNAPSHOT</version>
21 15
	</parent>
22
    <developers>
23
        <developer>
24
            <id>nbrodin</id>
25
            <name>Nacho Brodin</name>
26
            <email>nachobrodin@gmail.com</email>
27
            <roles>
28
                <role>Architect</role>
29
                <role>Developer</role>
30
            </roles>
31
        </developer>
32
    </developers>
33
     <dependencyManagement>
34
        <dependencies>
35
            <dependency>
36
                <groupId>org.gvsig</groupId>
37
                <artifactId>org.gvsig.core.maven.dependencies</artifactId>
38
                <version>2.0.1-SNAPSHOT</version>
39
                <type>pom</type>
40
                <scope>import</scope>
41
            </dependency>
42
        </dependencies>
43
    </dependencyManagement>
44
    <build>
45
        <plugins>
46
            <plugin>
47
                <groupId>org.apache.maven.plugins</groupId>
48
                <artifactId>maven-release-plugin</artifactId>
49
                <configuration>
50
                    <tagBase>https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.georeferencing/tags/</tagBase>
51
                </configuration>
52
            </plugin>
53
            <plugin>
54
				<groupId>org.apache.maven.plugins</groupId>
55
				<artifactId>maven-compiler-plugin</artifactId>
56
				<configuration>
57
					<source>1.5</source>
58
					<target>1.5</target>
59
				</configuration>
60
			</plugin>
61
        </plugins>
62
    </build>
63 16
    <modules>
64 17
        <module>org.gvsig.raster.georeferencing.lib.api</module>
65 18
        <module>org.gvsig.raster.georeferencing.lib.impl</module>

Also available in: Unified diff