Skip to content

Commit a0f1ecf

Browse files
authored
release 3.1.4 (#425)
1 parent e766c1d commit a0f1ecf

File tree

31 files changed

+32
-32
lines changed

31 files changed

+32
-32
lines changed

healthcheck-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.1.4-SNAPSHOT</version>
25+
<version>3.1.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

infra-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.1.4-SNAPSHOT</version>
25+
<version>3.1.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

infra-sofa-boot-starter/src/test/java/com/alipay/sofa/infra/usercases/SofaBootVersionEndpointTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public void test() {
4343

4444
Assert.assertTrue("com.alipay.sofa".equals(versionInfo.getProperty("GroupId")));
4545
Assert.assertTrue("infra-sofa-boot-starter".equals(versionInfo.getProperty("ArtifactId")));
46-
Assert.assertTrue("https://github.com/alipay/sofa-boot".equals(versionInfo
46+
Assert.assertTrue("https://github.com/sofastack/sofa-boot".equals(versionInfo
4747
.getProperty("Doc-Url")));
4848
}
4949
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
GroupId=com.alipay.sofa
22
ArtifactId=infra-sofa-boot-starter
33
Version=mock-version
4-
Doc-Url=https://github.com/alipay/sofa-boot
4+
Doc-Url=https://github.com/sofastack/sofa-boot
55
Commit-Id=1f79d79565d0eab9dae499a19331718b92fdcb5f
66
Commit-Time=2018-06-29T20:08:06+0800
77
Built-Time=2018-06-29T21:25:45+0800

isle-sofa-boot-starter/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.4-SNAPSHOT</version>
8+
<version>3.1.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@
2323
<parent>
2424
<groupId>com.alipay.sofa</groupId>
2525
<artifactId>sofaboot-dependencies</artifactId>
26-
<version>3.1.4-SNAPSHOT</version>
26+
<version>3.1.4</version>
2727
</parent>
2828

2929
<modelVersion>4.0.0</modelVersion>
3030
<artifactId>sofa-boot-runtime</artifactId>
31-
<version>3.1.4-SNAPSHOT</version>
31+
<version>3.1.4</version>
3232
<packaging>pom</packaging>
3333

3434
<name>SOFABoot Runtime</name>

runtime-sofa-boot-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.1.4-SNAPSHOT</version>
25+
<version>3.1.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

runtime-sofa-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>com.alipay.sofa</groupId>
2424
<artifactId>sofa-boot-runtime</artifactId>
25-
<version>3.1.4-SNAPSHOT</version>
25+
<version>3.1.4</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

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.4-SNAPSHOT'
14+
version '3.1.4'
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.4-SNAPSHOT</version>
8+
<version>3.1.4</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111
<artifactId>sofa-boot-gradle-plugin</artifactId>

0 commit comments

Comments
 (0)