[DEVO-14362] Repoint Maven repository URLs to repo.pentaho.com - #6354
Merged
Merged
Conversation
Replace the retiring host repo.orl.eng.hitachivantara.com with repo.pentaho.com across 1 POM file(s), 2 occurrence(s). Host-only substitution: scheme, the /artifactory/<path>/ segment and any trailing slash are unchanged, as are repository <id> and <name>. Part of DEVO-14362. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Orca Security Scan Summary
| Status | Check | Issues by priority | |
|---|---|---|---|
| Infrastructure as Code | View in Orca | ||
| OSS Licenses | View in Orca | ||
| Malicious Packages | View in Orca | ||
| SAST | View in Orca | ||
| Secrets | View in Orca | ||
| Vulnerabilities | View in Orca |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are a straightforward hostname substitution in the POM with no remaining references to the retired host found in the repo.
Pull request overview
Updates this repository’s Maven repository configuration to use the new Artifactory host (repo.pentaho.com) in place of the retiring host (repo.orl.eng.hitachivantara.com), ensuring builds continue to resolve Pentaho artifacts.
Changes:
- Repointed the
<repositories>URL forpentaho-publictohttps://repo.pentaho.com/.... - Repointed the
<pluginRepositories>URL forpentaho-public-pluginstohttps://repo.pentaho.com/....
File summaries
| File | Description |
|---|---|
| pom.xml | Updates Maven repository and pluginRepository URLs to the new repo.pentaho.com host. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Collaborator
Author
Collaborator
Author
✅ Build finished in 1h 23m 24sBuild command: mvn clean verify -B -e -Daudit -Djs.no.sandbox👌 All tests passed! Tests run: 3808, Failures: 0, Skipped: 3 Test Results ℹ️ This is an automatic message |
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


0 New Issues
0 Fixed Issues
0 Accepted Issues
No data about coverage (31.60% Estimated after merge)
DEVO-14362 — repoint Maven repository URLs to
repo.pentaho.comReplaces the retiring host
repo.orl.eng.hitachivantara.comwithrepo.pentaho.com.Change: 1 POM file(s), 2 occurrence(s). Private (
pntprv-*) paths present: no.Host-only substitution. Scheme, the
/artifactory/<path>/segment and anytrailing slash are byte-identical; repository
<id>and<name>areuntouched. Verified with
git diff --checkand a hostname-normalisedbefore/after diff that comes back empty, so nothing but the hostname moved.
Files changed:
pom.xmlVerification:
mvn -q validatepasses.This is part of a coordinated change across 87 repositories in two orgs
(
pentahoandwebdetails), tracked under DEVO-14362.The full PR index — one row per repository, including those deliberately
skipped — is maintained at:
https://github.com/cardosov/devops-tasks/blob/task/devo-14362/.agent/memory/pull-requests.md
Please do not merge until the batch is reviewed as a whole.