Skip to content

Commit eea478e

Browse files
authored
prepare release of 1.5.0-Hoxton (#349)
* fix release docs error * prepare release of 1.5.0-Hoxton
1 parent 6fb55dd commit eea478e

File tree

63 files changed

+70
-68
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+70
-68
lines changed

coverage-reports/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.huaweicloud</groupId>
2323
<artifactId>spring-cloud-huawei-parents</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
<relativePath>../spring-cloud-huawei-parents</relativePath>
2626
</parent>
2727

docs/release.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414

1515
mvn versions:set -DgenerateBackupPoms=false -DnewVersion=1.5.0
1616
17+
部分 Dockerfile 里面也引用了版本号,需要排查一定修改。
18+
1719
2. 下载项目代码。
1820

1921
git clone https://github.com/huaweicloud/spring-cloud-huawei.git
@@ -28,7 +30,7 @@
2830
2931
5. 发布
3032

31-
mvn clean deploy -Prelease
33+
mvn clean deploy -Prelease -DskipTests
3234

3335
6. 生成 release notes 。 在 github 页面打上 tag, 书写 release notes。
3436

governance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>spring-cloud-huawei-parents</artifactId>
2323
<groupId>com.huaweicloud</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
<relativePath>../spring-cloud-huawei-parents</relativePath>
2626
</parent>
2727

integration-tests/discovery-tests/discovery-tests-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.huaweicloud</groupId>
2323
<artifactId>discovery-tests</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

integration-tests/discovery-tests/order-consumer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.huaweicloud</groupId>
2323
<artifactId>discovery-tests</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

integration-tests/discovery-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>integration-tests</artifactId>
2323
<groupId>com.huaweicloud</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>discovery-tests</artifactId>

integration-tests/discovery-tests/price-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.huaweicloud</groupId>
2323
<artifactId>discovery-tests</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

integration-tests/docker-build-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<artifactId>integration-tests</artifactId>
2424
<groupId>com.huaweicloud</groupId>
25-
<version>1.5.0</version>
25+
<version>1.5.0-Hoxton</version>
2626
</parent>
2727
<modelVersion>4.0.0</modelVersion>
2828

integration-tests/docker-run-config/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>integration-tests</artifactId>
2323
<groupId>com.huaweicloud</groupId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>com.huaweicloud</groupId>
2323
<artifactId>spring-cloud-huawei-parents</artifactId>
24-
<version>1.5.0</version>
24+
<version>1.5.0-Hoxton</version>
2525
<relativePath>../spring-cloud-huawei-parents</relativePath>
2626
</parent>
2727

0 commit comments

Comments
 (0)