|
5 | 5 | <parent> |
6 | 6 | <groupId>com.sdl.oss</groupId> |
7 | 7 | <artifactId>oss-parent</artifactId> |
8 | | - <version>1.0.4</version> |
| 8 | + <version>1.0.5</version> |
9 | 9 | </parent> |
10 | 10 |
|
11 | 11 | <groupId>com.sdl.dxa</groupId> |
|
118 | 118 | <repositories> |
119 | 119 | <repository> |
120 | 120 | <id>snapshots-repo</id> |
121 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
| 121 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
122 | 122 | <releases> |
123 | 123 | <enabled>false</enabled> |
124 | 124 | </releases> |
|
127 | 127 | </snapshots> |
128 | 128 | </repository> |
129 | 129 | </repositories> |
130 | | - <distributionManagement> |
131 | | - <repository> |
132 | | - <id>sonatype-nexus-staging</id> |
133 | | - <name>OSS sonatype release</name> |
134 | | - <url>https://oss.sonatype.org/content/repositories/releases</url> |
135 | | - </repository> |
136 | | - <snapshotRepository> |
137 | | - <id>sonatype-nexus-snapshots</id> |
138 | | - <name>OSS sonatype snapshots</name> |
139 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
140 | | - </snapshotRepository> |
141 | | - </distributionManagement> |
142 | 130 |
|
143 | 131 | <developers> |
144 | 132 | <developer> |
|
962 | 950 | </configuration> |
963 | 951 | </plugin> |
964 | 952 | <plugin> |
965 | | - <groupId>org.sonatype.plugins</groupId> |
966 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
967 | | - <version>1.6.13</version> |
| 953 | + <groupId>org.sonatype.central</groupId> |
| 954 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 955 | + <version>0.8.0</version> |
968 | 956 | </plugin> |
969 | 957 | </plugins> |
970 | 958 | </pluginManagement> |
|
986 | 974 | <artifactId>maven-jar-plugin</artifactId> |
987 | 975 | </plugin> |
988 | 976 | <plugin> |
989 | | - <groupId>org.sonatype.plugins</groupId> |
990 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
| 977 | + <groupId>org.sonatype.central</groupId> |
| 978 | + <artifactId>central-publishing-maven-plugin</artifactId> |
991 | 979 | <extensions>true</extensions> |
992 | 980 | <configuration> |
993 | | - <serverId>sonatype-nexus-staging</serverId> |
994 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
995 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 981 | + <publishingServerId>central</publishingServerId> |
| 982 | + <autoPublish>false</autoPublish> |
996 | 983 | </configuration> |
997 | 984 | </plugin> |
998 | 985 | </plugins> |
|
0 commit comments