Skip to content

Commit bd15eea

Browse files
ducpm2303claude
andcommitted
chore: bump versions to v2.2.1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 78ff50c commit bd15eea

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,28 +5,28 @@
55
},
66
"metadata": {
77
"description": "Java developer toolkit for Claude Code — general Java, Spring Boot, and quality (security + performance + testing)",
8-
"version": "2.2.0"
8+
"version": "2.2.1"
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": "2.2.0",
15+
"version": "2.2.1",
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": "2.2.0",
22+
"version": "2.2.1",
2323
"keywords": ["java", "spring", "spring-boot", "scaffold", "jpa", "crud", "logging"]
2424
},
2525
{
2626
"name": "java-quality",
2727
"source": "./plugins/java-quality",
2828
"description": "Java quality toolkit — security scan (/java-security-check), performance scan (/java-perf-check), test generation (/java-test), and specialist agents for OWASP, performance, and testing strategy",
29-
"version": "2.2.0",
29+
"version": "2.2.1",
3030
"keywords": ["java", "security", "owasp", "performance", "testing", "junit", "mockito", "testcontainers"]
3131
}
3232
]

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": "2.2.0",
4+
"version": "2.2.1",
55
"author": {
66
"name": "java-plugins contributors"
77
},

plugins/java-quality/.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-quality",
33
"description": "Java quality toolkit — security (OWASP), performance (N+1, memory, threading), and testing (JUnit 5, Mockito, Testcontainers) for Java 8+ projects",
4-
"version": "2.2.0",
4+
"version": "2.2.1",
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": "2.2.0",
4+
"version": "2.2.1",
55
"author": {
66
"name": "java-plugins contributors"
77
},

0 commit comments

Comments
 (0)