Skip to content

Commit 0451f57

Browse files
committed
#15 Upgrade to SpringBoot 3.5.5 and new Central deployment strategy
1 parent 69dfe50 commit 0451f57

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/master-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
"password": "${{ secrets.OSSRH_PASSWORD }}"
5050
},
5151
{
52-
"id": "ossrh-staging-api",
52+
"id": "central-portal-snapshots",
5353
"username": "${{ secrets.OSSRH_USERNAME }}",
5454
"password": "${{ secrets.OSSRH_PASSWORD }}"
5555
}]

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.openwms</groupId>
88
<artifactId>org.openwms.parent</artifactId>
9-
<version>27.5</version>
9+
<version>27.6</version>
1010
<relativePath />
1111
</parent>
1212
<artifactId>org.openwms.services</artifactId>
@@ -251,14 +251,14 @@
251251

252252
<repositories>
253253
<repository>
254-
<id>ossrh-staging-api</id>
255-
<name>OSSRH Staging Repository</name>
256-
<url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
254+
<id>central-portal-snapshots</id>
255+
<name>Central Portal Snapshots</name>
256+
<url>https://central.sonatype.com/repository/maven-snapshots/</url>
257257
<snapshots>
258258
<enabled>true</enabled>
259259
</snapshots>
260260
<releases>
261-
<enabled>true</enabled>
261+
<enabled>false</enabled>
262262
</releases>
263263
</repository>
264264
</repositories>

0 commit comments

Comments
 (0)