Skip to content

Commit d380e8a

Browse files
vmassolclaude
andcommitted
[Misc] Drop the plugin version bump
* Five manifests carry one version, so every concurrent pull request conflicted with every other one on those same five lines, over something that was never part of either change. The release is now cut on master after the merge by scripts/release.mjs, and scripts/validate.mjs fails a branch that touches a version field. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 7b59f33 commit d380e8a

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
},
77
"metadata": {
88
"description": "Shared LLM (Claude Code) configuration for XWiki org repositories",
9-
"version": "1.5.1"
9+
"version": "1.5.0"
1010
},
1111
"plugins": [
1212
{
1313
"name": "xwiki",
1414
"source": "./xwiki",
1515
"description": "Org-wide XWiki conventions, MCP servers and dev skills for all xwiki / xwiki-contrib GitHub org repos",
16-
"version": "1.5.1",
16+
"version": "1.5.0",
1717
"author": {
1818
"name": "XWiki Development Team"
1919
}

kimi.plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xwiki",
3-
"version": "1.5.1",
3+
"version": "1.5.0",
44
"description": "Org-wide XWiki conventions, MCP servers and dev skills for all xwiki / xwiki-contrib GitHub org repos",
55
"interface": {
66
"displayName": "XWiki",

opencode.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
// XWiki shared LLM configuration for opencode (https://opencode.ai).
3-
// version: 1.5.1 — keep in sync with the plugin version (see CLAUDE.md).
3+
// version: 1.5.0 — keep in sync with the plugin version (see CLAUDE.md).
44
//
55
// Paths reference this checkout through the XWIKI_LLM_HOME environment variable so this file is
66
// identical for everyone (no personal paths) and works whether it is used globally or per-project.

xwiki/.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xwiki",
33
"description": "Org-wide XWiki conventions, MCP servers and dev skills for all xwiki / xwiki-contrib GitHub org repos",
4-
"version": "1.5.1",
4+
"version": "1.5.0",
55
"author": {
66
"name": "XWiki Development Team",
77
"url": "https://xwiki.org"

0 commit comments

Comments
 (0)