Skip to content

[Bug] org.apache.pulsar:pulsar-package-bookkeeper-storage:jar:3.4.0-SNAPSHOT was not found #23096

Description

@four1er

Search before asking

  • I searched in the issues and found nothing similar.

Read release policy

  • I understand that unsupported versions don't get bug fixes. I will attempt to reproduce the issue on a supported version of Pulsar client and Pulsar broker.

Version

OS: Mac OS 14.5 M1 Pro
Java version: jdk-17.0.4.1
Pulsar version: master(47d35a0)

Minimal reproduce step

Click the "Generate Sources and Update Folders For All Projects" button in the Maven UI toolbar.
image

What did you expect to see?

Generate Source success.
image

What did you see instead?

org.apache.pulsar:pulsar-package-bookkeeper-storage:jar:3.4.0-SNAPSHOT was not found.

Anything else?

This is because the pom.xml use 3.4.0 as the dependency version, but the newest version is 2.10.7.2-SNAPSHOT-86382c9.

      <dependency>
        <groupId>org.apache.pulsar</groupId>
        <artifactId>pulsar-package-bookkeeper-storage</artifactId>
        <version>${project.version}</version>
      </dependency>

Are you willing to submit a PR?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    type/bugThe PR fixed a bug or issue reported a bug

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions