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

View differences:

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

Also available in: Unified diff