|
4 | 4 |
|
5 | 5 | <groupId>com.rabbitmq</groupId> |
6 | 6 | <artifactId>stream-client</artifactId> |
7 | | - <version>0.2.0-SNAPSHOT</version> |
| 7 | + <version>0.1.0-SNAPSHOT</version> |
8 | 8 |
|
9 | 9 | <name>RabbitMQ Stream Java Client</name> |
10 | 10 | <description>The RabbitMQ Stream Java client library allows Java applications to interface with |
|
631 | 631 | <id>snapshots</id> |
632 | 632 | <build> |
633 | 633 | <plugins> |
634 | | - <plugin> |
635 | | - <groupId>org.apache.maven.plugins</groupId> |
636 | | - <artifactId>maven-gpg-plugin</artifactId> |
637 | | - <version>${maven.gpg.plugin.version}</version> |
638 | | - <executions> |
639 | | - <execution> |
640 | | - <id>sign-artifacts</id> |
641 | | - <phase>package</phase> |
642 | | - <goals> |
643 | | - <goal>sign</goal> |
644 | | - </goals> |
645 | | - <configuration> |
646 | | - <keyname>${gpg.keyname}</keyname> |
647 | | - </configuration> |
648 | | - </execution> |
649 | | - </executions> |
650 | | - </plugin> |
| 634 | + |
651 | 635 | <plugin> |
652 | 636 | <groupId>org.apache.maven.plugins</groupId> |
653 | 637 | <artifactId>maven-source-plugin</artifactId> |
|
679 | 663 | </executions> |
680 | 664 | </plugin> |
681 | 665 |
|
682 | | - </plugins> |
683 | | - </build> |
684 | | - <distributionManagement> |
685 | | - <snapshotRepository> |
686 | | - <id>ossrh</id> |
687 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
688 | | - </snapshotRepository> |
689 | | - </distributionManagement> |
690 | | - </profile> |
691 | | - |
692 | | - <profile> |
693 | | - <id>milestone</id> |
694 | | - <build> |
695 | | - <plugins> |
696 | 666 | <plugin> |
697 | 667 | <groupId>org.apache.maven.plugins</groupId> |
698 | 668 | <artifactId>maven-gpg-plugin</artifactId> |
|
710 | 680 | </execution> |
711 | 681 | </executions> |
712 | 682 | </plugin> |
| 683 | + |
| 684 | + </plugins> |
| 685 | + </build> |
| 686 | + <distributionManagement> |
| 687 | + <snapshotRepository> |
| 688 | + <id>ossrh</id> |
| 689 | + <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 690 | + </snapshotRepository> |
| 691 | + </distributionManagement> |
| 692 | + </profile> |
| 693 | + |
| 694 | + <profile> |
| 695 | + <id>milestone</id> |
| 696 | + <build> |
| 697 | + <plugins> |
| 698 | + |
713 | 699 | <plugin> |
714 | 700 | <groupId>org.apache.maven.plugins</groupId> |
715 | 701 | <artifactId>maven-source-plugin</artifactId> |
|
740 | 726 | </execution> |
741 | 727 | </executions> |
742 | 728 | </plugin> |
| 729 | + |
| 730 | + <plugin> |
| 731 | + <groupId>org.apache.maven.plugins</groupId> |
| 732 | + <artifactId>maven-gpg-plugin</artifactId> |
| 733 | + <version>${maven.gpg.plugin.version}</version> |
| 734 | + <executions> |
| 735 | + <execution> |
| 736 | + <id>sign-artifacts</id> |
| 737 | + <phase>package</phase> |
| 738 | + <goals> |
| 739 | + <goal>sign</goal> |
| 740 | + </goals> |
| 741 | + <configuration> |
| 742 | + <keyname>${gpg.keyname}</keyname> |
| 743 | + </configuration> |
| 744 | + </execution> |
| 745 | + </executions> |
| 746 | + </plugin> |
| 747 | + |
743 | 748 | </plugins> |
744 | 749 | </build> |
745 | 750 | <distributionManagement> |
|
768 | 773 | </configuration> |
769 | 774 | </plugin> |
770 | 775 |
|
771 | | - <plugin> |
772 | | - <groupId>org.apache.maven.plugins</groupId> |
773 | | - <artifactId>maven-gpg-plugin</artifactId> |
774 | | - <version>${maven.gpg.plugin.version}</version> |
775 | | - <executions> |
776 | | - <execution> |
777 | | - <id>sign-artifacts</id> |
778 | | - <phase>package</phase> |
779 | | - <goals> |
780 | | - <goal>sign</goal> |
781 | | - </goals> |
782 | | - <configuration> |
783 | | - <keyname>${gpg.keyname}</keyname> |
784 | | - </configuration> |
785 | | - </execution> |
786 | | - </executions> |
787 | | - </plugin> |
788 | 776 | <plugin> |
789 | 777 | <groupId>org.apache.maven.plugins</groupId> |
790 | 778 | <artifactId>maven-source-plugin</artifactId> |
|
816 | 804 | </executions> |
817 | 805 | </plugin> |
818 | 806 |
|
| 807 | + <plugin> |
| 808 | + <groupId>org.apache.maven.plugins</groupId> |
| 809 | + <artifactId>maven-gpg-plugin</artifactId> |
| 810 | + <version>${maven.gpg.plugin.version}</version> |
| 811 | + <executions> |
| 812 | + <execution> |
| 813 | + <id>sign-artifacts</id> |
| 814 | + <phase>package</phase> |
| 815 | + <goals> |
| 816 | + <goal>sign</goal> |
| 817 | + </goals> |
| 818 | + <configuration> |
| 819 | + <keyname>${gpg.keyname}</keyname> |
| 820 | + </configuration> |
| 821 | + </execution> |
| 822 | + </executions> |
| 823 | + </plugin> |
| 824 | + |
819 | 825 | </plugins> |
820 | 826 | </build> |
821 | 827 | <distributionManagement> |
|
0 commit comments