Skip to content

Commit 65e1739

Browse files
ducpm2303claude
andcommitted
chore: bump versions to v2.1.0
- java-core: 2.0.0 → 2.1.0 - java-spring: 2.0.0 → 2.1.0 - java-quality: 1.0.0 (new plugin) - marketplace: 2.0.0 → 2.1.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 323474f commit 65e1739

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
},
66
"metadata": {
77
"description": "Java developer toolkit for Claude Code — general Java, Spring Boot, and quality (security + performance + testing)",
8-
"version": "3.0.0"
8+
"version": "2.1.0"
99
},
1010
"plugins": [
1111
{
1212
"name": "java-core",
1313
"source": "./plugins/java-core",
1414
"description": "General Java skills (review, refactor, explain, fix, docs, health, concurrency, API, migration, commit, SOLID, design patterns, ADR) and architect + build-resolver agents",
15-
"version": "3.0.0",
15+
"version": "2.1.0",
1616
"keywords": ["java", "core", "review", "refactor", "solid", "design-patterns", "concurrency", "migrate", "adr"]
1717
},
1818
{
1919
"name": "java-spring",
2020
"source": "./plugins/java-spring",
2121
"description": "Spring Boot skills (scaffold new projects, JPA review, logging review, CRUD generator) and Spring expert agent. Supports Spring Boot 2.7.x through 4.0.x.",
22-
"version": "3.0.0",
22+
"version": "2.1.0",
2323
"keywords": ["java", "spring", "spring-boot", "scaffold", "jpa", "crud", "logging"]
2424
},
2525
{

plugins/java-core/.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": "java-core",
33
"description": "General Java skills, architect agent, and coding standards for Java 8+",
4-
"version": "3.0.0",
4+
"version": "2.1.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},

plugins/java-spring/.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": "java-spring",
33
"description": "Spring Boot scaffold skill and Spring expert agent for Java 8+ projects",
4-
"version": "3.0.0",
4+
"version": "2.1.0",
55
"author": {
66
"name": "java-plugins contributors"
77
},

0 commit comments

Comments
 (0)