Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

permissions:
contents: read
packages: write
# Build provenance: id-token signs the attestation, attestations stores it against the repository.
id-token: write
attestations: write
Expand Down Expand Up @@ -51,11 +50,3 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}

- name: Publish to GitHub Packages
run: ./gradlew publishAllPublicationsToGitHubPackagesRepository --no-daemon --no-configuration-cache
env:
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ORG_GRADLE_PROJECT_signingInMemoryKey: ${{ secrets.SIGNING_KEY }}
ORG_GRADLE_PROJECT_signingInMemoryKeyPassword: ${{ secrets.SIGNING_KEY_PASSWORD }}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ All notable changes to this project are documented in this file. The format is b

## [Unreleased]

### Changed

- Releases publish to Maven Central only. The secondary publication to GitHub Packages is gone: it
carried the same artifacts to a registry that requires authentication even for public packages, so it
was a second place to keep in sync and no second way for anyone to depend on Kdrant. Versions up to
and including `1.2.0` remain on GitHub Packages and are not withdrawn.

## [1.2.0] - 2026-07-31

Tier 6, complete. The framework adapters honour metadata filters, deployment scripts get
Expand Down
14 changes: 0 additions & 14 deletions kdrant-bom/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -48,17 +48,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-langchain4j/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-micrometer/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-spring-ai/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,17 +65,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-spring-boot-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
14 changes: 0 additions & 14 deletions kdrant-transport-rest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -74,17 +74,3 @@ mavenPublishing {
}
}
}

// Secondary distribution: GitHub Packages (Maven Central remains the primary registry).
publishing {
repositories {
maven {
name = "GitHubPackages"
url = uri("https://maven.pkg.github.com/NaCode-Studios/Kdrant")
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}