Skip to content

Commit

Permalink
Update GeoServer to 2.26.3-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
groldan committed Feb 17, 2025
1 parent 92e06e4 commit 6587f73
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
name: Build on any branch
on:
push:
branches:
- '2.26.x'
tags:
- '*'
jobs:
Expand Down
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[submodule "geoserver"]
path = geoserver
url = https://github.com/camptocamp/geoserver.git
branch = gscloud/2.26.2/integration
branch = gscloud/2.26.x/integration
shallow = true
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ install-extensions:
install-community:
./mvnw install -f geoserver/src/community/pom.xml --batch-mode -DskipTests -ntp -fae \
-Dsort.skip=true -Dspotless.apply.skip=true \
-PcommunityRelease
-PcommunityReleaseCloud

.PHONY: deploy
deploy:
Expand All @@ -28,7 +28,7 @@ deploy:
-DallowIncompleteProjects=true \
-DaltDeploymentRepository='github::https://maven.pkg.github.com/camptocamp/geoserver-cloud-geoserver' \
-Dmaven.resolver.transport=wagon \
-Prelease,communityRelease
-Prelease,communityReleaseCloud


.PHONY: purge-dependencies
Expand Down
2 changes: 1 addition & 1 deletion geoserver
Submodule geoserver updated 351 files

0 comments on commit 6587f73

Please sign in to comment.