Update starter deploy version in pom.xml#35364
Conversation
This update is related to the task that migrated the plugins portlet: #35097
|
Claude finished @hmoreras's task in 40s —— View job Rollback Safety Analysis
Result: ✅ Safe to Rollback The only change is in -<starter.deploy.version>empty_20260225</starter.deploy.version>
+<starter.deploy.version>empty_20260331</starter.deploy.version>This updates a Maven property that controls which starter
Rolling back would simply revert to the previous starter version ( Label added: AI: Safe To Rollback |
❌ Issue Linking RequiredThis PR could not be linked to an issue. All PRs must be linked to an issue for tracking purposes. How to fix this:Option 1: Add keyword to PR body (Recommended - auto-removes this comment)
Why is this required?Issue linking ensures proper tracking, documentation, and helps maintain project history. It connects your code changes to the problem they solve.--- This comment was automatically generated by the issue linking workflow |
closes #35097
Summary
Updates the empty starter deploy version from
empty_20260225toempty_20260331inparent/pom.xml.This change is part of the Modernization Team effort to ensure fresh DotCMS installs include the updated starter data that ships with the correct Plugins portlet layout configuration. It is a follow-up to the work done in #35097, which fixed the root cause (missing
pluginsportlet in fresh-install layouts), and ensures the bundled empty starter reflects those fixes so new installs are no longer affected.Related task: #35097
Proposed Changes
starter.deploy.versionfromempty_20260225toempty_20260331inparent/pom.xmlChecklist
Additional Info
The empty starter at version
empty_20260331includes the updatedcms_layouts_portletsdata that maps the Plugins portlet (plugins) correctly, so fresh installs will have the sidebar entry working out of the box without needing the upgrade taskTask260320AddPluginsPortletToMenu.