From db0883d335207c08441986f4a71aca4d1336c4f9 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 30 Mar 2009 19:33:42 +0000 Subject: [PATCH] rename from 1.0.2-SNAPSHOT to 1.0.2.SNAPSHOT Support publishing only a POM artifact to the maven repo Support for running maven deployment on windows OS. --- build-spring-integration/package-bundle.xml | 2 + build-spring-integration/pom.xml | 2 +- build-spring-integration/publish-maven.xml | 66 +++++++++++++++++++ build-spring-integration/publish.xml | 41 ++++++++++++ .../pom.xml | 2 +- org.springframework.integration.event/pom.xml | 2 +- org.springframework.integration.file/pom.xml | 2 +- org.springframework.integration.http/pom.xml | 2 +- .../pom.xml | 2 +- org.springframework.integration.jms/pom.xml | 2 +- org.springframework.integration.mail/pom.xml | 2 +- org.springframework.integration.rmi/pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- .../pom.xml | 2 +- org.springframework.integration.ws/pom.xml | 2 +- org.springframework.integration.xml/pom.xml | 2 +- org.springframework.integration/pom.xml | 2 +- spring-integration-parent/pom.xml | 2 +- 19 files changed, 125 insertions(+), 16 deletions(-) create mode 100644 build-spring-integration/publish-maven.xml create mode 100644 build-spring-integration/publish.xml diff --git a/build-spring-integration/package-bundle.xml b/build-spring-integration/package-bundle.xml index 333d067cc2..c07ad066bb 100644 --- a/build-spring-integration/package-bundle.xml +++ b/build-spring-integration/package-bundle.xml @@ -1,6 +1,8 @@ + + diff --git a/build-spring-integration/pom.xml b/build-spring-integration/pom.xml index 4e865c86c8..94169c08a9 100644 --- a/build-spring-integration/pom.xml +++ b/build-spring-integration/pom.xml @@ -14,7 +14,7 @@ a simple model for building enterprise integration solutions while maintaining the separation of concerns that is essential for producing maintainable, testable code. - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT pom ../spring-integration-parent diff --git a/build-spring-integration/publish-maven.xml b/build-spring-integration/publish-maven.xml new file mode 100644 index 0000000000..299fa798fa --- /dev/null +++ b/build-spring-integration/publish-maven.xml @@ -0,0 +1,66 @@ + + + + This build file publishes to a maven repository and two ways. 1. Publish jar, + source-jar, and pom artifacts. 2. Publish only the pom artifact. The additional complexity + in the implementation is due to a bug in the maven ant tasks version 2.0.8 that prevents + deploying to a local file repository on windows. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build-spring-integration/publish.xml b/build-spring-integration/publish.xml new file mode 100644 index 0000000000..f6a08061f0 --- /dev/null +++ b/build-spring-integration/publish.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/org.springframework.integration.adapter/pom.xml b/org.springframework.integration.adapter/pom.xml index 22a7501a86..126dd42fe5 100644 --- a/org.springframework.integration.adapter/pom.xml +++ b/org.springframework.integration.adapter/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.event/pom.xml b/org.springframework.integration.event/pom.xml index b26b8ed56d..80fb32e92f 100644 --- a/org.springframework.integration.event/pom.xml +++ b/org.springframework.integration.event/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.file/pom.xml b/org.springframework.integration.file/pom.xml index ecbb074b5c..0db41a9989 100644 --- a/org.springframework.integration.file/pom.xml +++ b/org.springframework.integration.file/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.http/pom.xml b/org.springframework.integration.http/pom.xml index 90f4644768..37a959d2df 100644 --- a/org.springframework.integration.http/pom.xml +++ b/org.springframework.integration.http/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.httpinvoker/pom.xml b/org.springframework.integration.httpinvoker/pom.xml index e6d4438cb1..59d45ed50d 100644 --- a/org.springframework.integration.httpinvoker/pom.xml +++ b/org.springframework.integration.httpinvoker/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.jms/pom.xml b/org.springframework.integration.jms/pom.xml index bb4ea45dda..36e649f6e3 100644 --- a/org.springframework.integration.jms/pom.xml +++ b/org.springframework.integration.jms/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.mail/pom.xml b/org.springframework.integration.mail/pom.xml index 254a06584a..3fd3a3187f 100644 --- a/org.springframework.integration.mail/pom.xml +++ b/org.springframework.integration.mail/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.rmi/pom.xml b/org.springframework.integration.rmi/pom.xml index 4c6f855363..93ccd3ad23 100644 --- a/org.springframework.integration.rmi/pom.xml +++ b/org.springframework.integration.rmi/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.samples/pom.xml b/org.springframework.integration.samples/pom.xml index 060304643e..3eb7f15ed4 100644 --- a/org.springframework.integration.samples/pom.xml +++ b/org.springframework.integration.samples/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.security/pom.xml b/org.springframework.integration.security/pom.xml index a2ed82d7dd..e638e646ff 100644 --- a/org.springframework.integration.security/pom.xml +++ b/org.springframework.integration.security/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.stream/pom.xml b/org.springframework.integration.stream/pom.xml index 22944862d9..51a221235a 100644 --- a/org.springframework.integration.stream/pom.xml +++ b/org.springframework.integration.stream/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.ws/pom.xml b/org.springframework.integration.ws/pom.xml index e809ba0d0d..4fe8ac4c17 100644 --- a/org.springframework.integration.ws/pom.xml +++ b/org.springframework.integration.ws/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration.xml/pom.xml b/org.springframework.integration.xml/pom.xml index 23d1b0c8f3..c9d200d2a8 100644 --- a/org.springframework.integration.xml/pom.xml +++ b/org.springframework.integration.xml/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/org.springframework.integration/pom.xml b/org.springframework.integration/pom.xml index afc8ef8255..799c0f824b 100644 --- a/org.springframework.integration/pom.xml +++ b/org.springframework.integration/pom.xml @@ -8,7 +8,7 @@ org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT ../spring-integration-parent diff --git a/spring-integration-parent/pom.xml b/spring-integration-parent/pom.xml index 7a8048871e..44861e1615 100644 --- a/spring-integration-parent/pom.xml +++ b/spring-integration-parent/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.integration spring-integration-parent - 1.0.2-SNAPSHOT + 1.0.2.SNAPSHOT Spring Integration Parent http://www.springsource.org/spring-integration Spring Integration parent project. Defines dependencies and common configuration for