Skip to content

Commit

Permalink
灰度发布完成。
Browse files Browse the repository at this point in the history
  • Loading branch information
saleson committed Jan 9, 2018
1 parent 0bae5f0 commit 884efd5
Show file tree
Hide file tree
Showing 47 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion fm-cloud/fm-cloud-demo/fm-eureka-client2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</dependency>
<dependency>
<groupId>com.fm</groupId>
<artifactId>fm-cloud-gray-bunny-core</artifactId>
<artifactId>fm-cloud-graybunny</artifactId>
</dependency>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>fm-cloud-gray-bunny-core</artifactId>
<artifactId>fm-cloud-graybunny</artifactId>

<dependencies>

<dependency>
<groupId>com.fm</groupId>
<artifactId>fm-cloud-bamboo</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion fm-cloud/fm-cloud-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<packaging>pom</packaging>
<modules>
<module>fm-cloud-bamboo</module>
<module>fm-cloud-gray-bunny-core</module>
<module>fm-cloud-graybunny</module>
</modules>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<dependency>
<groupId>com.fm</groupId>
<artifactId>fm-cloud-gray-bunny-core</artifactId>
<artifactId>fm-cloud-graybunny</artifactId>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion fm-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</dependency>
<dependency>
<groupId>com.fm</groupId>
<artifactId>fm-cloud-gray-bunny-core</artifactId>
<artifactId>fm-cloud-graybunny</artifactId>
<version>${fm-cloud.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 884efd5

Please sign in to comment.