|
24 | 24 | <parent>
|
25 | 25 | <groupId>org.apache.plc4x</groupId>
|
26 | 26 | <artifactId>plc4x-parent</artifactId>
|
27 |
| - <version>0.10.0-SNAPSHOT</version> |
| 27 | + <version>0.10.0</version> |
28 | 28 | </parent>
|
29 | 29 |
|
30 | 30 | <artifactId>plc4go</artifactId>
|
|
638 | 638 | <dependency>
|
639 | 639 | <groupId>org.apache.plc4x</groupId>
|
640 | 640 | <artifactId>plc4x-code-generation-language-go</artifactId>
|
641 |
| - <version>0.10.0-SNAPSHOT</version> |
| 641 | + <version>0.10.0</version> |
642 | 642 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
643 | 643 | <scope>provided</scope>
|
644 | 644 | </dependency>
|
645 | 645 |
|
646 | 646 | <dependency>
|
647 | 647 | <groupId>org.apache.plc4x</groupId>
|
648 | 648 | <artifactId>plc4x-protocols-ab-eth</artifactId>
|
649 |
| - <version>0.10.0-SNAPSHOT</version> |
| 649 | + <version>0.10.0</version> |
650 | 650 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
651 | 651 | <scope>provided</scope>
|
652 | 652 | </dependency>
|
653 | 653 | <dependency>
|
654 | 654 | <groupId>org.apache.plc4x</groupId>
|
655 | 655 | <artifactId>plc4x-protocols-ads</artifactId>
|
656 |
| - <version>0.10.0-SNAPSHOT</version> |
| 656 | + <version>0.10.0</version> |
657 | 657 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
658 | 658 | <scope>provided</scope>
|
659 | 659 | </dependency>
|
660 | 660 | <dependency>
|
661 | 661 | <groupId>org.apache.plc4x</groupId>
|
662 | 662 | <artifactId>plc4x-protocols-bacnetip</artifactId>
|
663 |
| - <version>0.10.0-SNAPSHOT</version> |
| 663 | + <version>0.10.0</version> |
664 | 664 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
665 | 665 | <scope>provided</scope>
|
666 | 666 | </dependency>
|
667 | 667 | <dependency>
|
668 | 668 | <groupId>org.apache.plc4x</groupId>
|
669 | 669 | <artifactId>plc4x-protocols-c-bus</artifactId>
|
670 |
| - <version>0.10.0-SNAPSHOT</version> |
| 670 | + <version>0.10.0</version> |
671 | 671 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
672 | 672 | <scope>provided</scope>
|
673 | 673 | </dependency>
|
674 | 674 | <dependency>
|
675 | 675 | <groupId>org.apache.plc4x</groupId>
|
676 | 676 | <artifactId>plc4x-protocols-df1</artifactId>
|
677 |
| - <version>0.10.0-SNAPSHOT</version> |
| 677 | + <version>0.10.0</version> |
678 | 678 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
679 | 679 | <scope>provided</scope>
|
680 | 680 | </dependency>
|
681 | 681 | <dependency>
|
682 | 682 | <groupId>org.apache.plc4x</groupId>
|
683 | 683 | <artifactId>plc4x-protocols-eip</artifactId>
|
684 |
| - <version>0.10.0-SNAPSHOT</version> |
| 684 | + <version>0.10.0</version> |
685 | 685 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
686 | 686 | <scope>provided</scope>
|
687 | 687 | </dependency>
|
688 | 688 | <dependency>
|
689 | 689 | <groupId>org.apache.plc4x</groupId>
|
690 | 690 | <artifactId>plc4x-protocols-firmata</artifactId>
|
691 |
| - <version>0.10.0-SNAPSHOT</version> |
| 691 | + <version>0.10.0</version> |
692 | 692 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
693 | 693 | <scope>provided</scope>
|
694 | 694 | </dependency>
|
695 | 695 | <dependency>
|
696 | 696 | <groupId>org.apache.plc4x</groupId>
|
697 | 697 | <artifactId>plc4x-protocols-knxnetip</artifactId>
|
698 |
| - <version>0.10.0-SNAPSHOT</version> |
| 698 | + <version>0.10.0</version> |
699 | 699 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
700 | 700 | <scope>provided</scope>
|
701 | 701 | </dependency>
|
702 | 702 | <dependency>
|
703 | 703 | <groupId>org.apache.plc4x</groupId>
|
704 | 704 | <artifactId>plc4x-protocols-modbus</artifactId>
|
705 |
| - <version>0.10.0-SNAPSHOT</version> |
| 705 | + <version>0.10.0</version> |
706 | 706 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
707 | 707 | <scope>provided</scope>
|
708 | 708 | </dependency>
|
709 | 709 | <dependency>
|
710 | 710 | <groupId>org.apache.plc4x</groupId>
|
711 | 711 | <artifactId>plc4x-protocols-s7</artifactId>
|
712 |
| - <version>0.10.0-SNAPSHOT</version> |
| 712 | + <version>0.10.0</version> |
713 | 713 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
714 | 714 | <scope>provided</scope>
|
715 | 715 | </dependency>
|
716 | 716 | <dependency>
|
717 | 717 | <groupId>org.apache.plc4x</groupId>
|
718 | 718 | <artifactId>plc4x-protocols-simulated</artifactId>
|
719 |
| - <version>0.10.0-SNAPSHOT</version> |
| 719 | + <version>0.10.0</version> |
720 | 720 | <!-- Scope is 'provided' as this way it's not shipped with the driver -->
|
721 | 721 | <scope>provided</scope>
|
722 | 722 | </dependency>
|
|
0 commit comments