Skip to content

Commit d3b54d2

Browse files
michalharakalclaude
andcommitted
build(release): hotfix 0.21.1 — add missing POM_NAME for apertus/voxtral/llm-performance
The 0.21.0 release publish failed Sonatype Central Portal validation with "Project name is missing" on every publication of the apertus, voxtral, and llm-performance modules — they lacked a gradle.properties file, so vanniktech's pom-from-gradle-properties auto-config produced POMs without <name>. (kapertus does not apply the vanniktech plugin and therefore does not publish — no fix needed there.) Bumps VERSION_NAME 0.21.0 → 0.21.1 so a fresh tag can re-trigger the release workflow. Failed run: https://github.com/SKaiNET-developers/SKaiNET-transformers/actions/runs/25099556107 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 026bd98 commit d3b54d2

4 files changed

Lines changed: 7 additions & 1 deletion

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
GROUP=sk.ainet.transformers
2-
VERSION_NAME=0.21.0
2+
VERSION_NAME=0.21.1
33

44
POM_DESCRIPTION=SKaiNET-transformers
55

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
POM_ARTIFACT_ID=skainet-transformers-inference-apertus
2+
POM_NAME=skainet apertus model loader
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
POM_ARTIFACT_ID=skainet-transformers-inference-voxtral
2+
POM_NAME=skainet voxtral model loader

llm-performance/gradle.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
POM_ARTIFACT_ID=skainet-transformers-performance
2+
POM_NAME=skainet-transformers performance benchmarks

0 commit comments

Comments
 (0)