Skip to content

Upgrade development version to 4.19.0-SNAPSHOT#4818

Open
hangc0276 wants to merge 1 commit into
apache:masterfrom
hangc0276:chenhang/update_development_version
Open

Upgrade development version to 4.19.0-SNAPSHOT#4818
hangc0276 wants to merge 1 commit into
apache:masterfrom
hangc0276:chenhang/update_development_version

Conversation

@hangc0276

Copy link
Copy Markdown
Contributor

Descriptions of the changes in this PR:

Fix #xyz

Main Issue: #xyz

BP: #xyz

Motivation

(Explain: why you're making that change, what is the problem you're trying to solve)

Changes

(Describe: what changes you have made)


In order to uphold a high standard for quality for code contributions, Apache BookKeeper runs various precommit
checks for pull requests. A pull request can only be merged when it passes precommit checks.


Be sure to do all the following to help us incorporate your contribution
quickly and easily:

If this PR is a BookKeeper Proposal (BP):

  • Make sure the PR title is formatted like:
    <BP-#>: Description of bookkeeper proposal
    e.g. BP-1: 64 bits ledger is support
  • Attach the master issue link in the description of this PR.
  • Attach the google doc link if the BP is written in Google Doc.

Otherwise:

  • Make sure the PR title is formatted like:
    <Issue #>: Description of pull request
    e.g. Issue 123: Description ...
  • Make sure tests pass via mvn clean apache-rat:check install spotbugs:check.
  • Replace <Issue #> in the title with the actual Issue number.

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the Maven build to use the next development snapshot version (4.19.0-SNAPSHOT) across the multi-module Apache BookKeeper project.

Changes:

  • Bump module parent references (and a few module artifact versions where explicitly set) from 4.18.0-SNAPSHOT to 4.19.0-SNAPSHOT.
  • Apply minor XML formatting normalization in a few POMs (self-closing tags / line-wrapping).

Reviewed changes

Copilot reviewed 90 out of 90 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
pom.xml Bumps root project version to 4.19.0-SNAPSHOT; minor plugin config XML formatting tweaks.
tools/stream/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tools/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tools/perf/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tools/ledger/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tools/framework/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tools/all/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
testtools/pom.xml Bumps parent and module version to 4.19.0-SNAPSHOT.
tests/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/scripts/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/shaded/distributedlog-core-shaded-test/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/shaded/bookkeeper-server-tests-shaded-test/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/shaded/bookkeeper-server-shaded-test/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration/cluster/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration/standalone/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration/smoke/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration-tests-utils/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration-tests-topologies/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration-tests-base/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/integration-tests-base-groovy/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/docker-images/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/docker-images/current-version-image/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/docker-images/all-versions-image/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/docker-images/all-released-versions-image/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/upgrade/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/upgrade-direct/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/recovery-no-password/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/old-cookie-new-cluster/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/hostname-bookieid/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/hierarchical-ledger-manager/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/current-server-old-clients/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
tests/backward-compat/bc-non-fips/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/api/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/bk-grpc-name-resolver/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/common/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/clients/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/clients/java/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/clients/java/all/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/clients/java/base/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/clients/java/kv/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/proto/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/statelib/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/storage/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/storage/api/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/storage/impl/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/tests-common/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/common/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/core/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/io/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/io/dlfs/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stream/distributedlog/protocol/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/utils/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/bookkeeper-stats-api/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/bookkeeper-stats-providers/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/bookkeeper-stats-providers/codahale-metrics-provider/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/bookkeeper-stats-providers/otel-metrics-provider/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
stats/bookkeeper-stats-providers/prometheus-metrics-provider/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
shaded/distributedlog-core-shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
shaded/bookkeeper-server-tests-shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
shaded/bookkeeper-server-shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
native-library-common/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
native-io/pom.xml Bumps parent version to 4.19.0-SNAPSHOT; XML formatting changes in Ant tasks/conditions.
microbenchmarks/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
metadata-drivers/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
metadata-drivers/etcd/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
metadata-drivers/jetcd-core-shaded/pom.xml Bumps parent version to 4.19.0-SNAPSHOT; minor XML formatting adjustments.
cpu-affinity/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
circe-checksum/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
buildtools/pom.xml Bumps parent and module version to 4.19.0-SNAPSHOT.
bookkeeper-server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-proto/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-http/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-http/http-server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-http/servlet-http-server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-http/vertx-http-server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-dist/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-dist/server/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-dist/bkctl/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-dist/all/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-common/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-common-allocator/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.
bookkeeper-benchmark/pom.xml Bumps parent version to 4.19.0-SNAPSHOT.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pom.xml
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.bookkeeper</groupId>
<version>4.18.0-SNAPSHOT</version>
<version>4.19.0-SNAPSHOT</version>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants