Skip to content

Commit

Permalink
Set version to 2.25.3.0, remove -DdeployAtEnd, and set -DretryFailedD…
Browse files Browse the repository at this point in the history
…eploymentCount=10

Some pom.xml files where not uploaded though the github packages page lists
them, when accessing them an error is returned:
  • Loading branch information
groldan committed Aug 5, 2024
1 parent 0285dba commit 03d6f5f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ jobs:
run: |
./mvnw deploy \
--batch-mode -DskipTests -ntp -fae -Dmaven.resolver.transport=wagon \
-DdeployAtEnd=true \
-DretryFailedDeploymentCount=3 \
-DretryFailedDeploymentCount=10 \
-DaltDeploymentRepository=github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion geoserver
Submodule geoserver updated 277 files
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.geoserver.cloud</groupId>
<artifactId>gs-upstream</artifactId>
<version>2.25.3.0-CLOUD</version>
<version>2.25.3.0</version>
<packaging>pom</packaging>
<name>GeoServer upstream dependencies</name>
<distributionManagement>
Expand Down

0 comments on commit 03d6f5f

Please sign in to comment.