Skip to content

Commit

Permalink
1. ReadMe update
Browse files Browse the repository at this point in the history
2. 版本管理方式修改
  • Loading branch information
dyc87112 committed Jul 24, 2018
1 parent 89ee124 commit 5d852d7
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 19 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@
**项目地址**

- Github: https://github.com/dyc87112/spring-cloud-config-admin
- 前端Github: https://github.com/stone-jin/spring-cloud-config-admin-web
- Gitee:https://gitee.com/didispace/spring-cloud-config-admin

- 前端Github: https://github.com/stone-jin/spring-cloud-config-admin-web
- 前端Gitee: https://gitee.com/stone-jin/spring-cloud-config-admin-web

# 使用手册
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,12 @@
<version>3.9.1</version>
</dependency>

<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.44</version>
</dependency>

<dependency>
<groupId>com.didispace</groupId>
<artifactId>easy-utils</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scca-discovery-consul/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand Down
3 changes: 1 addition & 2 deletions scca-discovery-eureka/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand All @@ -29,7 +29,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.44</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scca-persistence-db/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion scca-persistence-git/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<dependency>
Expand Down
23 changes: 11 additions & 12 deletions scca-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-core</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
</dependency>

<!-- spring boot-->
Expand All @@ -33,7 +33,6 @@
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.41</version>
</dependency>

<!-- others -->
Expand All @@ -56,28 +55,28 @@
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-discovery-eureka</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>com.didispace</groupId>-->
<!--<artifactId>scca-discovery-consul</artifactId>-->
<!--<version>1.0.0-SNAPSHOT</version>-->
<!--<scope>test</scope>-->
<!--<groupId>com.didispace</groupId>-->
<!--<artifactId>scca-discovery-consul</artifactId>-->
<!--<version>${version}</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->

<!-- scca persistence dependency -->
<dependency>
<groupId>com.didispace</groupId>
<artifactId>scca-persistence-db</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>${version}</version>
<scope>test</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>com.didispace</groupId>-->
<!--<artifactId>scca-persistence-git</artifactId>-->
<!--<version>1.0.0-SNAPSHOT</version>-->
<!--<scope>test</scope>-->
<!--<groupId>com.didispace</groupId>-->
<!--<artifactId>scca-persistence-git</artifactId>-->
<!--<version>${version}</version>-->
<!--<scope>test</scope>-->
<!--</dependency>-->

<dependency>
Expand Down
1 change: 0 additions & 1 deletion scca-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

<groupId>com.didispace</groupId>
<artifactId>scca-ui</artifactId>
<version>1.0.0-SNAPSHOT</version>
<packaging>jar</packaging>

<name>scca-ui</name>
Expand Down

0 comments on commit 5d852d7

Please sign in to comment.