Skip to content
Snippets Groups Projects
Commit d22a92c4 authored by Naveen Ramachandraiah's avatar Naveen Ramachandraiah
Browse files

Upgrade spring-boot-maven-plugin to 2.7.6

parent af606f11
No related branches found
No related tags found
2 merge requests!296Upgrade spring-boot-maven-plugin to 2.7.6 into azure/m12-master,!295Upgrade spring-boot-maven-plugin to 2.7.6
Pipeline #151645 failed
......@@ -18,6 +18,7 @@
<java.version>8</java.version>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.source>${java.version}</maven.compiler.source>
<spring-boot-maven-plugin.version>2.7.6</spring-boot-maven-plugin.version>
</properties>
<dependencies>
......@@ -89,6 +90,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${spring-boot-maven-plugin.version}</version>
<configuration>
<profiles>
<profile>
......@@ -149,4 +151,4 @@
</plugin>
</plugins>
</build>
</project>
\ No newline at end of file
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment