Skip to content

Commit

Permalink
Merge branch 'master' into remove_ctrip_profile
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredTan95 authored Aug 26, 2021
2 parents 5d91301 + e6d05fa commit a8d3941
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ Release Notes.
Apollo 1.10.0

------------------

* [Bump version to 1.10.0](https://github.com/ctripcorp/apollo/pull/3917)
* [Fix issue that the $ symbol is not used when reading shell variables](https://github.com/ctripcorp/apollo/pull/3890)
* [Bump xstream from 1.4.17 to 1.4.18](https://github.com/apolloconfig/apollo/pull/3916)
* [remove ctrip profile](https://github.com/ctripcorp/apollo/pull/3920)

------------------
Expand Down
2 changes: 1 addition & 1 deletion apollo-adminservice/src/main/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ do
fi
done

if [[ ! -f PATH_TO_JAR && -d current ]]; then
if [[ ! -f $PATH_TO_JAR && -d current ]]; then
cd current
for i in `ls $SERVICE_NAME-*.jar 2>/dev/null`
do
Expand Down
2 changes: 1 addition & 1 deletion apollo-configservice/src/main/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ do
fi
done

if [[ ! -f PATH_TO_JAR && -d current ]]; then
if [[ ! -f $PATH_TO_JAR && -d current ]]; then
cd current
for i in `ls $SERVICE_NAME-*.jar 2>/dev/null`
do
Expand Down
2 changes: 1 addition & 1 deletion apollo-portal/src/main/scripts/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ do
fi
done

if [[ ! -f PATH_TO_JAR && -d current ]]; then
if [[ ! -f $PATH_TO_JAR && -d current ]]; then
cd current
for i in `ls $SERVICE_NAME-*.jar 2>/dev/null`
do
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.17</version>
<version>1.4.18</version>
</dependency>
<!--for test -->
<dependency>
Expand Down

0 comments on commit a8d3941

Please sign in to comment.