Skip to content

Commit

Permalink
version to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nobodyiam committed Aug 1, 2020
1 parent fe09098 commit 27aa832
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apollo-adminservice/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV APOLLO_RUN_MODE "Docker"
ENV VERSION 1.7.0-SNAPSHOT
ENV VERSION 1.7.0
ENV SERVER_PORT 8090

RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Expand Down
2 changes: 1 addition & 1 deletion apollo-configservice/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV APOLLO_RUN_MODE "Docker"
ENV VERSION 1.7.0-SNAPSHOT
ENV VERSION 1.7.0
ENV SERVER_PORT 8080

RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Expand Down
2 changes: 1 addition & 1 deletion apollo-portal/src/main/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ FROM openjdk:8-jre-alpine
MAINTAINER ameizi <[email protected]>

ENV APOLLO_RUN_MODE "Docker"
ENV VERSION 1.7.0-SNAPSHOT
ENV VERSION 1.7.0
ENV SERVER_PORT 8070

RUN echo "http://mirrors.aliyun.com/alpine/v3.8/main" > /etc/apk/repositories \
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</developers>

<properties>
<revision>1.7.0-SNAPSHOT</revision>
<revision>1.7.0</revision>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<platform-bom.version>Cairo-SR4</platform-bom.version>
Expand Down
2 changes: 1 addition & 1 deletion scripts/helm/apollo-portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: apollo-portal
description: A Helm chart for Apollo Portal
type: application
version: 0.1.0
appVersion: 1.7.0-SNAPSHOT
appVersion: 1.7.0
home: https://github.com/ctripcorp/apollo
icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion scripts/helm/apollo-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: apollo-service
description: A Helm chart for Apollo Config Service and Apollo Admin Service
type: application
version: 0.1.0
appVersion: 1.7.0-SNAPSHOT
appVersion: 1.7.0
home: https://github.com/ctripcorp/apollo
icon: https://raw.githubusercontent.com/ctripcorp/apollo/master/apollo-portal/src/main/resources/static/img/logo-simple.png
maintainers:
Expand Down

0 comments on commit 27aa832

Please sign in to comment.