File tree Expand file tree Collapse file tree 5 files changed +11
-8
lines changed
Expand file tree Collapse file tree 5 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 88 <version >24.0.0-SNAPSHOT</version >
99 </parent >
1010 <artifactId >vitess-client</artifactId >
11+ <name >Vitess Java Client</name >
1112
1213 <dependencies >
1314 <dependency >
Original file line number Diff line number Diff line change 88 <version >24.0.0-SNAPSHOT</version >
99 </parent >
1010 <artifactId >vitess-example</artifactId >
11+ <name >Vitess Java Client Example</name >
1112
1213 <dependencies >
1314 <dependency >
Original file line number Diff line number Diff line change 88 <version >24.0.0-SNAPSHOT</version >
99 </parent >
1010 <artifactId >vitess-grpc-client</artifactId >
11+ <name >Vitess gRPC Client</name >
1112
1213 <dependencies >
1314 <dependency >
Original file line number Diff line number Diff line change 88 <version >24.0.0-SNAPSHOT</version >
99 </parent >
1010 <artifactId >vitess-jdbc</artifactId >
11+ <name >Vitess JDBC Driver</name >
1112
1213 <dependencies >
1314 <dependency >
Original file line number Diff line number Diff line change 222222
223223 <distributionManagement >
224224 <snapshotRepository >
225- <id >ossrh </id >
226- <url >https://oss .sonatype.org/content/repositories/snapshots </url >
225+ <id >central </id >
226+ <url >https://central .sonatype.com </url >
227227 </snapshotRepository >
228228 </distributionManagement >
229229
291291 <build >
292292 <plugins >
293293 <plugin >
294- <groupId >org.sonatype.plugins </groupId >
295- <artifactId >nexus-staging -maven-plugin</artifactId >
296- <version >1.7 .0</version >
294+ <groupId >org.sonatype.central </groupId >
295+ <artifactId >central-publishing -maven-plugin</artifactId >
296+ <version >0.6 .0</version >
297297 <extensions >true</extensions >
298298 <configuration >
299- <serverId >ossrh</serverId >
300- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
301- <autoReleaseAfterClose >true</autoReleaseAfterClose >
299+ <publishingServerId >central</publishingServerId >
300+ <autoPublish >true</autoPublish >
302301 </configuration >
303302 </plugin >
304303 <plugin >
You can’t perform that action at this time.
0 commit comments