File tree Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Expand file tree Collapse file tree 2 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 83
83
<orderEntry type =" module-library" scope =" TEST" >
84
84
<library >
85
85
<CLASSES >
86
- <root url =" jar://$MODULE_DIR$/.savant/cache/org/jcommander/jcommander/1.83/jcommander-1.83.jar!/" />
86
+ <root url =" jar://$MODULE_DIR$/.savant/cache/org/jcommander/jcommander/1.83.0 /jcommander-1.83.0 .jar!/" />
87
87
</CLASSES >
88
88
<JAVADOC />
89
89
<SOURCES >
Original file line number Diff line number Diff line change 11
11
12
12
<distributionManagement >
13
13
<snapshotRepository >
14
- <id >ossrh</id >
15
- <url >https://oss.sonatype.org/content/repositories/snapshots</url >
14
+ <name >Central Portal Snapshots</name >
15
+ <id >central-portal-snapshots</id >
16
+ <url >https://central.sonatype.com/repository/maven-snapshots/</url >
17
+ <releases >
18
+ <enabled >true</enabled >
19
+ </releases >
20
+ <snapshots >
21
+ <enabled >false</enabled >
22
+ </snapshots >
16
23
</snapshotRepository >
17
- <repository >
18
- <id >ossrh</id >
19
- <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
20
- </repository >
21
24
</distributionManagement >
22
25
23
26
<developers >
166
169
<build >
167
170
<plugins >
168
171
<plugin >
169
- <groupId >org.sonatype.plugins </groupId >
170
- <artifactId >nexus-staging -maven-plugin</artifactId >
171
- <version >1.7 .0</version >
172
+ <groupId >org.sonatype.central </groupId >
173
+ <artifactId >central-publishing -maven-plugin</artifactId >
174
+ <version >0.8 .0</version >
172
175
<extensions >true</extensions >
173
176
<configuration >
174
- <serverId >ossrh</serverId >
175
- <nexusUrl >https://oss.sonatype.org/</nexusUrl >
176
- <autoReleaseAfterClose >true</autoReleaseAfterClose >
177
+ <publishingServerId >central</publishingServerId >
177
178
</configuration >
178
179
</plugin >
179
180
<plugin >
198
199
</build >
199
200
</profile >
200
201
</profiles >
201
- </project >
202
+ </project >
You can’t perform that action at this time.
0 commit comments