diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index 5955dfc..b775572 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-helloworld
- 3.0.0-M2
+ 3.0.0-M3
jar
Spring AMQP Hello World
https://www.spring.io
@@ -16,7 +16,7 @@
true
- 3.0.0-M2
+ 3.0.0-M3
UTF-8
1.8
false
diff --git a/helloworld/pom.xml-e b/helloworld/pom.xml-e
new file mode 100644
index 0000000..b775572
--- /dev/null
+++ b/helloworld/pom.xml-e
@@ -0,0 +1,82 @@
+
+
+ 4.0.0
+ org.springframework.samples.spring
+ spring-rabbit-helloworld
+ 3.0.0-M3
+ jar
+ Spring AMQP Hello World
+ https://www.spring.io
+
+
+
+
+ true
+ 3.0.0-M3
+ UTF-8
+ 1.8
+ false
+
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.apache.logging.log4j
+ log4j-jcl
+ 2.12.0
+ runtime
+
+
+
+
+
+
+
+
+ maven-assembly-plugin
+ false
+
+
+ project
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ 1.8
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.22.2
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+
+
+
+
+
+
+
diff --git a/log4j2/pom.xml b/log4j2/pom.xml
index b92790a..9cdefbf 100644
--- a/log4j2/pom.xml
+++ b/log4j2/pom.xml
@@ -5,7 +5,7 @@
org.springframework.amqp.samples
log4j2
- 3.0.0-M2
+ 3.0.0-M3
jar
log4j2
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.0-M1
+ 3.0.0-M2
@@ -22,7 +22,7 @@
UTF-8
1.8
5.3.13
- 3.0.0-M2
+ 3.0.0-M3
diff --git a/log4j2/pom.xml-e b/log4j2/pom.xml-e
new file mode 100644
index 0000000..433cc81
--- /dev/null
+++ b/log4j2/pom.xml-e
@@ -0,0 +1,108 @@
+
+
+ 4.0.0
+
+ org.springframework.amqp.samples
+ log4j2
+ 3.0.0-M3
+ jar
+
+ log4j2
+ Spring Boot with Spring AMQP Log4J2 Appender
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.0.0-M1
+
+
+
+
+ UTF-8
+ 1.8
+ 5.3.13
+ 3.0.0-M3
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+
+ org.springframework
+ spring-jcl
+ ${spring.framework.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/libs-snapshot
+
+ true
+
+
+
+
+
+ spring-snapshots
+ Spring Snapshots
+ https://repo.spring.io/snapshot
+
+ true
+
+
+
+ spring-milestones
+ Spring Milestones
+ https://repo.spring.io/milestone
+
+ false
+
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 494b016..1d75353 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.amqp
spring-amqp-samples
Spring AMQP Samples
- 3.0.0-M2
+ 3.0.0-M3
pom
helloworld
diff --git a/pom.xml-e b/pom.xml-e
new file mode 100644
index 0000000..1d75353
--- /dev/null
+++ b/pom.xml-e
@@ -0,0 +1,67 @@
+
+
+ 4.0.0
+ org.springframework.amqp
+ spring-amqp-samples
+ Spring AMQP Samples
+ 3.0.0-M3
+ pom
+
+ helloworld
+
+ log4j2
+ spring-rabbit-confirms-returns
+ spring-rabbit-json
+ spring-rabbit-global-errorhandler
+
+
+ UTF-8
+
+
+
+ staging
+
+ /${java.io.tmpdir}/spring-amqp/dist
+
+
+
+ spring-site-staging
+ file:///${java.io.tmpdir}/spring-amqp/docs/${project.version}
+
+
+ spring-milestone-staging
+ file:///${java.io.tmpdir}/spring-amqp/milestone
+
+
+ spring-snapshot-staging
+ file:///${java.io.tmpdir}/spring-amqp/snapshot
+
+
+
+
+
+ https://github.com/SpringSource/spring-amqp-samples
+ scm:git:git://github.com/SpringSource/spring-amqp-samples.git
+ scm:git:git://github.com/SpringSource/spring-amqp-samples.git
+
+
+
+
+
+ org.springframework.build.aws
+ org.springframework.build.aws.maven
+ 3.0.0.RELEASE
+
+
+
+
+
+ repository.springframework.maven.snapshots
+ Spring Framework Repository Including Snapshots
+ https://repo.spring.io/libs-snapshot
+
+ true
+
+
+
+
diff --git a/spring-rabbit-confirms-returns/pom.xml b/spring-rabbit-confirms-returns/pom.xml
index 96df59d..67462a4 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
- 3.0.0-M2
+ 3.0.0-M3
jar
spring-rabbit-confirms-returns
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.0-M1
+ 3.0.0-M2
@@ -22,7 +22,7 @@
UTF-8
UTF-8
1.8
- 3.0.0-M2
+ 3.0.0-M3
diff --git a/spring-rabbit-confirms-returns/pom.xml-e b/spring-rabbit-confirms-returns/pom.xml-e
new file mode 100644
index 0000000..b8003cd
--- /dev/null
+++ b/spring-rabbit-confirms-returns/pom.xml-e
@@ -0,0 +1,63 @@
+
+
+ 4.0.0
+
+ org.springframework.amqp.samples
+ spring-rabbit-confirms-returns
+ 3.0.0-M3
+ jar
+
+ spring-rabbit-confirms-returns
+ Demonstrates Configuration for Confirms and Returns
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.0.0-M1
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+ 3.0.0-M3
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+
diff --git a/spring-rabbit-global-errorhandler/pom.xml b/spring-rabbit-global-errorhandler/pom.xml
index bba8a08..87a39ea 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
- 3.0.0-M2
+ 3.0.0-M3
jar
spring-rabbit-global-errorhandler
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.0-M1
+ 3.0.0-M2
@@ -22,7 +22,7 @@
UTF-8
UTF-8
1.8
- 3.0.0-M2
+ 3.0.0-M3
diff --git a/spring-rabbit-global-errorhandler/pom.xml-e b/spring-rabbit-global-errorhandler/pom.xml-e
new file mode 100644
index 0000000..ad05165
--- /dev/null
+++ b/spring-rabbit-global-errorhandler/pom.xml-e
@@ -0,0 +1,68 @@
+
+
+ 4.0.0
+
+ com.example
+ spring-rabbit-global-errorhandler
+ 3.0.0-M3
+ jar
+
+ spring-rabbit-global-errorhandler
+ Shows how to configure a custom error handler applied to listener beans
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.0.0-M1
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+ 3.0.0-M3
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+
diff --git a/spring-rabbit-json/pom.xml b/spring-rabbit-json/pom.xml
index d47b11c..52f32e7 100644
--- a/spring-rabbit-json/pom.xml
+++ b/spring-rabbit-json/pom.xml
@@ -5,7 +5,7 @@
com.example
spring-rabbit-json
- 3.0.0-M2
+ 3.0.0-M3
jar
spring-rabbit-json
@@ -14,7 +14,7 @@
org.springframework.boot
spring-boot-starter-parent
- 3.0.0-M1
+ 3.0.0-M2
@@ -22,7 +22,7 @@
UTF-8
UTF-8
1.8
- 3.0.0-M2
+ 3.0.0-M3
diff --git a/spring-rabbit-json/pom.xml-e b/spring-rabbit-json/pom.xml-e
new file mode 100644
index 0000000..add2129
--- /dev/null
+++ b/spring-rabbit-json/pom.xml-e
@@ -0,0 +1,76 @@
+
+
+ 4.0.0
+
+ com.example
+ spring-rabbit-json
+ 3.0.0-M3
+ jar
+
+ spring-rabbit-json
+ Receiving JSON from non-Spring Applications
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 3.0.0-M1
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+ 3.0.0-M3
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+ repository.springframework.maven.snapshots
+ Spring Framework Repository Including Snapshots
+ https://repo.spring.io/libs-snapshot
+
+ true
+
+
+
+
diff --git a/stocks/pom.xml b/stocks/pom.xml
index e2ede72..c3192b5 100644
--- a/stocks/pom.xml
+++ b/stocks/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-stocks
- 3.0.0-M2
+ 3.0.0-M3
war
Spring Rabbit Stocks
https://www.spring.io
@@ -16,7 +16,7 @@
true
6.0.0-M2
- 3.0.0-M2
+ 3.0.0-M3
UTF-8
1.8
false
diff --git a/stocks/pom.xml-e b/stocks/pom.xml-e
new file mode 100644
index 0000000..c3192b5
--- /dev/null
+++ b/stocks/pom.xml-e
@@ -0,0 +1,190 @@
+
+
+ 4.0.0
+ org.springframework.samples.spring
+ spring-rabbit-stocks
+ 3.0.0-M3
+ war
+ Spring Rabbit Stocks
+ https://www.spring.io
+
+
+
+
+ true
+ 6.0.0-M2
+ 3.0.0-M3
+ UTF-8
+ 1.8
+ false
+
+
+
+
+
+ com.fasterxml.jackson
+ jackson-bom
+ 2.10.4
+ import
+ pom
+
+
+
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+
+ org.springframework
+ spring-context-support
+ ${spring.framework.version}
+ runtime
+
+
+ org.springframework
+ spring-oxm
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-tx
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.framework.version}
+
+
+ jakarta.servlet
+ jakarta.servlet-api
+ 5.0.0
+ provided
+
+
+ org.apache.taglibs
+ taglibs-standard-spec
+ 1.2.5
+ runtime
+
+
+ org.apache.taglibs
+ taglibs-standard-impl
+ 1.2.5
+ runtime
+
+
+ org.aspectj
+ aspectjrt
+ 1.9.4
+
+
+ org.aspectj
+ aspectjweaver
+ 1.9.4
+
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ runtime
+
+
+
+ org.springframework.amqp
+ spring-rabbit-test
+ ${spring.amqp.version}
+ test
+
+
+
+ junit
+ junit
+ 4.13.1
+ test
+
+
+
+ org.apache.logging.log4j
+ log4j-core
+ 2.17.1
+
+
+
+ org.apache.logging.log4j
+ log4j-jcl
+ 2.13.2
+ runtime
+
+
+ org.apache.logging.log4j
+ log4j-slf4j-impl
+ 2.13.2
+
+
+ com.jgoodies
+ forms
+ 1.2.1
+
+
+
+
+
+
+
+
+ com.springsource.bundlor
+ com.springsource.bundlor.maven
+ 1.0.0.M1B
+
+
+ maven-assembly-plugin
+ false
+
+
+ project
+
+
+
+
+
+
+
+ org.eclipse.jetty
+ jetty-maven-plugin
+ 9.4.24.v20191120
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 3.8.1
+
+ 1.8
+ 1.8
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.22.2
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+
+
+
+
+
+
+