|
62 | 62 | <url>https://github.com/DominoKit/domino-mvp</url> |
63 | 63 | </scm> |
64 | 64 |
|
65 | | - <distributionManagement> |
66 | | - <snapshotRepository> |
67 | | - <id>ossrh</id> |
68 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
69 | | - </snapshotRepository> |
70 | | - </distributionManagement> |
71 | | - |
72 | 65 | <inceptionYear>2019</inceptionYear> |
73 | 66 |
|
74 | 67 | <properties> |
75 | | - <snapshot.version>HEAD-SNAPSHOT</snapshot.version> |
76 | | - <next.release.version>2.0.0-RC3</next.release.version> |
| 68 | + <snapshot.version>ui-v1-SNAPSHOT</snapshot.version> |
| 69 | + <next.release.version>2.0.0-ui-v1</next.release.version> |
77 | 70 | <maven.compiler.source>11</maven.compiler.source> |
78 | 71 | <maven.compiler.target>11</maven.compiler.target> |
79 | 72 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
638 | 631 |
|
639 | 632 | <!-- Configure branches --> |
640 | 633 | <gitFlowConfig> |
641 | | - <productionBranch>master</productionBranch> |
| 634 | + <productionBranch>ui-v1-main</productionBranch> |
642 | 635 | <!-- default is develop, but we use development --> |
643 | | - <developmentBranch>development</developmentBranch> |
| 636 | + <developmentBranch>ui-v1-development</developmentBranch> |
644 | 637 | </gitFlowConfig> |
645 | 638 | </configuration> |
646 | 639 | </plugin> |
|
718 | 711 | </execution> |
719 | 712 | </executions> |
720 | 713 | </plugin> |
721 | | - <plugin> |
722 | | - <groupId>org.sonatype.plugins</groupId> |
723 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
724 | | - <version>${maven.nexus.staging.plugin}</version> |
725 | | - <extensions>true</extensions> |
726 | | - <configuration> |
727 | | - <serverId>ossrh</serverId> |
728 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
729 | | - <autoReleaseAfterClose>false</autoReleaseAfterClose> |
730 | | - </configuration> |
731 | | - </plugin> |
732 | 714 | <plugin> |
733 | 715 | <groupId>org.apache.maven.plugins</groupId> |
734 | 716 | <artifactId>maven-enforcer-plugin</artifactId> |
|
747 | 729 | </execution> |
748 | 730 | </executions> |
749 | 731 | </plugin> |
| 732 | + <plugin> |
| 733 | + <groupId>org.sonatype.central</groupId> |
| 734 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 735 | + <version>0.8.0</version> |
| 736 | + <extensions>true</extensions> |
| 737 | + <configuration> |
| 738 | + <centralSnapshotsUrl>https://central.sonatype.com/repository/maven-snapshots/</centralSnapshotsUrl> |
| 739 | + <publishingServerId>central</publishingServerId> |
| 740 | + <autoPublish>true</autoPublish> |
| 741 | + </configuration> |
| 742 | + </plugin> |
750 | 743 | </plugins> |
751 | 744 | </pluginManagement> |
752 | 745 | </build> |
|
821 | 814 | <artifactId>maven-gpg-plugin</artifactId> |
822 | 815 | </plugin> |
823 | 816 | <plugin> |
824 | | - <groupId>org.sonatype.plugins</groupId> |
825 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 817 | + <groupId>org.sonatype.central</groupId> |
| 818 | + <artifactId>central-publishing-maven-plugin</artifactId> |
826 | 819 | </plugin> |
827 | 820 | <plugin> |
828 | 821 | <groupId>org.apache.maven.plugins</groupId> |
|
0 commit comments