diff --git a/applications/pom.xml b/applications/pom.xml new file mode 100644 index 00000000..f1f3598a --- /dev/null +++ b/applications/pom.xml @@ -0,0 +1,18 @@ + + + + 4.0.0 + org.springframework.integration.samples + applications + 2.0.0 + Spring Integration Sample Applications + pom + + + cafe + loan-broker + loanshark + + + diff --git a/basic/pom.xml b/basic/pom.xml new file mode 100644 index 00000000..07d40217 --- /dev/null +++ b/basic/pom.xml @@ -0,0 +1,31 @@ + + + + 4.0.0 + org.springframework.integration.samples + basic-samples + 2.0.0 + Basic Spring Integration Samples + pom + + + feed + file + ftp + helloworld + jms + jmx + mail + oddeven + quote + sftp + tcp-client-server + twitter + ws-inbound-gateway + ws-outbound-gateway + xml + xmpp + + + diff --git a/intermediate/pom.xml b/intermediate/pom.xml new file mode 100644 index 00000000..216a102e --- /dev/null +++ b/intermediate/pom.xml @@ -0,0 +1,20 @@ + + + + 4.0.0 + org.springframework.integration.samples + intermediate-samples + 2.0.0 + Intermediate Spring Integration Samples + pom + + + async-gateway + errorhandling + file-processing + multipart-http + travel + + + diff --git a/pom.xml b/pom.xml new file mode 100644 index 00000000..b22bb94f --- /dev/null +++ b/pom.xml @@ -0,0 +1,18 @@ + + + + 4.0.0 + org.springframework.integration.samples + samples-root + 2.0.0 + Spring Integration Samples Root + pom + + + basic + intermediate + applications + + +