From a6f59babf07398f39bf68d2fb59f291b647ddb9a Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Thu, 7 May 2020 12:10:04 +0200 Subject: [PATCH] Polish POM for function-sample-supplier-exporter --- .../function-sample-supplier-exporter/pom.xml | 33 ++++++++++++++----- 1 file changed, 25 insertions(+), 8 deletions(-) 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} + +