Revision 4180 org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs/pom.xml

View differences:

pom.xml
7 7
    <name>${project.artifactId}</name>
8 8
    <description>WCS client</description>
9 9
    <inceptionYear>2011</inceptionYear>
10
	
10

  
11 11
    <parent>
12 12
        <groupId>org.gvsig</groupId>
13 13
        <artifactId>org.gvsig.desktop</artifactId>
14
        <version>2.0.111</version>
14
        <version>2.0.112</version>
15 15
    </parent>
16 16

  
17 17
        <properties>
18 18
            <!-- El plugin versions:use-latest-versions falla con scope import -->
19 19
            <!-- asi que toca usar el versions:update-properties que si que funciona -->
20
            <org.gvsig.raster.version>2.2.21</org.gvsig.raster.version>
20
            <org.gvsig.raster.version>2.2.22</org.gvsig.raster.version>
21 21
        </properties>
22
    
22

  
23 23
    <repositories>
24 24
        <repository>
25 25
            <id>gvsig-public-http-repository</id>
......
37 37
            </snapshots>
38 38
        </repository>
39 39
    </repositories>
40
    
41
    
40

  
41

  
42 42
    <scm>
43 43
        <connection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs</connection>
44 44
        <developerConnection>scm:svn:https://devel.gvsig.org/svn/gvsig-raster/org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs</developerConnection>
45 45
        <url>https://devel.gvsig.org/redmine/projects/gvsig-raster/repository/show/org.gvsig.raster.wcs/trunk/org.gvsig.raster.wcs</url>
46 46
    </scm>
47
    
47

  
48 48
    <build>
49 49
        <plugins>
50 50
            <plugin>
......
57 57
            </plugin>
58 58
        </plugins>
59 59
    </build>
60
    		
60

  
61 61
    <dependencyManagement>
62 62
        <dependencies>
63 63
                        <dependency>
......
86 86

  
87 87
        </dependencies>
88 88
    </dependencyManagement>
89
	
89

  
90 90
    <modules>
91 91
        <module>org.gvsig.raster.wcs.remoteclient</module>
92 92
        <module>org.gvsig.raster.wcs.io</module>
93 93
        <module>org.gvsig.raster.wcs.app.wcsclient</module>
94 94
    </modules>
95
	
95

  
96 96
</project>

Also available in: Unified diff