Group ID Change
Upgrade path for group id changes
Group ID Update - January 27, 2025
- All NES for Spring projects are now published under the
org.springframework
group ID instead ofcom.herodevs.nes.springframework
. - This change aligns with the standard group ID for Spring projects. Learn more: Simplified Builds with Never‑Ending Support.
Upgrade Path - Existing Projects Using NES for Spring
- Update the group ID in your project's
pom.xml
orbuild.gradle
files fromcom.herodevs.nes.springframework
toorg.springframework
. - Maven projects: Remove the HeroDevs
nes-maven-dependency-plugin
, if used. - Gradle projects: Undo Option 1 or 2 from the NES for Spring Gradle Dependency Resolution repository.
- If using Artifactory, update include patterns (see Artifactory (Maven)).
Frequently Asked Questions
- Why is the group ID changing?
- The update aligns with the standard group ID for Spring projects, simplifying builds and ensuring consistency.
- How long are the old group IDs supported?
- The old group ID versions will be supported for the foreseeable future. However, we recommend updating to the new group ID to maintain alignment with Spring standards and to benefit from the latest security patches.