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:
@@ -10,7 +10,7 @@
|
||||
<description>Demo project for a polled consumer</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