updated sample poms to refer to Spring Framework 3.0.0.M4 and Spring Integration 2.0.0.BUILD-SNAPSHOT

This commit is contained in:
Mark Fisher
2009-08-21 13:55:25 +00:00
parent a1b1b0d068
commit f5208c8eb2
13 changed files with 32 additions and 22 deletions

View File

@@ -2,12 +2,12 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cafe</groupId>
<artifactId>cafe</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.osgi</groupId>

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>errorhandling</groupId>
<artifactId>errorhandling</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>filecopy</groupId>
<artifactId>filecopy</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>

View File

@@ -3,12 +3,12 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>helloworld</groupId>
<artifactId>helloworld</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>org.eclipse.osgi</groupId>

View File

@@ -3,12 +3,12 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>jms</groupId>
<artifactId>jms</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>javax.jms</groupId>

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>oddeven</groupId>
<artifactId>oddeven</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>

View File

@@ -162,6 +162,16 @@
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
<url>http://repository.springsource.com/maven/bundles/external</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.milestone</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Milestones</name>
<url>http://repository.springsource.com/maven/bundles/milestone</url>
</repository>
<repository>
<id>com.springsource.repository.bundles.snapshot</id>
<name>SpringSource Enterprise Bundle Repository - External Bundle Snapshots</name>
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
</repository>
</repositories>

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>quote</groupId>
<artifactId>quote</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>

View File

@@ -3,12 +3,12 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>ws</groupId>
<artifactId>ws</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<dependencies>
<dependency>
<groupId>javax.xml.soap</groupId>

View File

@@ -2,10 +2,10 @@
<parent>
<artifactId>spring-integration-samples</artifactId>
<groupId>org.springframework.integration</groupId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>xml</groupId>
<artifactId>xml</artifactId>
<version>1.0.3</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</project>