Commit 38d71ff
chore(sdk-examples): update Java SDK coordinates to current release (#2502)
* chore(sdk-examples): update Java SDK coordinates to current release
java-stellar-sdk is published as `network.lightsail:stellar-sdk` (current
3.1.0) from the lightsail-network org. Several examples carried stale
coordinates/versions:
- create-account.mdx: `org.stellar:java-stellar-sdk:0.43.0-SNAPSHOT`
(obsolete group id + pre-release) -> `network.lightsail:stellar-sdk:3.1.0`
- working-with-contract-specs.mdx: bump `2.1.0` -> `3.1.0`
- getTransaction.mdx: bump `0.44.0` -> `3.1.0`
- stellar-transaction.mdx: repoint the repo link from the old
`stellar/java-stellar-sdk` org to `lightsail-network/java-stellar-sdk`
The Java code itself (org.stellar.sdk.* imports) is unchanged — the package
namespace did not move, only the build coordinates and repo org.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>1 parent 5215f5c commit 38d71ff
4 files changed
Lines changed: 4 additions & 4 deletions
File tree
- docs
- build/guides
- dapps
- transactions
- data/apis/rpc/api-reference/methods
- learn/fundamentals/contract-development/contract-interactions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
481 | 481 | | |
482 | 482 | | |
483 | 483 | | |
484 | | - | |
| 484 | + | |
485 | 485 | | |
486 | 486 | | |
487 | 487 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
211 | 211 | | |
212 | 212 | | |
213 | 213 | | |
214 | | - | |
| 214 | + | |
215 | 215 | | |
216 | 216 | | |
217 | 217 | | |
| |||
0 commit comments