Skip to content

Commit

Permalink
Merge pull request #78 from zalando/upgrade-deps-v4
Browse files Browse the repository at this point in the history
upgrade spring cloud to Greenwich.SR4
  • Loading branch information
mrandi authored Nov 27, 2019
2 parents 7af7516 + 851f00d commit 91426b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>
<version>Greenwich.SR3</version>
<version>Greenwich.SR4</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -72,7 +72,7 @@
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-jar-plugin.version>3.1.2</maven-jar-plugin.version>
<maven-jar-plugin.version>3.2.0</maven-jar-plugin.version>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<maven-install-plugin.version>2.5.2</maven-install-plugin.version>
</properties>
Expand Down

0 comments on commit 91426b4

Please sign in to comment.