File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 10
10
11
11
<artifactId >json-rules-benchmarks</artifactId >
12
12
<packaging >jar</packaging >
13
+ <name >JSON Rule Benchamarks Module</name >
13
14
14
15
<dependencies >
15
16
<dependency >
Original file line number Diff line number Diff line change 10
10
11
11
<artifactId >json-rules-core</artifactId >
12
12
<packaging >jar</packaging >
13
-
13
+ < name >JSON Rules Core</ name >
14
14
<dependencies >
15
15
<dependency >
16
16
<groupId >org.mockito</groupId >
20
20
</dependency >
21
21
</dependencies >
22
22
23
- </project >
23
+ </project >
Original file line number Diff line number Diff line change 55
55
<distributionManagement >
56
56
<snapshotRepository >
57
57
<id >ossrh</id >
58
- <url >https://oss. sonatype.org /content/repositories/snapshots</url >
58
+ <url >https://ossrh-staging-api.central. sonatype.com /content/repositories/snapshots</url >
59
59
</snapshotRepository >
60
60
<repository >
61
61
<id >ossrh</id >
62
- <url >https://oss. sonatype.org /service/local/staging/deploy/maven2/</url >
62
+ <url >https://ossrh-staging-api.central. sonatype.com /service/local/staging/deploy/maven2/</url >
63
63
</repository >
64
64
</distributionManagement >
65
65
201
201
<extensions >true</extensions >
202
202
<configuration >
203
203
<serverId >ossrh</serverId >
204
- <nexusUrl >https://s01.oss .sonatype.org/ </nexusUrl >
204
+ <nexusUrl >https://ossrh-staging-api.central .sonatype.com </nexusUrl >
205
205
<autoReleaseAfterClose >true</autoReleaseAfterClose >
206
206
<stagingProgressTimeoutMinutes >10</stagingProgressTimeoutMinutes >
207
207
</configuration >
You can’t perform that action at this time.
0 commit comments