Switch to spring-cloud-streams naming

This commit is contained in:
Dave Syer
2015-07-08 17:02:44 +01:00
parent 71e53321dc
commit 997356cbe5
32 changed files with 34 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
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>
<groupId>org.springframework.bus</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-xd-module-runner-sample-source-xml</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
@@ -12,7 +12,7 @@
<description>Demo project for Spring XD module</description>
<parent>
<groupId>org.springframework.bus</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-xd-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
@@ -25,7 +25,7 @@
<dependencies>
<dependency>
<groupId>org.springframework.bus</groupId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-xd-runner</artifactId>
</dependency>
<dependency>