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

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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-samples</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -11,8 +11,8 @@
<url>http://www.spring.io</url>
</organization>
<parent>
<groupId>org.springframework.bus</groupId>
<artifactId>spring-bus-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-streams-parent</artifactId>
<version>1.0.0.BUILD-SNAPSHOT</version>
</parent>
<modules>

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-sink</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>

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>

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</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>

View File

@@ -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>