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>Demo project for Spring Boot</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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

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>

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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

View File

@@ -11,7 +11,7 @@
<description>Demo project for Spring Boot</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>kafka-streams-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Kinesis Sample</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>kinesis-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Sample JDBC Source App</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>multi-io-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Multibinder Sample</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>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Multibinder Two Kafka Clusters Sample</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>multibinder-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Partitioning Kafka</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>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Partitioning Rabbit</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>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Partitioning Kafka</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>partitioning-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -2,7 +2,7 @@
<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>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>
<packaging>pom</packaging>

View File

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

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>processor-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Reactive Processor</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>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Reactive Processor for Sensor Average</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>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream StreamListener Basic Sample</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>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Uppercase Transformer</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>schema-registry-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>schema-registry-confluent</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -9,8 +9,8 @@
<description>Schema Registry Confluent Sample</description>
<modules>
<module>producer1-confluent</module>
<module>producer2-confluent</module>
<module>consumer-confluent</module>
<module>schema-registry-confluent-producer1</module>
<module>schema-registry-confluent-producer2</module>
<module>schema-registry-confluent-consumer</module>
</modules>
</project>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>consumer-confluent</artifactId>
<artifactId>schema-registry-confluent-consumer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>consumer-confluent</name>
<name>schema-registry-confluent-consumer</name>
<description>Schema Registry 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>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>producer1-confluent</artifactId>
<artifactId>schema-registry-confluent-producer1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>producer1-confluent</name>
<name>schema-registry-confluent-producer1</name>
<description>Schema Registry Producer1</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>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>producer2-confluent</artifactId>
<artifactId>schema-registry-confluent-producer2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>producer2-confluent</name>
<name>schema-registry-confluent-producer2</name>
<description>Schema Registry Producer2</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>schema-registry-vanilla</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
@@ -9,9 +9,9 @@
<description>Schema Registry Vanilla Sample</description>
<modules>
<module>producer1</module>
<module>producer2</module>
<module>consumer</module>
<module>registry</module>
<module>schema-registry-vanilla-producer1</module>
<module>schema-registry-vanilla-producer2</module>
<module>schema-registry-vanilla-consumer</module>
<module>schema-registry-vanilla-server</module>
</modules>
</project>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>consumer</artifactId>
<artifactId>schema-registry-vanilla-consumer</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>consumer</name>
<name>schema-registry-vanilla-consumer</name>
<description>Schema Registry 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>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>producer1</artifactId>
<artifactId>schema-registry-vanilla-producer1</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>producer1</name>
<name>schema-registry-vanilla-producer1</name>
<description>Schema Registry Producer1</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>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>producer2</artifactId>
<artifactId>schema-registry-vanilla-producer2</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>producer2</name>
<name>schema-registry-vanilla-producer2</name>
<description>Schema Registry Producer2</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>

View File

@@ -2,14 +2,14 @@
<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>
<artifactId>registry</artifactId>
<artifactId>schema-registry-vanilla-server</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>registry</name>
<name>schema-registry-vanilla-server</name>
<description>Schema Registry for sample</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>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Sample JDBC Sink App</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>sink-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -9,7 +9,7 @@
<description>Spring Cloud Stream Sample JDBC Source App</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>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Sample JDBC Source App</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>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>source-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

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>spring.cloud.stream.samples</groupId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>testing-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>

View File

@@ -10,7 +10,7 @@
<description>Spring Cloud Stream Sample for Testing with Embedded Kafka</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>

View File

@@ -10,7 +10,7 @@
<description>Demonstrating how to test spring cloud stream apps</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>

View File

@@ -1,8 +1,8 @@
<?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>spring.cloud.stream.samples</groupId>
<artifactId>transaction-samples</artifactId>
<groupId>io.spring.cloud.stream.sample</groupId>
<artifactId>transaction-kafka-samples</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>transactions-samples</name>

View File

@@ -9,7 +9,7 @@
<description>Transaction http source</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>

View File

@@ -9,7 +9,7 @@
<description>Schema Registry 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>

View File

@@ -2,7 +2,7 @@
<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>
<artifactId>transaction-spring-data-processro</artifactId>
<artifactId>transaction-spring-data-processor</artifactId>
<version>0.0.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>transaction-spring-data-processor</name>
@@ -10,7 +10,7 @@
</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>