File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ jupyter kernelspec install "${TARGET_PATH}" --name=java --user
17
17
18
18
### Prerequisites
19
19
20
- You will need a ** JDK** >= 11 and proper credentials for the ` s01-ss-sonatype-releases ` repository
20
+ You will need a ** JDK** >= 11 and proper credentials for the ` sonatype-central ` repository
21
+ (see [ docs] ( https://central.sonatype.org/publish/generate-portal-token/ ) )
21
22
22
23
### Perform the Release
23
24
@@ -33,6 +34,6 @@ Still everything is done through a single set of Maven commands:
33
34
mvn release:prepare -Prelease
34
35
mvn release:perform -Prelease
35
36
```
36
- Go to https://s01.oss. sonatype.org/ and manually close and release the staging repository .
37
+ Go to https://central. sonatype.com/publishing and manually publish created bundle .
37
38
38
39
Go to [ GitHub Releases] ( https://github.com/dflib/jjava/releases ) to manually edit the created draft and publish it.
Original file line number Diff line number Diff line change 62
62
<connection >scm:git:https://github.com/dflib/jjava</connection >
63
63
<
developerConnection >scm:git:ssh://
[email protected] /dflib/jjava</
developerConnection >
64
64
<url >https://github.com/dflib/jjava</url >
65
- <tag >1.0-a5 </tag >
65
+ <tag >HEAD </tag >
66
66
</scm >
67
67
68
68
<distributionManagement >
69
69
<repository >
70
- <uniqueVersion >false</uniqueVersion >
71
- <id >s01-oss-sonatype-releases</id >
72
- <name >Deployment Repository</name >
73
- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
70
+ <id >sonatype-central</id >
71
+ <name >Sonatype Central Portal Repository</name >
74
72
</repository >
75
- <snapshotRepository >
76
- <id >s01-oss-sonatype-snapshots</id >
77
- <name >Snapshot Repository</name >
78
- <url >https://s01.oss.sonatype.org/content/repositories/snapshots/</url >
79
- </snapshotRepository >
80
73
</distributionManagement >
81
74
82
75
<dependencyManagement >
251
244
</configuration >
252
245
</plugin >
253
246
<plugin >
254
- <groupId >org.sonatype.plugins</groupId >
255
- <artifactId >nexus-staging-maven-plugin</artifactId >
247
+ <groupId >org.sonatype.central</groupId >
248
+ <artifactId >central-publishing-maven-plugin</artifactId >
249
+ <version >0.7.0</version >
256
250
<extensions >true</extensions >
257
251
<configuration >
258
- <serverId >s01-oss-sonatype-releases</serverId >
259
- <nexusUrl >https://s01.oss.sonatype.org/</nexusUrl >
260
- <autoReleaseAfterClose >false</autoReleaseAfterClose >
252
+ <publishingServerId >sonatype-central</publishingServerId >
261
253
</configuration >
262
254
</plugin >
263
255
</plugins >
You can’t perform that action at this time.
0 commit comments