diff --git a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml
index 6ae6d240e..de2fce1aa 100644
--- a/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml
+++ b/spring-cloud-function-samples/function-sample-supplier-exporter/pom.xml
@@ -3,22 +3,25 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
4.0.0
+
+ io.spring.sample
+ function-sample-aws-supplier-exporter
+ 2.0.0.RELEASE
+ jar
+ function-sample-aws-supplier-exporter
+ Spring Cloud Function Example showing Supplier Exporter
+
org.springframework.boot
spring-boot-starter-parent
- 2.3.0.M4
-
+ 2.3.0.BUILD-SNAPSHOT
+
- com.example
- function-sample-aws-supplier-exporter
- 1.0.0.RELEASE
- function-sample-aws-supplier-exporter
- Demo project for Spring Boot
1.8
3.1.0.BUILD-SNAPSHOT
- Dysprosium-SR6
+ 1.0.17.RELEASE
@@ -65,9 +68,23 @@
+
+ org.apache.maven.plugins
+ maven-deploy-plugin
+
+ true
+
+
org.springframework.boot
spring-boot-maven-plugin
+
+
+ org.springframework.boot.experimental
+ spring-boot-thin-layout
+ ${wrapper.version}
+
+