changing pom version to 2.0.0.BUILD-SNAPSHOT

This commit is contained in:
Mark Fisher
2010-07-28 19:54:08 +00:00
parent d73d34751f
commit aeee48afbb
35 changed files with 36 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>cafe</artifactId>
<name>Spring Integration Cafe Sample</name>

View File

@@ -1,5 +1,5 @@
Manifest-Version: 1.0
Bundle-Version: 2.0.0.M6
Bundle-Version: 2.0.0.BUILD-SNAPSHOT
Bundle-Name: org.springframework.integration.samples.cafe
Bundle-ManifestVersion: 2
Bundle-SymbolicName: org.springframework.integration.samples.cafe

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>errorhandling</artifactId>
<name>Spring Integration Error Handling Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>filecopy</artifactId>
<name>Spring Integration File Copy Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>helloworld</artifactId>
<name>Spring Integration Hello World Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>jms</artifactId>
<name>Spring Integration JMS Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>jmx</artifactId>
<name>Spring Integration JMX Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>loan-broker</artifactId>
<name>Spring Integration Loan Broker Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>loanshark</artifactId>
<name>Spring Integration Loan Shark Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>oddeven</artifactId>
<name>Spring Integration Odd-Even Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-parent</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
<relativePath>../spring-integration-parent/pom.xml</relativePath>
</parent>
<groupId>org.springframework.integration.samples</groupId>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>quote</artifactId>
<name>Spring Integration Quote Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>ws-inbound-gateway</artifactId>
<name>Spring Integration WS Inbound Gateway Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>ws-outbound-gateway</artifactId>
<name>Spring Integration WS Outbound Gateway Sample</name>

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.integration.samples</groupId>
<artifactId>spring-integration-samples</artifactId>
<version>2.0.0.M6</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>xml</artifactId>
<name>Spring Integration XML Sample</name>