Skip to content

Commit

Permalink
Upgrade SOFA Gradle Plugin version (#323)
Browse files Browse the repository at this point in the history
* upgrade sofa boot gradle version
  • Loading branch information
QilongZhang authored and straybirdzls committed Dec 29, 2018
1 parent 533eed7 commit fffd3b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sofa-boot-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {
}

group 'com.alipay.sofa'
version '3.1.1-SNAPSHOT'
version '3.1.1'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion sofa-boot-gradle-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.alipay.sofa</groupId>
<artifactId>sofa-boot-runtime</artifactId>
<version>3.1.1-SNAPSHOT</version>
<version>3.1.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sofa-boot-gradle-plugin</artifactId>
Expand Down

0 comments on commit fffd3b4

Please sign in to comment.