Skip to content

fix(readme): correct Maven groupId and version to match published artifact#69

Open
tdillenbeck wants to merge 2 commits into
mainfrom
fix/maven-groupid-readme
Open

fix(readme): correct Maven groupId and version to match published artifact#69
tdillenbeck wants to merge 2 commits into
mainfrom
fix/maven-groupid-readme

Conversation

@tdillenbeck
Copy link
Copy Markdown
Contributor

Summary

  • Changes com.delinea.secretscom.thycotic.secrets in the Maven dependency snippet
  • Updates version from 1.01.0.1 (the actual latest release on Maven Central)

Context

No artifact has ever been published to Maven Central under com.delinea.secrets. The only published artifact is com.thycotic.secrets:dsv-sdk-java with versions 1.0 and 1.0.1. The README was updated with the new company name when Thycotic became Delinea, but the Maven artifact was not republished under the new groupId, making the README's dependency snippet non-functional.

Fixes #68

🤖 Generated with Claude Code

…ifact

The artifact on Maven Central is published under com.thycotic.secrets
(the legacy company name), not com.delinea.secrets. No artifact has
been published under the delinea groupId. Also bumps version from 1.0
to 1.0.1 which is the actual latest release on Maven Central.

Fixes #68

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@tdillenbeck tdillenbeck requested a review from a team as a code owner May 15, 2026 21:49
@tdillenbeck tdillenbeck requested a review from pacificcode May 15, 2026 21:49
@snyk-io
Copy link
Copy Markdown
Contributor

snyk-io Bot commented May 15, 2026

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

Tests run without a live DSV tenant using MockRestServiceServer.
Covers getSecret() path normalization (leading-slash stripping),
response deserialization, TLD normalization, and base-URL trailing-
slash removal in the factory bean.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.

invalid group id when searching in maven

1 participant