User Story
As a maintainer
I want to update the Maven project version and Maven modules
So that the project can start a new development version
Acceptance Criteria
Feature: pom.xml will have the version 0.17.0-SNAPSHOT
@acceptance-test
Scenario: Update Maven project version
Given the pom.xml
When changes are applied
Then the pom.xml version will be 0.17.0-SNAPSHOT
INVEST Validation
- Independent: Pass - The version bump can be completed independently in the Maven project metadata.
- Negotiable: Pass - The exact affected Maven modules can be refined while preserving the goal of starting version
0.17.0-SNAPSHOT.
- Valuable: Pass - Maintainers can begin work on the next development version.
- Estimable: Pass - The expected version value is explicit.
- Small: Pass - The scope is limited to updating Maven version metadata and modules.
- Testable: Pass - Completion can be verified by checking that
pom.xml uses 0.17.0-SNAPSHOT.
User Story
As a maintainer
I want to update the Maven project version and Maven modules
So that the project can start a new development version
Acceptance Criteria
INVEST Validation
0.17.0-SNAPSHOT.pom.xmluses0.17.0-SNAPSHOT.