Skip to content

Commit e76b2f1

Browse files
committed
Deploy to Artifactory
1 parent 4b38602 commit e76b2f1

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.github/workflows/build-sbm-support-rewrite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
jfrog mvnc \
3838
--server-id-deploy spring-snapshot \
39+
--server-url https.//repo.spring.io \
3940
--repo-deploy-releases release \
4041
--repo-deploy-snapshots snapshot
4142
echo JFROG_CLI_BUILD_NAME=sbm-support-rewrite >> $GITHUB_ENV

sbm-support-rewrite/pom.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -437,22 +437,6 @@ limitations under the License.
437437
</plugin>
438438
</plugins>
439439
</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>
456440
</profile>
457441
</profiles>
458442
</project>

0 commit comments

Comments
 (0)