From bf7028675c6b5935ceaf6136da38e3d9b2e48923 Mon Sep 17 00:00:00 2001 From: XenoAmess Date: Sat, 21 Sep 2024 08:03:21 +0800 Subject: [PATCH] release 2.2.3.0x --- idea-plugin/README.md | 2 +- idea-plugin/gradle.properties | 2 +- idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml | 6 ++++-- p3c-pmd/README.md | 2 +- p3c-pmd/pom.xml | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/idea-plugin/README.md b/idea-plugin/README.md index 50de6b78..a38aa6cb 100644 --- a/idea-plugin/README.md +++ b/idea-plugin/README.md @@ -21,7 +21,7 @@ cd p3c-idea ## Use p3c-common as your plugin dependency ```groovy -compile 'com.xenoamess.p3c.idea:p3c-common:2.2.3.0x-SNAPSHOT' +compile 'com.xenoamess.p3c.idea:p3c-common:2.2.3.0x' ``` ## [中文使用手册](README_cn.md) ## Install diff --git a/idea-plugin/gradle.properties b/idea-plugin/gradle.properties index d50bf5e6..54b70f33 100644 --- a/idea-plugin/gradle.properties +++ b/idea-plugin/gradle.properties @@ -8,5 +8,5 @@ idea_version=2024.1 #idea_version=145.258.11 plugin_name=Alibaba Java Coding Guidelines systemProp.file.encoding=UTF-8 -plugin_version=2.2.3.0x-SNAPSHOT +plugin_version=2.2.3.0x org.gradle.jvmargs='-Dfile.encoding=UTF-8' diff --git a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml index 37af96bb..05d1caf1 100644 --- a/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml +++ b/idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml @@ -29,10 +29,12 @@ ]]> 2.2.3.0x-SNAPSHOT + -