|
24 | 24 | <parent> |
25 | 25 | <groupId>org.apache.plc4x</groupId> |
26 | 26 | <artifactId>plc4x-parent</artifactId> |
27 | | - <version>0.9.1-SNAPSHOT</version> |
| 27 | + <version>0.9.1</version> |
28 | 28 | </parent> |
29 | 29 |
|
30 | 30 | <artifactId>plc4go</artifactId> |
|
573 | 573 | <dependency> |
574 | 574 | <groupId>org.apache.plc4x</groupId> |
575 | 575 | <artifactId>plc4x-code-generation-language-go</artifactId> |
576 | | - <version>0.9.1-SNAPSHOT</version> |
| 576 | + <version>0.9.1</version> |
577 | 577 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
578 | 578 | <scope>provided</scope> |
579 | 579 | </dependency> |
580 | 580 |
|
581 | 581 | <dependency> |
582 | 582 | <groupId>org.apache.plc4x</groupId> |
583 | 583 | <artifactId>plc4x-protocols-ab-eth</artifactId> |
584 | | - <version>0.9.1-SNAPSHOT</version> |
| 584 | + <version>0.9.1</version> |
585 | 585 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
586 | 586 | <scope>provided</scope> |
587 | 587 | </dependency> |
588 | 588 | <dependency> |
589 | 589 | <groupId>org.apache.plc4x</groupId> |
590 | 590 | <artifactId>plc4x-protocols-ads</artifactId> |
591 | | - <version>0.9.1-SNAPSHOT</version> |
| 591 | + <version>0.9.1</version> |
592 | 592 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
593 | 593 | <scope>provided</scope> |
594 | 594 | </dependency> |
595 | 595 | <dependency> |
596 | 596 | <groupId>org.apache.plc4x</groupId> |
597 | 597 | <artifactId>plc4x-protocols-bacnetip</artifactId> |
598 | | - <version>0.9.1-SNAPSHOT</version> |
| 598 | + <version>0.9.1</version> |
599 | 599 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
600 | 600 | <scope>provided</scope> |
601 | 601 | </dependency> |
602 | 602 | <dependency> |
603 | 603 | <groupId>org.apache.plc4x</groupId> |
604 | 604 | <artifactId>plc4x-protocols-df1</artifactId> |
605 | | - <version>0.9.1-SNAPSHOT</version> |
| 605 | + <version>0.9.1</version> |
606 | 606 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
607 | 607 | <scope>provided</scope> |
608 | 608 | </dependency> |
609 | 609 | <dependency> |
610 | 610 | <groupId>org.apache.plc4x</groupId> |
611 | 611 | <artifactId>plc4x-protocols-eip</artifactId> |
612 | | - <version>0.9.1-SNAPSHOT</version> |
| 612 | + <version>0.9.1</version> |
613 | 613 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
614 | 614 | <scope>provided</scope> |
615 | 615 | </dependency> |
616 | 616 | <dependency> |
617 | 617 | <groupId>org.apache.plc4x</groupId> |
618 | 618 | <artifactId>plc4x-protocols-firmata</artifactId> |
619 | | - <version>0.9.1-SNAPSHOT</version> |
| 619 | + <version>0.9.1</version> |
620 | 620 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
621 | 621 | <scope>provided</scope> |
622 | 622 | </dependency> |
623 | 623 | <dependency> |
624 | 624 | <groupId>org.apache.plc4x</groupId> |
625 | 625 | <artifactId>plc4x-protocols-knxnetip</artifactId> |
626 | | - <version>0.9.1-SNAPSHOT</version> |
| 626 | + <version>0.9.1</version> |
627 | 627 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
628 | 628 | <scope>provided</scope> |
629 | 629 | </dependency> |
630 | 630 | <dependency> |
631 | 631 | <groupId>org.apache.plc4x</groupId> |
632 | 632 | <artifactId>plc4x-protocols-modbus</artifactId> |
633 | | - <version>0.9.1-SNAPSHOT</version> |
| 633 | + <version>0.9.1</version> |
634 | 634 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
635 | 635 | <scope>provided</scope> |
636 | 636 | </dependency> |
637 | 637 | <dependency> |
638 | 638 | <groupId>org.apache.plc4x</groupId> |
639 | 639 | <artifactId>plc4x-protocols-s7</artifactId> |
640 | | - <version>0.9.1-SNAPSHOT</version> |
| 640 | + <version>0.9.1</version> |
641 | 641 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
642 | 642 | <scope>provided</scope> |
643 | 643 | </dependency> |
644 | 644 | <dependency> |
645 | 645 | <groupId>org.apache.plc4x</groupId> |
646 | 646 | <artifactId>plc4x-protocols-simulated</artifactId> |
647 | | - <version>0.9.1-SNAPSHOT</version> |
| 647 | + <version>0.9.1</version> |
648 | 648 | <!-- Scope is 'provided' as this way it's not shipped with the driver --> |
649 | 649 | <scope>provided</scope> |
650 | 650 | </dependency> |
|
0 commit comments