Renamed Kafka test artifacts

This commit is contained in:
Marius Bogoevici
2017-02-08 18:06:12 -05:00
parent 83eca9b734
commit 8fafc2605e
7 changed files with 9 additions and 9 deletions

View File

@@ -21,8 +21,8 @@
<module>spring-cloud-stream-binder-kafka</module>
<module>spring-cloud-starter-stream-kafka</module>
<module>spring-cloud-stream-binder-kafka-docs</module>
<module>spring-cloud-stream-binder-kafka-0.9.0.1-test</module>
<module>spring-cloud-stream-binder-kafka-0.10.0.1-test</module>
<module>spring-cloud-stream-binder-kafka-0.9-test</module>
<module>spring-cloud-stream-binder-kafka-0.10.0-test</module>
</modules>
<dependencyManagement>

View File

@@ -6,8 +6,8 @@
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-stream-binder-kafka-0.10.0.1-test</artifactId>
<description>Spring Cloud Stream Kafka Binder 0.10.0.1 Tests</description>
<artifactId>spring-cloud-stream-binder-kafka-0.10.0-test</artifactId>
<description>Spring Cloud Stream Kafka Binder 0.10.0 Tests</description>
<url>http://projects.spring.io/spring-cloud</url>
<organization>
<name>Pivotal Software, Inc.</name>

View File

@@ -23,6 +23,6 @@ package org.springframework.cloud.stream.binder.kafka;
*
* @author Soby Chacko
*/
public class Kafka01001BinderTests extends Kafka10BinderTests {
public class Kafka_0_10_0_BinderTests extends Kafka10BinderTests {
}

View File

@@ -6,8 +6,8 @@
<artifactId>spring-cloud-stream-binder-kafka-parent</artifactId>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-cloud-stream-binder-kafka-0.9.0.1-test</artifactId>
<description>Spring Cloud Stream Kafka Binder 0.9.0.1 Tests</description>
<artifactId>spring-cloud-stream-binder-kafka-0.9</artifactId>
<description>Spring Cloud Stream Kafka Binder 0.9 Tests</description>
<url>http://projects.spring.io/spring-cloud</url>
<organization>
<name>Pivotal Software, Inc.</name>

View File

@@ -50,7 +50,7 @@ import org.springframework.retry.RetryOperations;
* @author Mark Fisher
* @author Ilayaperumal Gopinathan
*/
public class Kafka09BinderTests extends KafkaBinderTests {
public class Kafka_09_BinderTests extends KafkaBinderTests {
private final String CLASS_UNDER_TEST_NAME = KafkaMessageChannelBinder.class.getSimpleName();

View File

@@ -40,7 +40,7 @@ import static org.assertj.core.api.Assertions.assertThat;
* @author Gary Russell
* @author Mark Fisher
*/
public class RawModeKafka09BinderTests extends Kafka09BinderTests {
public class RawModeKafka09BinderTests extends Kafka_09_BinderTests {
@Test
@Override