Skip to content

point the sample at the released bridge 1.0.1 from Maven Central#16

Merged
vzakharchenko merged 2 commits into
mainfrom
chore/example-use-released-bridge
May 19, 2026
Merged

point the sample at the released bridge 1.0.1 from Maven Central#16
vzakharchenko merged 2 commits into
mainfrom
chore/example-use-released-bridge

Conversation

@vzakharchenko
Copy link
Copy Markdown
Member

Pre-release the sample reactor pinned bridge-common to the in-source 1.0-SNAPSHOT, which meant the sample build only worked after mvn install of the library reactor had populated ~/.m2 first. Now that 1.0.1 is published on Maven Central, switch the sample to that released version so the CI example-build step (and any contributor opening the sample tree on its own) resolves bridge artifacts directly from repo1.maven.org without depending on a local library install.

  • examples/.../pom.xml: <atlassian-runtime-bridge.version> 1.0-SNAPSHOT → 1.0.1
  • examples/.../core/pom.xml: bridge-common version 1.0-SNAPSHOT → ${atlassian-runtime-bridge.version}

forge-connect/pom.xml and forge-container/pom.xml already used the property, so no further changes are needed there.

Verified locally: mvn -f examples/.../pom.xml clean install -DskipTests builds green against the published 1.0.1 jars.

Pre-release the sample reactor pinned bridge-common to the in-source
1.0-SNAPSHOT, which meant the sample build only worked after
`mvn install` of the library reactor had populated ~/.m2 first. Now
that 1.0.1 is published on Maven Central, switch the sample to that
released version so the CI example-build step (and any contributor
opening the sample tree on its own) resolves bridge artifacts directly
from repo1.maven.org without depending on a local library install.

- examples/.../pom.xml: <atlassian-runtime-bridge.version> 1.0-SNAPSHOT → 1.0.1
- examples/.../core/pom.xml: bridge-common version 1.0-SNAPSHOT → ${atlassian-runtime-bridge.version}

forge-connect/pom.xml and forge-container/pom.xml already used the
property, so no further changes are needed there.

Verified locally: `mvn -f examples/.../pom.xml clean install -DskipTests`
builds green against the published 1.0.1 jars.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vzakharchenko vzakharchenko enabled auto-merge May 19, 2026 21:18
@qltysh
Copy link
Copy Markdown

qltysh Bot commented May 19, 2026

Qlty


Coverage Impact

This PR will not change total coverage.

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

@sonarqubecloud
Copy link
Copy Markdown

@vzakharchenko vzakharchenko disabled auto-merge May 19, 2026 21:23
@vzakharchenko vzakharchenko merged commit 9c9ac4c into main May 19, 2026
10 checks passed
@vzakharchenko vzakharchenko deleted the chore/example-use-released-bridge branch May 19, 2026 21:24
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.

1 participant