Search before asking
Read release policy
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.

What did you expect to see?
Generate Source success.

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?
Search before asking
Read release policy
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.

What did you expect to see?
Generate Source success.

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.
Are you willing to submit a PR?