Skip to content

bump maven version to 0.17.0-SNAPSHOP #897

@jabrena

Description

@jabrena

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.

Metadata

Metadata

Assignees

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions