Skip to content

Commit

Permalink
Update version to 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
micyo202 committed May 7, 2020
1 parent 3d6f66e commit acefa04
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ image::https://upload-images.jianshu.io/upload_images/8015461-16e4831f4de664c7.p

image:https://travis-ci.org/micyo202/lion.svg?branch=master["Build Status", link="https://travis-ci.org/micyo202/lion"]
image:https://codecov.io/gh/micyo202/lion/branch/master/graph/badge.svg["Codecov", link="https://codecov.io/gh/micyo202/lion"]
image:https://img.shields.io/badge/Version-2.0.3-blue.svg["Version", link="https://github.com/micyo202/lion/releases"]
image:https://img.shields.io/badge/Version-2.0.4-blue.svg["Version", link="https://github.com/micyo202/lion/releases"]
image:https://img.shields.io/badge/Java-8+-yellow.svg["Java", link="https://www.oracle.com/technetwork/java/javase/downloads/index.html"]
image:https://img.shields.io/badge/Gradle-6.3-01BC7E.svg["Gradle", link="https://gradle.org"]
image:https://img.shields.io/badge/SpringBoot-2.2.6.RELEASE-FF69B4.svg["Spring Boot", link="https://spring.io/projects/spring-boot"]
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ subprojects {
apply plugin: 'jacoco'

group = 'com.lion'
version = '2.0.3'
version = '2.0.4'
sourceCompatibility = '1.8'

ext {
Expand Down
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
restart: always

lion-admin:
image: micyo202/lion-admin:2.0.3
image: micyo202/lion-admin:2.0.4
ports:
- "8200:8200"
environment:
Expand All @@ -91,7 +91,7 @@ services:
restart: always

lion-gateway:
image: micyo202/lion-gateway:2.0.3
image: micyo202/lion-gateway:2.0.4
ports:
- "8400:8400"
environment:
Expand All @@ -102,7 +102,7 @@ services:
restart: always

lion-auth:
image: micyo202/lion-auth:2.0.3
image: micyo202/lion-auth:2.0.4
ports:
- "8888:8888"
environment:
Expand All @@ -113,7 +113,7 @@ services:
restart: always

lion-demo-provider:
image: micyo202/lion-demo-provider:2.0.3
image: micyo202/lion-demo-provider:2.0.4
ports:
- "8601:8601"
environment:
Expand All @@ -124,7 +124,7 @@ services:
restart: always

lion-demo-consumer:
image: micyo202/lion-demo-consumer:2.0.3
image: micyo202/lion-demo-consumer:2.0.4
ports:
- "8701:8701"
environment:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ private ApiInfo apiInfo() {
.termsOfServiceUrl("https://github.com/micyo202/lion")
//创建人
.contact(new Contact("Yanzheng", "https://github.com/micyo202/lion", "[email protected]"))
.version("2.0.3")
.version("2.0.4")
.build();
}

Expand Down

0 comments on commit acefa04

Please sign in to comment.