Unify the artifacts under same groupId

All sample artifacts are now published under io.spring.cloud.stream.sample groupId
Renaming the artifacts to uniquely identify them as they will be published to snapshots repository

Resolves #89
This commit is contained in:
Soby Chacko
2018-08-15 18:33:15 -04:00
parent a5eb9eabc2
commit 267b58d7b4
93 changed files with 74 additions and 74 deletions

View File

@@ -11,7 +11,7 @@
<description>Spring Cloud Stream sample for KStream interactive queries</description>
<parent>
<groupId>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>spring-cloud-stream-samples-parent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../..</relativePath>