Skip to content

Commit

Permalink
Set version to 2.25.3.0-SNAPSHOT and add -DallowIncompleteProjects=true
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Aug 5, 2024
1 parent 03d6f5f commit 4b5b500
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
./mvnw deploy \
--batch-mode -DskipTests -ntp -fae -Dmaven.resolver.transport=wagon \
-DretryFailedDeploymentCount=10 \
-DallowIncompleteProjects=true \
-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</version>
<version>2.25.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>GeoServer upstream dependencies</name>
<distributionManagement>
Expand Down

0 comments on commit 4b5b500

Please sign in to comment.