File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change 36
36
run : |
37
37
jfrog mvnc \
38
38
--server-id-deploy spring-snapshot \
39
+ --server-url https.//repo.spring.io \
39
40
--repo-deploy-releases release \
40
41
--repo-deploy-snapshots snapshot
41
42
echo JFROG_CLI_BUILD_NAME=sbm-support-rewrite >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -437,22 +437,6 @@ limitations under the License.
437
437
</plugin >
438
438
</plugins >
439
439
</build >
440
- <repositories >
441
- <repository >
442
- <id >spring-milestone</id >
443
- <url >https://repo.spring.io/milestone</url >
444
- <snapshots >
445
- <enabled >false</enabled >
446
- </snapshots >
447
- </repository >
448
- <repository >
449
- <id >spring-snapshot</id >
450
- <url >https://repo.spring.io/snapshot</url >
451
- <releases >
452
- <enabled >false</enabled >
453
- </releases >
454
- </repository >
455
- </repositories >
456
440
</profile >
457
441
</profiles >
458
442
</project >
You can’t perform that action at this time.
0 commit comments