Revision c0e117f8
using the project.version for the cdmlib dependencies
pom.xml | ||
---|---|---|
635 | 635 |
<dependency> |
636 | 636 |
<groupId>eu.etaxonomy</groupId> |
637 | 637 |
<artifactId>cdmlib-commons</artifactId> |
638 |
<version>3.8-SNAPSHOT</version>
|
|
638 |
<version>${project.version}</version>
|
|
639 | 639 |
</dependency> |
640 | 640 |
<dependency> |
641 | 641 |
<groupId>eu.etaxonomy</groupId> |
642 | 642 |
<artifactId>cdmlib-model</artifactId> |
643 |
<version>3.8-SNAPSHOT</version>
|
|
643 |
<version>${project.version}</version>
|
|
644 | 644 |
</dependency> |
645 | 645 |
<dependency> |
646 | 646 |
<groupId>eu.etaxonomy</groupId> |
647 | 647 |
<artifactId>cdmlib-persistence</artifactId> |
648 |
<version>3.8-SNAPSHOT</version>
|
|
648 |
<version>${project.version}</version>
|
|
649 | 649 |
</dependency> |
650 | 650 |
<dependency> |
651 | 651 |
<groupId>eu.etaxonomy</groupId> |
652 | 652 |
<artifactId>cdmlib-services</artifactId> |
653 |
<version>3.8-SNAPSHOT</version>
|
|
653 |
<version>${project.version}</version>
|
|
654 | 654 |
</dependency> |
655 | 655 |
<dependency> |
656 | 656 |
<groupId>eu.etaxonomy</groupId> |
657 | 657 |
<artifactId>cdmlib-io</artifactId> |
658 |
<version>3.8-SNAPSHOT</version>
|
|
658 |
<version>${project.version}</version>
|
|
659 | 659 |
</dependency> |
660 | 660 |
<dependency> |
661 | 661 |
<groupId>eu.etaxonomy</groupId> |
662 | 662 |
<artifactId>cdmlib-remote</artifactId> |
663 |
<version>3.8-SNAPSHOT</version>
|
|
663 |
<version>${project.version}</version>
|
|
664 | 664 |
</dependency> |
665 | 665 |
<dependency> |
666 | 666 |
<groupId>eu.etaxonomy</groupId> |
667 | 667 |
<artifactId>cdmlib-remote-webapp</artifactId> |
668 |
<version>3.8-SNAPSHOT</version>
|
|
668 |
<version>${project.version}</version>
|
|
669 | 669 |
</dependency> |
670 | 670 |
<dependency> |
671 | 671 |
<groupId>eu.etaxonomy</groupId> |
... | ... | |
675 | 675 |
<dependency> |
676 | 676 |
<groupId>eu.etaxonomy</groupId> |
677 | 677 |
<artifactId>cdmlib-ext</artifactId> |
678 |
<version>3.8-SNAPSHOT</version>
|
|
678 |
<version>${project.version}</version>
|
|
679 | 679 |
</dependency> |
680 | 680 |
<dependency> |
681 | 681 |
<groupId>eu.etaxonomy</groupId> |
682 | 682 |
<artifactId>cdmlib-print</artifactId> |
683 |
<version>3.8-SNAPSHOT</version>
|
|
683 |
<version>${project.version}</version>
|
|
684 | 684 |
</dependency> |
685 | 685 |
<!--*********** JAXB********* --> |
686 | 686 |
<dependency> |
Also available in: Unified diff