Revision 40081 branches/v2_0_0_prep/libraries/org.gvsig.exportto/org.gvsig.exportto.main/pom.xml

View differences:

pom.xml
7 7
    <parent>
8 8
        <groupId>org.gvsig</groupId>
9 9
        <artifactId>org.gvsig.exportto</artifactId>
10
        <version>1.0.0</version>
10
        <version>1.0.1-SNAPSHOT</version>
11 11
    </parent>
12 12
    <dependencies>
13 13
        <dependency>
14 14
            <groupId>org.gvsig</groupId>
15 15
            <artifactId>org.gvsig.exportto.lib.api</artifactId>
16
            <version>1.0.0</version>
16
            <version>1.0.1-SNAPSHOT</version>
17 17
        </dependency>
18 18
        <dependency>
19 19
            <groupId>org.gvsig</groupId>
20 20
            <artifactId>org.gvsig.exportto.lib.impl</artifactId>
21
            <version>1.0.0</version>
21
            <version>1.0.1-SNAPSHOT</version>
22 22
            <scope>runtime</scope>
23 23
        </dependency>
24 24
        <dependency>
25 25
            <groupId>org.gvsig</groupId>
26 26
            <artifactId>org.gvsig.exportto.swing.api</artifactId>
27
            <version>1.0.0</version>
27
            <version>1.0.1-SNAPSHOT</version>
28 28
        </dependency>
29 29
        <dependency>
30 30
            <groupId>org.gvsig</groupId>
31 31
            <artifactId>org.gvsig.exportto.swing.spi</artifactId>
32
            <version>1.0.0</version>
32
            <version>1.0.1-SNAPSHOT</version>
33 33
        </dependency>
34 34
        <dependency>
35 35
            <groupId>org.gvsig</groupId>
36 36
            <artifactId>org.gvsig.exportto.swing.impl</artifactId>
37
            <version>1.0.0</version>
37
            <version>1.0.1-SNAPSHOT</version>
38 38
            <scope>runtime</scope>
39 39
        </dependency>
40 40
        <dependency>
41 41
            <groupId>org.gvsig</groupId>
42 42
            <artifactId>org.gvsig.exportto.swing.prov.generic</artifactId>
43
            <version>1.0.0</version>
43
            <version>1.0.1-SNAPSHOT</version>
44 44
            <scope>runtime</scope>
45 45
        </dependency>
46 46
        <dependency>
47 47
            <groupId>org.gvsig</groupId>
48 48
            <artifactId>org.gvsig.exportto.swing.prov.shape</artifactId>
49
            <version>1.0.0</version>
49
            <version>1.0.1-SNAPSHOT</version>
50 50
            <scope>runtime</scope>
51 51
        </dependency>
52 52
        <dependency>
53 53
            <groupId>org.gvsig</groupId>
54 54
            <artifactId>org.gvsig.exportto.swing.prov.dxf</artifactId>
55
            <version>1.0.0</version>
55
            <version>1.0.1-SNAPSHOT</version>
56 56
            <scope>runtime</scope>
57 57
        </dependency>
58 58
        <dependency>
59 59
            <groupId>org.gvsig</groupId>
60 60
            <artifactId>org.gvsig.exportto.swing.prov.dbf</artifactId>
61
            <version>1.0.0</version>
61
            <version>1.0.1-SNAPSHOT</version>
62 62
            <scope>runtime</scope>
63 63
        </dependency>
64 64
        <dependency>
65 65
            <groupId>org.gvsig</groupId>
66 66
            <artifactId>org.gvsig.exportto.swing.prov.postgresql</artifactId>
67
            <version>1.0.0</version>
67
            <version>1.0.1-SNAPSHOT</version>
68 68
            <scope>runtime</scope>
69 69
        </dependency>
70 70
        <dependency>
71 71
            <groupId>org.gvsig</groupId>
72 72
            <artifactId>org.gvsig.exportto.swing.prov.mysql</artifactId>
73
            <version>1.0.0</version>
73
            <version>1.0.1-SNAPSHOT</version>
74 74
            <scope>runtime</scope>
75 75
        </dependency>
76 76
        <dependency>

Also available in: Unified diff