From 4e691df7abc44531307a97f80cfeb1e1e7c5eee5 Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Mon, 12 Oct 2009 13:41:03 +0000 Subject: [PATCH] INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag --- .../cafe/src/main/resources/META-INF/MANIFEST.MF | 2 +- .../helloworld/src/main/resources/META-INF/MANIFEST.MF | 2 +- spring-integration-samples/osgi-inbound/build.xml | 2 +- .../osgi-inbound/src/META-INF/MANIFEST.MF | 2 +- spring-integration-samples/osgi-outbound/build.xml | 2 +- .../osgi-outbound/src/META-INF/MANIFEST.MF | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-integration-samples/cafe/src/main/resources/META-INF/MANIFEST.MF b/spring-integration-samples/cafe/src/main/resources/META-INF/MANIFEST.MF index c346211d51..53c8cbdad0 100644 --- a/spring-integration-samples/cafe/src/main/resources/META-INF/MANIFEST.MF +++ b/spring-integration-samples/cafe/src/main/resources/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 2.0.0 +Bundle-Version: 2.0.0.BUILD-SNAPSHOT Bundle-Name: org.springframework.integration.samples.cafe Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.springframework.integration.samples.cafe diff --git a/spring-integration-samples/helloworld/src/main/resources/META-INF/MANIFEST.MF b/spring-integration-samples/helloworld/src/main/resources/META-INF/MANIFEST.MF index 32e17157d9..3bd830355b 100644 --- a/spring-integration-samples/helloworld/src/main/resources/META-INF/MANIFEST.MF +++ b/spring-integration-samples/helloworld/src/main/resources/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 2.0.0 +Bundle-Version: 2.0.0.BUILD-SNAPSHOT Bundle-Name: org.springframework.integration.samples.helloworld Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.springframework.integration.samples.helloworld diff --git a/spring-integration-samples/osgi-inbound/build.xml b/spring-integration-samples/osgi-inbound/build.xml index cc855777f5..62b2d7f7c6 100644 --- a/spring-integration-samples/osgi-inbound/build.xml +++ b/spring-integration-samples/osgi-inbound/build.xml @@ -2,7 +2,7 @@ - + diff --git a/spring-integration-samples/osgi-inbound/src/META-INF/MANIFEST.MF b/spring-integration-samples/osgi-inbound/src/META-INF/MANIFEST.MF index 21b3dd5cdd..1fc003ca7f 100644 --- a/spring-integration-samples/osgi-inbound/src/META-INF/MANIFEST.MF +++ b/spring-integration-samples/osgi-inbound/src/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 2.0.0 +Bundle-Version: 2.0.0.BUILD-SNAPSHOT Bundle-Name: org.springframework.integration.samples.osgi.inbound Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.springframework.integration.samples.osgi.inbound diff --git a/spring-integration-samples/osgi-outbound/build.xml b/spring-integration-samples/osgi-outbound/build.xml index 2461f6bc74..73be1294f8 100644 --- a/spring-integration-samples/osgi-outbound/build.xml +++ b/spring-integration-samples/osgi-outbound/build.xml @@ -2,7 +2,7 @@ - + diff --git a/spring-integration-samples/osgi-outbound/src/META-INF/MANIFEST.MF b/spring-integration-samples/osgi-outbound/src/META-INF/MANIFEST.MF index d1e2664d14..8b893f6f30 100644 --- a/spring-integration-samples/osgi-outbound/src/META-INF/MANIFEST.MF +++ b/spring-integration-samples/osgi-outbound/src/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ Manifest-Version: 1.0 -Bundle-Version: 2.0.0 +Bundle-Version: 2.0.0.BUILD-SNAPSHOT Bundle-Name: org.springframework.integration.samples.osgi.outbound Bundle-ManifestVersion: 2 Bundle-SymbolicName: org.springframework.integration.samples.osgi.outbound