Skip to content

Commit fffd3b4

Browse files
QilongZhangstraybirdzls
authored andcommitted
Upgrade SOFA Gradle Plugin version (sofastack#323)
* upgrade sofa boot gradle version
1 parent 533eed7 commit fffd3b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sofa-boot-gradle-plugin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ plugins {
1111
}
1212

1313
group 'com.alipay.sofa'
14-
version '3.1.1-SNAPSHOT'
14+
version '3.1.1'
1515

1616
sourceCompatibility = 1.8
1717

sofa-boot-gradle-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.alipay.sofa</groupId>
77
<artifactId>sofa-boot-runtime</artifactId>
8-
<version>3.1.1-SNAPSHOT</version>
8+
<version>3.1.1</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sofa-boot-gradle-plugin</artifactId>

0 commit comments

Comments
 (0)