More fixes to aws-custom POM for release
This commit is contained in:
@@ -10,13 +10,14 @@
|
|||||||
</parent>
|
</parent>
|
||||||
<groupId>io.spring.sample</groupId>
|
<groupId>io.spring.sample</groupId>
|
||||||
<artifactId>function-sample-aws-custom</artifactId>
|
<artifactId>function-sample-aws-custom</artifactId>
|
||||||
<version>${spring-cloud-function.version}</version>
|
<version>2.0.0.RELEASE</version>
|
||||||
<name>lambda</name>
|
<name>lambda</name>
|
||||||
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime</description>
|
<description>Demo project for Spring Cloud Function with custom AWS Lambda runtime</description>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<java.version>1.8</java.version>
|
<java.version>1.8</java.version>
|
||||||
<wrapper.version>1.0.21.RELEASE</wrapper.version>
|
<wrapper.version>1.0.21.RELEASE</wrapper.version>
|
||||||
|
<spring-cloud-function.version>2.1.0.BUILD-SNAPSHOT</spring-cloud-function.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
|||||||
Reference in New Issue
Block a user