Skip to content

Commit

Permalink
config-server fails to start fixes #75
Browse files Browse the repository at this point in the history
  • Loading branch information
mohamed-taman committed Jul 31, 2020
1 parent 5f37f6f commit ebc0615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions store-base/store-build-chassis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0-M1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -19,7 +19,7 @@

<properties>
<java.version>15</java.version>
<spring.cloud.version>2020.0.0-SNAPSHOT</spring.cloud.version>
<spring.cloud.version>2020.0.0-M3</spring.cloud.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

Expand Down

0 comments on commit ebc0615

Please sign in to comment.