Skip to content

Commit e1e3754

Browse files
author
Roman Shulnyaev
committed
fix spring-boot-maven-plugin version to be compatible with Java 11
1 parent 4f5c9e4 commit e1e3754

File tree

1 file changed

+1
-0
lines changed
  • metrics-facade-spring/metrics-facade-spring-boot-sample-app

1 file changed

+1
-0
lines changed

metrics-facade-spring/metrics-facade-spring-boot-sample-app/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@
5959
<plugin>
6060
<groupId>org.springframework.boot</groupId>
6161
<artifactId>spring-boot-maven-plugin</artifactId>
62+
<version>${spring-boot.version}</version>
6263

6364
<executions>
6465
<execution>

0 commit comments

Comments
 (0)