|
38 | 38 | </issueManagement> |
39 | 39 |
|
40 | 40 | <scm> |
41 | | - < connection>scm:git: [email protected]:redis/redis-authx-entraid.git</ connection> |
42 | | - < url>scm:git: [email protected]:redis/redis-authx-entraid.git</ url> |
43 | | - < developerConnection>scm:git: [email protected]:redis/redis-authx-entraid.git</ developerConnection> |
44 | | - <tag>redis-authx-entraid-${project.version}</tag> |
| 41 | + < connection>scm:git: [email protected]:redis/jvm-redis-authx-entraid.git</ connection> |
| 42 | + < url>scm:git: [email protected]:redis/jvm-redis-authx-entraid.git</ url> |
| 43 | + <developerConnection>https://github.com/redis/jvm-redis-authx-entraid/tree/main</developerConnection> |
45 | 44 | </scm> |
46 | 45 |
|
| 46 | + <developers> |
| 47 | + <developer> |
| 48 | + <id>redis</id> |
| 49 | + <name>Redis Ltd.</name> |
| 50 | + <organization>Redis</organization> |
| 51 | + <organizationUrl>https://redis.io</organizationUrl> |
| 52 | + </developer> |
| 53 | + </developers> |
| 54 | + |
47 | 55 | <properties> |
48 | 56 | <github.global.server>github</github.global.server> |
49 | 57 | <entraid.module.name>redis.clients.authentication.entraid</entraid.module.name> |
|
99 | 107 | </dependencies> |
100 | 108 |
|
101 | 109 | <distributionManagement> |
102 | | - <snapshotRepository> |
103 | | - <id>ossrh</id> |
104 | | - <url>https://oss.sonatype.org/content/repositories/snapshots</url> |
105 | | - </snapshotRepository> |
106 | 110 | <repository> |
107 | | - <id>ossrh</id> |
108 | | - <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url> |
| 111 | + <id>central</id> |
| 112 | + <url>https://central.sonatype.com/api/v1/publisher/deployments/upload/</url> |
109 | 113 | </repository> |
| 114 | + <snapshotRepository> |
| 115 | + <id>central</id> |
| 116 | + <url>https://central.sonatype.com/repository/maven-snapshots/</url> |
| 117 | + </snapshotRepository> |
110 | 118 | </distributionManagement> |
111 | 119 |
|
112 | 120 | <build> |
|
195 | 203 | <version>3.1.1</version> |
196 | 204 | </plugin> |
197 | 205 | <plugin> |
198 | | - <groupId>org.sonatype.plugins</groupId> |
199 | | - <artifactId>nexus-staging-maven-plugin</artifactId> |
200 | | - <version>1.7.0</version> |
| 206 | + <groupId>org.sonatype.central</groupId> |
| 207 | + <artifactId>central-publishing-maven-plugin</artifactId> |
| 208 | + <version>0.8.0</version> |
201 | 209 | <extensions>true</extensions> |
202 | 210 | <configuration> |
203 | | - <serverId>ossrh</serverId> |
204 | | - <nexusUrl>https://oss.sonatype.org/</nexusUrl> |
205 | | - <autoReleaseAfterClose>true</autoReleaseAfterClose> |
| 211 | + <publishingServerId>central</publishingServerId> |
| 212 | + <autoPublish>true</autoPublish> |
| 213 | + <waitUntil>published</waitUntil> |
206 | 214 | </configuration> |
207 | 215 | </plugin> |
208 | 216 | <plugin> |
|
0 commit comments