diff --git a/helloworld/pom.xml b/helloworld/pom.xml index feac138..6283dfa 100644 --- a/helloworld/pom.xml +++ b/helloworld/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-helloworld - 2.3.0-M1 + 2.3.0-M2 jar Spring AMQP Hello World https://www.spring.io @@ -16,7 +16,7 @@ true - 2.3.0-M1 + 2.3.0-M2 UTF-8 1.8 false diff --git a/log4j2/pom.xml b/log4j2/pom.xml index bde5ab7..b11e095 100644 --- a/log4j2/pom.xml +++ b/log4j2/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples log4j2 - 2.3.0-M1 + 2.3.0-M2 jar log4j2 @@ -14,15 +14,15 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.4.0-M1 UTF-8 1.8 - 5.3.0-M1 - 2.3.0-M1 + 5.3.0-M2 + 2.3.0-M2 diff --git a/pom.xml b/pom.xml index 7c0a47b..44249e7 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.springframework.amqp spring-amqp-samples Spring AMQP Samples - 2.3.0-M1 + 2.3.0-M2 pom helloworld diff --git a/spring-rabbit-confirms-returns/pom.xml b/spring-rabbit-confirms-returns/pom.xml index a6835b5..0088b3d 100644 --- a/spring-rabbit-confirms-returns/pom.xml +++ b/spring-rabbit-confirms-returns/pom.xml @@ -5,7 +5,7 @@ org.springframework.amqp.samples spring-rabbit-confirms-returns - 2.3.0-M1 + 2.3.0-M2 jar spring-rabbit-confirms-returns @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.4.0-M1 @@ -22,7 +22,7 @@ UTF-8 UTF-8 1.8 - 2.3.0-M1 + 2.3.0-M2 diff --git a/spring-rabbit-confirms-returns/src/test/java/org/springframework/amqp/samples/confirms/SpringRabbitConfirmsReturnsApplicationTests.java b/spring-rabbit-confirms-returns/src/test/java/org/springframework/amqp/samples/confirms/SpringRabbitConfirmsReturnsApplicationTests.java index 67a237f..79788e8 100644 --- a/spring-rabbit-confirms-returns/src/test/java/org/springframework/amqp/samples/confirms/SpringRabbitConfirmsReturnsApplicationTests.java +++ b/spring-rabbit-confirms-returns/src/test/java/org/springframework/amqp/samples/confirms/SpringRabbitConfirmsReturnsApplicationTests.java @@ -1,5 +1,5 @@ /* - * Copyright 2017 the original author or authors. + * Copyright 2017-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,12 +16,10 @@ package org.springframework.amqp.samples.confirms; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; +import org.junit.jupiter.api.Test; + +import org.springframework.boot.test.context.SpringBootTest; -@RunWith(SpringRunner.class) @SpringBootTest public class SpringRabbitConfirmsReturnsApplicationTests { diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml index d8c5aeb..28bac39 100644 --- a/spring-rabbit-global-errorhandler/pom.xml +++ b/spring-rabbit-global-errorhandler/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-global-errorhandler - 2.3.0-M1 + 2.3.0-M2 jar spring-rabbit-global-errorhandler @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.4.0-M1 @@ -22,7 +22,7 @@ UTF-8 UTF-8 1.8 - 2.3.0-M1 + 2.3.0-M2 diff --git a/spring-rabbit-global-errorhandler/src/test/java/org/springframework/amqp/samples/errorhandler/ApplicationTests.java b/spring-rabbit-global-errorhandler/src/test/java/org/springframework/amqp/samples/errorhandler/ApplicationTests.java index d0808a7..236eba0 100644 --- a/spring-rabbit-global-errorhandler/src/test/java/org/springframework/amqp/samples/errorhandler/ApplicationTests.java +++ b/spring-rabbit-global-errorhandler/src/test/java/org/springframework/amqp/samples/errorhandler/ApplicationTests.java @@ -1,11 +1,9 @@ package org.springframework.amqp.samples.errorhandler; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; +import org.junit.jupiter.api.Test; + +import org.springframework.boot.test.context.SpringBootTest; -@RunWith(SpringRunner.class) @SpringBootTest public class ApplicationTests { diff --git a/spring-rabbit-json/pom.xml b/spring-rabbit-json/pom.xml index 63f2691..b43f3bf 100644 --- a/spring-rabbit-json/pom.xml +++ b/spring-rabbit-json/pom.xml @@ -5,7 +5,7 @@ com.example spring-rabbit-json - 2.3.0-M1 + 2.3.0-M2 jar spring-rabbit-json @@ -14,7 +14,7 @@ org.springframework.boot spring-boot-starter-parent - 2.3.1.RELEASE + 2.4.0-M1 @@ -22,7 +22,7 @@ UTF-8 UTF-8 1.8 - 2.3.0-M1 + 2.3.0-M2 diff --git a/spring-rabbit-json/src/test/java/org/springframework/amqp/samples/json/ApplicationTests.java b/spring-rabbit-json/src/test/java/org/springframework/amqp/samples/json/ApplicationTests.java index fd35dee..306a73a 100644 --- a/spring-rabbit-json/src/test/java/org/springframework/amqp/samples/json/ApplicationTests.java +++ b/spring-rabbit-json/src/test/java/org/springframework/amqp/samples/json/ApplicationTests.java @@ -1,11 +1,9 @@ package org.springframework.amqp.samples.json; -import org.junit.Test; -import org.junit.runner.RunWith; -import org.springframework.boot.test.context.SpringBootTest; -import org.springframework.test.context.junit4.SpringRunner; +import org.junit.jupiter.api.Test; + +import org.springframework.boot.test.context.SpringBootTest; -@RunWith(SpringRunner.class) @SpringBootTest public class ApplicationTests { diff --git a/stocks/pom.xml b/stocks/pom.xml index 50b5363..18dc19f 100644 --- a/stocks/pom.xml +++ b/stocks/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.samples.spring spring-rabbit-stocks - 2.3.0-M1 + 2.3.0-M2 war Spring Rabbit Stocks https://www.spring.io @@ -15,8 +15,8 @@ true - 5.3.0-M1 - 2.3.0-M1 + 5.3.0-M2 + 2.3.0-M2 UTF-8 1.8 false