Revision 40298 branches/v2_0_0_prep/extensions/org.gvsig.installer/org.gvsig.installer.main/pom.xml

View differences:

pom.xml
6 6
	<parent>
7 7
		<groupId>org.gvsig</groupId>
8 8
		<artifactId>org.gvsig.installer</artifactId>
9
		<version>1.0.2</version>
9
		<version>1.0.3-SNAPSHOT</version>
10 10
	</parent>
11 11
	<dependencies>
12 12
		<dependency>
13 13
			<groupId>org.gvsig</groupId>
14 14
			<artifactId>org.gvsig.installer.lib.api</artifactId>
15
			<version>1.0.2</version>
15
			<version>1.0.3-SNAPSHOT</version>
16 16
            <scope>compile</scope>
17 17
		</dependency>
18 18
		<dependency>
19 19
			<groupId>org.gvsig</groupId>
20 20
			<artifactId>org.gvsig.installer.lib.spi</artifactId>
21
			<version>1.0.2</version>
21
			<version>1.0.3-SNAPSHOT</version>
22 22
            <scope>compile</scope>
23 23
		</dependency>
24 24
		<dependency>
25 25
			<groupId>org.gvsig</groupId>
26 26
			<artifactId>org.gvsig.installer.lib.impl</artifactId>
27
			<version>1.0.2</version>
27
			<version>1.0.3-SNAPSHOT</version>
28 28
			<!-- The scope is not runtime because there is an utility that uses the Compress class directly
29 29
			     It will be runtime the day that the API supports this functionality
30 30
			-->
......
33 33
		<dependency>
34 34
			<groupId>org.gvsig</groupId>
35 35
			<artifactId>org.gvsig.installer.prov.plugin</artifactId>
36
			<version>1.0.2</version>
36
			<version>1.0.3-SNAPSHOT</version>
37 37
		</dependency>
38 38
		<dependency>
39 39
			<groupId>org.gvsig</groupId>
40 40
			<artifactId>org.gvsig.installer.swing.api</artifactId>
41
			<version>1.0.2</version>
41
			<version>1.0.3-SNAPSHOT</version>
42 42
            <scope>compile</scope>
43 43
		</dependency>
44 44
        <dependency>
45 45
            <groupId>org.gvsig</groupId>
46 46
            <artifactId>org.gvsig.installer.swing.impl</artifactId>
47
            <version>1.0.2</version>
47
            <version>1.0.3-SNAPSHOT</version>
48 48
        </dependency>
49 49
        <dependency>
50 50
            <groupId>org.gvsig</groupId>

Also available in: Unified diff