Functions: Release - 1.0.0-M3

This commit is contained in:
Soby Chacko
2020-09-29 14:59:33 -04:00
parent cd305e5e0a
commit e1d29f8d24
65 changed files with 127 additions and 127 deletions

View File

@@ -3,14 +3,14 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>http-request-function</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M3</version>
<name>http-request-function</name>
<description>Spring Native Function for Submitting an HTTP request</description>
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0-M3</version>
<relativePath>../../spring-functions-parent</relativePath>
</parent>