Update Maven registry and repo references to cameleer org
Some checks failed
CI / build (push) Failing after 3s
Some checks failed
CI / build (push) Failing after 3s
Both repos transferred from claude user to cameleer organization. Updated all Maven registry URLs and CLAUDE.md references. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
|||||||
<servers>
|
<servers>
|
||||||
<server>
|
<server>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<username>claude</username>
|
<username>cameleer</username>
|
||||||
<password>${env.REGISTRY_TOKEN}</password>
|
<password>${env.REGISTRY_TOKEN}</password>
|
||||||
</server>
|
</server>
|
||||||
</servers>
|
</servers>
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ Cameleer3 Server — observability server that receives, stores, and serves Came
|
|||||||
|
|
||||||
## Related Project
|
## Related Project
|
||||||
|
|
||||||
- **cameleer3** (`https://gitea.siegeln.net/claude/cameleer3`) — the Java agent that instruments Camel applications
|
- **cameleer3** (`https://gitea.siegeln.net/cameleer/cameleer3`) — the Java agent that instruments Camel applications
|
||||||
- Protocol defined in `cameleer3-common/PROTOCOL.md` in the agent repo
|
- Protocol defined in `cameleer3-common/PROTOCOL.md` in the agent repo
|
||||||
- This server depends on `com.cameleer3:cameleer3-common` (shared models and graph API)
|
- This server depends on `com.cameleer3:cameleer3-common` (shared models and graph API)
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -49,7 +49,7 @@
|
|||||||
<repositories>
|
<repositories>
|
||||||
<repository>
|
<repository>
|
||||||
<id>gitea</id>
|
<id>gitea</id>
|
||||||
<url>https://gitea.siegeln.net/api/packages/claude/maven</url>
|
<url>https://gitea.siegeln.net/api/packages/cameleer/maven</url>
|
||||||
</repository>
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user