Skip to content

Commit

Permalink
1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
骏烈 committed Jun 13, 2018
1 parent 9ff1999 commit 602ddb1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion eclipse-plugin/com.alibaba.smartfox.eclipse.plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>com.alibaba.p3c</groupId>
<artifactId>p3c-pmd</artifactId>
<version>1.3.4</version>
<version>1.3.5</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand Down
2 changes: 1 addition & 1 deletion idea-plugin/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ pmd_version=5.5.2
gradle_jetbrains_version=0.2.13
systemProp.file.encoding=UTF-8

plugin_version=1.0.4
plugin_version=1.0.5
2 changes: 1 addition & 1 deletion idea-plugin/p3c-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

dependencies {
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.25-incubating'
compile 'com.alibaba.p3c:p3c-pmd:1.3.4'
compile 'com.alibaba.p3c:p3c-pmd:1.3.5'
compile group: 'org.javassist', name: 'javassist', version: '3.21.0-GA'
}

Expand Down

0 comments on commit 602ddb1

Please sign in to comment.