Revision 40299

View differences:

branches/v2_0_0_prep/org.gvsig.core.maven.dependencies/pom.xml
261 261
            <dependency>
262 262
                <groupId>org.gvsig</groupId>
263 263
                <artifactId>org.gvsig.tools.lib</artifactId>
264
                <version>3.0.0</version>
264
                <version>3.0.1</version>
265 265
                <scope>runtime</scope>
266 266
            </dependency>
267 267
            <dependency>
268 268
                <groupId>org.gvsig</groupId>
269 269
                <artifactId>org.gvsig.tools.lib</artifactId>
270
                <version>3.0.0</version>
270
                <version>3.0.1</version>
271 271
                <type>test-jar</type>
272 272
                <scope>test</scope>
273 273
            </dependency>
274 274
            <dependency>
275 275
                <groupId>org.gvsig</groupId>
276 276
                <artifactId>org.gvsig.tools.swing.api</artifactId>
277
                <version>3.0.0</version>
277
                <version>3.0.1</version>
278 278
                <scope>runtime</scope>
279 279
            </dependency>
280 280
            <dependency>
281 281
                <groupId>org.gvsig</groupId>
282 282
                <artifactId>org.gvsig.tools.swing.impl</artifactId>
283
                <version>3.0.0</version>
283
                <version>3.0.1</version>
284 284
                <scope>runtime</scope>
285 285
            </dependency>
286 286
            <dependency>
287 287
                <groupId>org.gvsig</groupId>
288 288
                <artifactId>org.gvsig.tools.swing.spi</artifactId>
289
                <version>3.0.0</version>
289
                <version>3.0.1</version>
290 290
                <scope>runtime</scope>
291 291
            </dependency>
292 292
            <dependency>
293 293
                <groupId>org.gvsig</groupId>
294 294
                <artifactId>org.gvsig.tools.swing.serv.field</artifactId>
295
                <version>3.0.0</version>
295
                <version>3.0.1</version>
296 296
                <scope>runtime</scope>
297 297
            </dependency>
298 298
            <dependency>
299 299
                <groupId>org.gvsig</groupId>
300 300
                <artifactId>org.gvsig.tools.swing.serv.jlist</artifactId>
301
                <version>3.0.0</version>
301
                <version>3.0.1</version>
302 302
                <scope>runtime</scope>
303 303
            </dependency>
304 304
            <dependency>
305 305
                <groupId>org.gvsig</groupId>
306 306
                <artifactId>org.gvsig.tools.swing.serv.jform</artifactId>
307
                <version>3.0.0</version>
307
                <version>3.0.1</version>
308 308
                <scope>runtime</scope>
309 309
            </dependency>
310 310
            <dependency>
......
403 403
            <dependency>
404 404
                <groupId>org.gvsig</groupId>
405 405
                <artifactId>org.gvsig.installer.lib.api</artifactId>
406
                <version>1.0.1</version>
406
                <version>1.0.2</version>
407 407
                <scope>runtime</scope>
408 408
            </dependency>
409 409
            <dependency>
410 410
                <groupId>org.gvsig</groupId>
411 411
                <artifactId>org.gvsig.installer.lib.impl</artifactId>
412
                <version>1.0.1</version>
412
                <version>1.0.2</version>
413 413
                <scope>runtime</scope>
414 414
            </dependency>
415 415
            <dependency>
416 416
                <groupId>org.gvsig</groupId>
417 417
                <artifactId>org.gvsig.installer.lib.spi</artifactId>
418
                <version>1.0.1</version>
418
                <version>1.0.2</version>
419 419
                <scope>runtime</scope>
420 420
            </dependency>
421 421
            <dependency>
422 422
                <groupId>org.gvsig</groupId>
423 423
                <artifactId>org.gvsig.installer.prov.plugin</artifactId>
424
                <version>1.0.1</version>
424
                <version>1.0.2</version>
425 425
                <scope>runtime</scope>
426 426
            </dependency>
427 427
            <dependency>
428 428
                <groupId>org.gvsig</groupId>
429 429
                <artifactId>org.gvsig.installer.swing.api</artifactId>
430
                <version>1.0.1</version>
430
                <version>1.0.2</version>
431 431
                <scope>runtime</scope>
432 432
            </dependency>
433 433
            <dependency>
434 434
                <groupId>org.gvsig</groupId>
435 435
                <artifactId>org.gvsig.installer.swing.impl</artifactId>
436
                <version>1.0.1</version>
436
                <version>1.0.2</version>
437 437
                <scope>runtime</scope>
438 438
            </dependency>
439 439
            <dependency>
......
837 837
                <artifactId>maven-release-plugin</artifactId>
838 838
                <configuration>
839 839
                    <tagBase>https://devel.gvsig.org/svn/gvsig-desktop/tags/libraries/${artifactId}</tagBase>
840
                    <goals>deploy</goals>
840 841
                </configuration>
841 842
            </plugin>
842 843
        </plugins>

Also available in: Unified diff