|
264 | 264 | </execution> |
265 | 265 | </executions> |
266 | 266 | </plugin> |
267 | | - <plugin> |
268 | | - <groupId>org.sonatype.central</groupId> |
269 | | - <artifactId>central-publishing-maven-plugin</artifactId> |
270 | | - <version>0.8.0</version> |
271 | | - <extensions>true</extensions> |
272 | | - <configuration> |
273 | | - <publishingServerId>ossrh</publishingServerId> |
274 | | - <autoPublish>true</autoPublish> |
275 | | - <waitMaxTime>5400</waitMaxTime> |
276 | | - </configuration> |
277 | | - </plugin> |
| 267 | + <!--plugin> |
| 268 | + <groupId>org.sonatype.central</groupId> |
| 269 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 270 | + <version>0.8.0</version> |
| 271 | + <extensions>true</extensions> |
| 272 | + <configuration> |
| 273 | + <publishingServerId>ossrh</publishingServerId> |
| 274 | + <autoPublish>true</autoPublish> |
| 275 | + <waitMaxTime>5400</waitMaxTime> |
| 276 | + </configuration> |
| 277 | + </plugin--> |
278 | 278 | </plugins> |
279 | 279 | </build> |
280 | 280 | </profile> |
|
402 | 402 | </snapshots> |
403 | 403 | </pluginRepository> |
404 | 404 | </pluginRepositories> |
| 405 | + <distributionManagement> |
| 406 | + <repository> |
| 407 | + <id>ossrh</id> |
| 408 | + <name>Central Portal Staging</name> |
| 409 | + <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2</url> |
| 410 | + </repository> |
| 411 | + <snapshotRepository> |
| 412 | + <id>ossrh</id> |
| 413 | + <name>Central Portal Snapshots</name> |
| 414 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 415 | + </snapshotRepository> |
| 416 | + </distributionManagement> |
405 | 417 | <!-- Source Control --> |
406 | 418 | <scm> |
407 | 419 | <connection>scm:git:https://github.com/OpenIdentityPlatform/OpenAM.git</connection> |
|
1929 | 1941 | <plugin> |
1930 | 1942 | <groupId>org.apache.maven.plugins</groupId> |
1931 | 1943 | <artifactId>maven-release-plugin</artifactId> |
1932 | | - <version>3.0.0-M7</version> |
| 1944 | + <version>3.1.1</version> |
1933 | 1945 | <configuration> |
1934 | 1946 | <autoVersionSubmodules>true</autoVersionSubmodules> |
1935 | 1947 | <updateBranchVersions>true</updateBranchVersions> |
|
0 commit comments