diff --git a/helloworld/pom.xml b/helloworld/pom.xml
index f39c2a0..eea1021 100644
--- a/helloworld/pom.xml
+++ b/helloworld/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-helloworld
- 1.7.12.RELEASE
+ 1.7.13.RELEASE
jar
Spring AMQP Hello World
https://www.spring.io
@@ -16,8 +16,8 @@
true
- 4.3.9.RELEASE
- 1.7.12.RELEASE
+ 4.3.23.RELEASE
+ 1.7.13.RELEASE
UTF-8
diff --git a/helloworld/pom.xml-e b/helloworld/pom.xml-e
new file mode 100644
index 0000000..47fe203
--- /dev/null
+++ b/helloworld/pom.xml-e
@@ -0,0 +1,216 @@
+
+
+ 4.0.0
+ org.springframework.samples.spring
+ spring-rabbit-helloworld
+ 1.7.13.RELEASE
+ jar
+ Spring AMQP Hello World
+ http://www.spring.io
+
+
+
+
+ true
+ 4.3.9.RELEASE
+ 1.7.13.RELEASE
+ UTF-8
+
+
+
+ strict
+
+ false
+
+
+
+
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-messaging
+
+
+ org.springframework
+ spring-tx
+
+
+ org.springframework
+ spring-context
+
+
+
+
+
+ org.springframework
+ spring-core
+ ${spring.framework.version}
+
+
+
+ commons-logging
+ commons-logging
+
+
+
+
+ org.springframework
+ spring-context
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-messaging
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-tx
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-test
+ ${spring.framework.version}
+ test
+
+
+ cglib
+ cglib-nodep
+ 2.2
+ runtime
+
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
+ org.slf4j
+ slf4j-api
+ 1.7.22
+
+
+ org.slf4j
+ jcl-over-slf4j
+ 1.7.22
+ runtime
+
+
+ org.slf4j
+ slf4j-log4j12
+ 1.7.22
+ runtime
+
+
+ log4j
+ log4j
+ 1.2.14
+ runtime
+
+
+
+
+
+
+
+
+ com.springsource.bundlor
+ com.springsource.bundlor.maven
+ 1.0.0.M1B
+
+
+ maven-assembly-plugin
+ false
+
+
+ project
+
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ 1.5
+ 1.5
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.9
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+
+
+
+
+
+
+
+
+ Codehaus
+ http://repository.codehaus.org/
+
+ false
+
+
+
+
+ http://www.springframework.org/download
+
+ staging
+ file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}
+
+
+ spring-release
+ Spring Release Repository
+ file:///${user.dir}/target/staging/release
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ file:///${user.dir}/target/staging/snapshot
+
+
+
+
diff --git a/log4j/pom.xml b/log4j/pom.xml
index a989ea6..23d938b 100644
--- a/log4j/pom.xml
+++ b/log4j/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-log4j
- 1.7.12.RELEASE
+ 1.7.13.RELEASE
war
Spring AMQP log4j
https://www.spring.io
@@ -16,8 +16,8 @@
true
- 4.3.9.RELEASE
- 1.7.12.RELEASE
+ 4.3.23.RELEASE
+ 1.7.13.RELEASE
UTF-8
diff --git a/log4j/pom.xml-e b/log4j/pom.xml-e
new file mode 100644
index 0000000..d58425d
--- /dev/null
+++ b/log4j/pom.xml-e
@@ -0,0 +1,251 @@
+
+
+ 4.0.0
+ org.springframework.samples.spring
+ spring-rabbit-log4j
+ 1.7.13.RELEASE
+ war
+ Spring AMQP log4j
+ http://www.spring.io
+
+
+
+
+ true
+ 4.3.9.RELEASE
+ 1.7.13.RELEASE
+ UTF-8
+
+
+
+ strict
+
+ false
+
+
+
+
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-messaging
+
+
+ org.springframework
+ spring-tx
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework
+ spring-web
+
+
+
+
+
+ org.springframework
+ spring-test
+ ${spring.framework.version}
+ test
+
+
+ org.springframework
+ spring-context-support
+ ${spring.framework.version}
+ runtime
+
+
+ org.springframework
+ spring-aop
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-oxm
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-messaging
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-tx
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.framework.version}
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+ provided
+
+
+ javax.servlet
+ jstl
+ 1.1.2
+ runtime
+
+
+ standard
+ taglibs
+ 1.1.2
+ jar
+ runtime
+
+
+ cglib
+ cglib-nodep
+ 2.2
+
+
+ org.aspectj
+ aspectjrt
+ 1.5.4
+
+
+ org.aspectj
+ aspectjweaver
+ 1.5.4
+
+
+
+ org.codehaus.jackson
+ jackson-mapper-asl
+ 1.4.3
+ runtime
+
+
+
+ junit
+ junit
+ 4.12
+ test
+
+
+
+ log4j
+ log4j
+ 1.2.16
+
+
+
+ com.jgoodies
+ forms
+ 1.2.1
+
+
+
+
+
+
+
+
+ com.springsource.bundlor
+ com.springsource.bundlor.maven
+ 1.0.0.M1B
+
+
+ maven-assembly-plugin
+ false
+
+
+ project
+
+
+
+
+
+
+
+ org.mortbay.jetty
+ maven-jetty-plugin
+ 6.1.26
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ 1.5
+ 1.5
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.9
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+
+
+
+
+
+
+
+
+ Codehaus
+ http://repository.codehaus.org/
+
+ false
+
+
+
+
+ http://www.springframework.org/download
+
+ staging
+ file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}
+
+
+ spring-release
+ Spring Release Repository
+ file:///${user.dir}/target/staging/release
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ file:///${user.dir}/target/staging/snapshot
+
+
+
+
diff --git a/log4j2/pom.xml b/log4j2/pom.xml
index 032f3ed..77647a1 100644
--- a/log4j2/pom.xml
+++ b/log4j2/pom.xml
@@ -5,7 +5,7 @@
org.springframework.amqp.samples
log4j2
- 1.7.12.RELEASE
+ 1.7.13.RELEASE
jar
log4j2
diff --git a/log4j2/pom.xml-e b/log4j2/pom.xml-e
new file mode 100644
index 0000000..1a92908
--- /dev/null
+++ b/log4j2/pom.xml-e
@@ -0,0 +1,88 @@
+
+
+ 4.0.0
+
+ org.springframework.amqp.samples
+ log4j2
+ 1.7.13.RELEASE
+ jar
+
+ log4j2
+ Spring Boot with Spring AMQP Log4J2 Appender
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.3.RELEASE
+
+
+
+
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+ org.springframework.boot
+ spring-boot-starter-logging
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-log4j2
+
+
+
+ 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 5395372..1bf1e1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.springframework.amqp
spring-amqp-samples
Spring AMQP Samples
- 1.7.12.RELEASE
+ 1.7.13.RELEASE
pom
helloworld
diff --git a/pom.xml-e b/pom.xml-e
new file mode 100644
index 0000000..0766212
--- /dev/null
+++ b/pom.xml-e
@@ -0,0 +1,86 @@
+
+
+ 4.0.0
+ org.springframework.amqp
+ spring-amqp-samples
+ Spring AMQP Samples
+ 1.7.13.RELEASE
+ pom
+
+ helloworld
+ stocks
+ log4j
+ 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
+
+
+
+
+
+ http://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
+
+
+
+ http://github.com/SpringSource/spring-amqp-samples
+
+ spring-site
+ scp://static.springframework.org/var/www/domains/springframework.org/static/htdocs/spring-amqp/docs/${project.version}
+
+
+ spring-milestone
+ Spring Milestone Repository
+ s3://maven.springframework.org/milestone
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ s3://maven.springframework.org/snapshot
+
+
+
+
+
+
+ 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-e b/spring-rabbit-confirms-returns/pom.xml-e
new file mode 100644
index 0000000..1fc81c0
--- /dev/null
+++ b/spring-rabbit-confirms-returns/pom.xml-e
@@ -0,0 +1,50 @@
+
+
+ 4.0.0
+
+ org.springframework.amqp.samples
+ spring-rabbit-confirms-returns
+ 2.0.0-BUILD-SNAPSHOT
+ jar
+
+ spring-rabbit-confirms-returns
+ Demonstrates Configuration for Confirms and Returns
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.18.RELEASE
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+
diff --git a/spring-rabbit-global-errorhandler/pom.xml-e b/spring-rabbit-global-errorhandler/pom.xml-e
new file mode 100644
index 0000000..3d355ae
--- /dev/null
+++ b/spring-rabbit-global-errorhandler/pom.xml-e
@@ -0,0 +1,50 @@
+
+
+ 4.0.0
+
+ com.example
+ spring-rabbit-global-errorhandler
+ 2.0.0-BUILD-SNAPSHOT
+ jar
+
+ spring-rabbit-global-errorhandler
+ Shows how to configure a custom error handler applied to listener beans
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 1.5.18.RELEASE
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+
+
+
+
+
+
diff --git a/spring-rabbit-json/pom.xml-e b/spring-rabbit-json/pom.xml-e
new file mode 100644
index 0000000..c802498
--- /dev/null
+++ b/spring-rabbit-json/pom.xml-e
@@ -0,0 +1,59 @@
+
+
+ 4.0.0
+
+ com.example
+ spring-rabbit-json
+ 2.0.0-BUILD-SNAPSHOT
+ jar
+
+ spring-rabbit-json
+ Receiving JSON from non-Spring Applications
+
+
+ org.springframework.boot
+ spring-boot-starter-parent
+ 2.0.0.BUILD-SNAPSHOT
+
+
+
+
+ UTF-8
+ UTF-8
+ 1.8
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-amqp
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-maven-plugin
+ 1.0.2.RELEASE
+
+
+
+
+
+ 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 c7c1bbf..794672a 100644
--- a/stocks/pom.xml
+++ b/stocks/pom.xml
@@ -4,7 +4,7 @@
4.0.0
org.springframework.samples.spring
spring-rabbit-stocks
- 1.7.12.RELEASE
+ 1.7.13.RELEASE
war
Spring Rabbit Stocks
https://www.spring.io
@@ -15,8 +15,8 @@
true
- 4.3.9.RELEASE
- 1.7.12.RELEASE
+ 4.3.23.RELEASE
+ 1.7.13.RELEASE
UTF-8
diff --git a/stocks/pom.xml-e b/stocks/pom.xml-e
new file mode 100644
index 0000000..4cb83b1
--- /dev/null
+++ b/stocks/pom.xml-e
@@ -0,0 +1,251 @@
+
+
+ 4.0.0
+ org.springframework.samples.spring
+ spring-rabbit-stocks
+ 1.7.13.RELEASE
+ war
+ Spring Rabbit Stocks
+ http://www.spring.io
+
+
+
+
+ true
+ 4.3.9.RELEASE
+ 1.7.13.RELEASE
+ UTF-8
+
+
+
+ strict
+
+ false
+
+
+
+
+
+
+
+ org.springframework.amqp
+ spring-amqp
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+
+
+ org.springframework.amqp
+ spring-rabbit
+ ${spring.amqp.version}
+
+
+ org.springframework
+ spring-core
+
+
+ org.springframework
+ spring-messaging
+
+
+ org.springframework
+ spring-tx
+
+
+ org.springframework
+ spring-context
+
+
+ org.springframework
+ spring-web
+
+
+
+
+
+ org.springframework
+ spring-test
+ ${spring.framework.version}
+ test
+
+
+ org.springframework
+ spring-context-support
+ ${spring.framework.version}
+ runtime
+
+
+ org.springframework
+ spring-aop
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-oxm
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-messaging
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-tx
+ ${spring.framework.version}
+
+
+ org.springframework
+ spring-webmvc
+ ${spring.framework.version}
+
+
+ javax.servlet
+ servlet-api
+ 2.5
+ provided
+
+
+ javax.servlet
+ jstl
+ 1.1.2
+ runtime
+
+
+ standard
+ taglibs
+ 1.1.2
+ jar
+ runtime
+
+
+ cglib
+ cglib-nodep
+ 2.2
+
+
+ org.aspectj
+ aspectjrt
+ 1.5.4
+
+
+ org.aspectj
+ aspectjweaver
+ 1.5.4
+
+
+
+ org.codehaus.jackson
+ jackson-mapper-asl
+ 1.9.13
+ runtime
+
+
+
+ junit
+ junit
+ 4.8.1
+ test
+
+
+
+ log4j
+ log4j
+ 1.2.14
+ runtime
+
+
+
+ com.jgoodies
+ forms
+ 1.2.1
+
+
+
+
+
+
+
+
+ com.springsource.bundlor
+ com.springsource.bundlor.maven
+ 1.0.0.M1B
+
+
+ maven-assembly-plugin
+ false
+
+
+ project
+
+
+
+
+
+
+
+ org.mortbay.jetty
+ maven-jetty-plugin
+ 6.1.26
+
+
+ org.apache.maven.plugins
+ maven-compiler-plugin
+ 2.3.2
+
+ 1.5
+ 1.5
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.9
+
+
+
+ **/*Tests.java
+
+
+ **/Abstract*.java
+
+
+
+
+
+
+
+
+ Codehaus
+ http://repository.codehaus.org/
+
+ false
+
+
+
+
+ http://www.springframework.org/download
+
+ staging
+ file:///${user.dir}/target/staging/org.springframework.batch.archetype/${project.artifactId}
+
+
+ spring-release
+ Spring Release Repository
+ file:///${user.dir}/target/staging/release
+
+
+ spring-snapshot
+ Spring Snapshot Repository
+ file:///${user.dir}/target/staging/snapshot
+
+
+
+