From f5208c8eb2057f2de7d5295edf56f7ba15463313 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Fri, 21 Aug 2009 13:55:25 +0000 Subject: [PATCH] updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT --- org.springframework.integration.test/.classpath | 4 ++-- org.springframework.integration/.classpath | 2 +- org.springframework.integration/ivy.xml | 2 +- spring-integration-samples/cafe/pom.xml | 4 ++-- spring-integration-samples/errorhandling/pom.xml | 4 ++-- spring-integration-samples/filecopy/pom.xml | 4 ++-- spring-integration-samples/helloworld/pom.xml | 4 ++-- spring-integration-samples/jms/pom.xml | 4 ++-- spring-integration-samples/oddeven/pom.xml | 4 ++-- spring-integration-samples/pom.xml | 10 ++++++++++ spring-integration-samples/quote/pom.xml | 4 ++-- spring-integration-samples/ws/pom.xml | 4 ++-- spring-integration-samples/xml/pom.xml | 4 ++-- 13 files changed, 32 insertions(+), 22 deletions(-) diff --git a/org.springframework.integration.test/.classpath b/org.springframework.integration.test/.classpath index 7a4f13232e..6a533f73bf 100644 --- a/org.springframework.integration.test/.classpath +++ b/org.springframework.integration.test/.classpath @@ -7,8 +7,8 @@ + path="IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.5.RELEASE/com.springsource.org.aspectj.weaver-1.6.5.RELEASE.jar" + sourcepath="/IVY_CACHE/org.aspectj/com.springsource.org.aspectj.weaver/1.6.5.RELEASE/com.springsource.org.aspectj.weaver-1.6.5.RELEASE.jar" /> diff --git a/org.springframework.integration/.classpath b/org.springframework.integration/.classpath index 2b52314112..34f94f189e 100644 --- a/org.springframework.integration/.classpath +++ b/org.springframework.integration/.classpath @@ -4,7 +4,7 @@ - + diff --git a/org.springframework.integration/ivy.xml b/org.springframework.integration/ivy.xml index 94a0ae0add..ae396aff86 100644 --- a/org.springframework.integration/ivy.xml +++ b/org.springframework.integration/ivy.xml @@ -28,7 +28,7 @@ - + \ No newline at end of file diff --git a/spring-integration-samples/cafe/pom.xml b/spring-integration-samples/cafe/pom.xml index fdaef72c42..2dbcff50d1 100644 --- a/spring-integration-samples/cafe/pom.xml +++ b/spring-integration-samples/cafe/pom.xml @@ -2,12 +2,12 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 cafe cafe - 1.0.3 + 2.0.0.BUILD-SNAPSHOT org.eclipse.osgi diff --git a/spring-integration-samples/errorhandling/pom.xml b/spring-integration-samples/errorhandling/pom.xml index d568f774d8..707acf1321 100644 --- a/spring-integration-samples/errorhandling/pom.xml +++ b/spring-integration-samples/errorhandling/pom.xml @@ -2,10 +2,10 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 errorhandling errorhandling - 1.0.3 + 2.0.0.BUILD-SNAPSHOT \ No newline at end of file diff --git a/spring-integration-samples/filecopy/pom.xml b/spring-integration-samples/filecopy/pom.xml index 59e19f1338..2243224adb 100644 --- a/spring-integration-samples/filecopy/pom.xml +++ b/spring-integration-samples/filecopy/pom.xml @@ -2,10 +2,10 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 filecopy filecopy - 1.0.3 + 2.0.0.BUILD-SNAPSHOT \ No newline at end of file diff --git a/spring-integration-samples/helloworld/pom.xml b/spring-integration-samples/helloworld/pom.xml index 017cd5bbdf..ea890d860d 100644 --- a/spring-integration-samples/helloworld/pom.xml +++ b/spring-integration-samples/helloworld/pom.xml @@ -3,12 +3,12 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 helloworld helloworld - 1.0.3 + 2.0.0.BUILD-SNAPSHOT org.eclipse.osgi diff --git a/spring-integration-samples/jms/pom.xml b/spring-integration-samples/jms/pom.xml index 0ed613d54a..6efe473df7 100644 --- a/spring-integration-samples/jms/pom.xml +++ b/spring-integration-samples/jms/pom.xml @@ -3,12 +3,12 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 jms jms - 1.0.3 + 2.0.0.BUILD-SNAPSHOT javax.jms diff --git a/spring-integration-samples/oddeven/pom.xml b/spring-integration-samples/oddeven/pom.xml index 6a3525aa3b..57c61adc69 100644 --- a/spring-integration-samples/oddeven/pom.xml +++ b/spring-integration-samples/oddeven/pom.xml @@ -2,10 +2,10 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 oddeven oddeven - 1.0.3 + 2.0.0.BUILD-SNAPSHOT \ No newline at end of file diff --git a/spring-integration-samples/pom.xml b/spring-integration-samples/pom.xml index 925200bd57..199f424b55 100644 --- a/spring-integration-samples/pom.xml +++ b/spring-integration-samples/pom.xml @@ -162,6 +162,16 @@ SpringSource Enterprise Bundle Repository - External Bundle Releases http://repository.springsource.com/maven/bundles/external + + com.springsource.repository.bundles.milestone + SpringSource Enterprise Bundle Repository - External Bundle Milestones + http://repository.springsource.com/maven/bundles/milestone + + + com.springsource.repository.bundles.snapshot + SpringSource Enterprise Bundle Repository - External Bundle Snapshots + http://repository.springsource.com/maven/bundles/snapshot + diff --git a/spring-integration-samples/quote/pom.xml b/spring-integration-samples/quote/pom.xml index 51016cdb12..d6cce12f02 100644 --- a/spring-integration-samples/quote/pom.xml +++ b/spring-integration-samples/quote/pom.xml @@ -2,10 +2,10 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 quote quote - 1.0.3 + 2.0.0.BUILD-SNAPSHOT \ No newline at end of file diff --git a/spring-integration-samples/ws/pom.xml b/spring-integration-samples/ws/pom.xml index 628ec319d4..0a18347b69 100644 --- a/spring-integration-samples/ws/pom.xml +++ b/spring-integration-samples/ws/pom.xml @@ -3,12 +3,12 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 ws ws - 1.0.3 + 2.0.0.BUILD-SNAPSHOT javax.xml.soap diff --git a/spring-integration-samples/xml/pom.xml b/spring-integration-samples/xml/pom.xml index b326ab6254..6fc74998fb 100644 --- a/spring-integration-samples/xml/pom.xml +++ b/spring-integration-samples/xml/pom.xml @@ -2,10 +2,10 @@ spring-integration-samples org.springframework.integration - 1.0.3 + 2.0.0.BUILD-SNAPSHOT 4.0.0 xml xml - 1.0.3 + 2.0.0.BUILD-SNAPSHOT \ No newline at end of file