INT-844 updated trunk versions to 2.0.0.BUILD-SNAPSHOT, the 2.0.0.M1 version will be added post-tag

This commit is contained in:
Mark Fisher
2009-10-12 13:41:03 +00:00
parent 45931a0627
commit 4e691df7ab
6 changed files with 6 additions and 6 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -2,7 +2,7 @@
<project name="osgi-inbound" default="jar">
<target name="jar">
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-inbound-2.0.0.M1.jar" basedir="bin"/>
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-inbound-2.0.0.BUILD-SNAPSHOT.jar" basedir="bin"/>
</target>
</project>

View File

@@ -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

View File

@@ -2,7 +2,7 @@
<project name="osgi-outbound" default="jar">
<target name="jar">
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-outbound-2.0.0.M1.jar" basedir="bin"/>
<jar manifest="src/META-INF/MANIFEST.MF" destfile="osgi-outbound-2.0.0.BUILD-SNAPSHOT.jar" basedir="bin"/>
</target>
</project>

View File

@@ -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