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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user