Update functions to 1.0.0-SNAPSHOT from BUILD-SNAPSHOT

This commit is contained in:
Soby Chacko
2020-05-07 18:11:18 -04:00
parent 382a5eecea
commit e2d59034c7
19 changed files with 38 additions and 38 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>splitter-function</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<name>splitter-function</name>
<description>Spring Native Function for Splitter</description>
<parent>
<groupId>org.springframework.cloud.fn</groupId>
<artifactId>spring-functions-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<version>1.0.0-SNAPSHOT</version>
<relativePath>../../spring-functions-parent</relativePath>
</parent>