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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user