Skip to content

Commit

Permalink
release 2.2.3.0x
Browse files Browse the repository at this point in the history
  • Loading branch information
XenoAmess committed Sep 21, 2024
1 parent f2036ba commit bf70286
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion idea-plugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cd p3c-idea

## <font color="green">Use p3c-common as your plugin dependency</font>
```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)
## <font color="green">Install</font>
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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'
6 changes: 4 additions & 2 deletions idea-plugin/p3c-idea/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,12 @@
]]></description>

<change-notes><![CDATA[
<ul>2.2.3.0x-SNAPSHOT
<ul>2.2.3.0x
<li>Fix 2024.1 compatibility issue</li>
<li>Fix 2024.2 compatibility issue</li>
<li>upgrade gradle & building jdk & intellij plugin version</li>
</ul>
<ul>2.2.3.0x-SNAPSHOT
<ul>2.2.2.0x
<li>Fix 2023.2 compatibility issue</li>
</ul>
<ul>2.2.1.0x
Expand Down
2 changes: 1 addition & 1 deletion p3c-pmd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<dependency>
<groupId>com.xenoamess.p3c</groupId>
<artifactId>p3c-pmd</artifactId>
<version>2.2.3.0x-SNAPSHOT</version>
<version>2.2.3.0x</version>
</dependency>
```
### <font color="green">Gradle</font>
Expand Down
2 changes: 1 addition & 1 deletion p3c-pmd/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xenoamess.p3c</groupId>
<artifactId>p3c-pmd</artifactId>
<version>2.2.3.0x-SNAPSHOT</version>
<version>2.2.3.0x</version>
<packaging>jar</packaging>
<name>p3c-pmd</name>
<properties>
Expand Down

0 comments on commit bf70286

Please sign in to comment.