Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-03 00:39:04 +0000
committerslewis2018-03-03 00:39:04 +0000
commitdc366174ca91c9a0dbac3f3c13b1f07777f4de6b (patch)
treee72f3476e07813d5a30e1bb9e3785afea3b3903d
parentcd69da2e839998305a00560d3c89789227505e2f (diff)
downloadorg.eclipse.ecf-dc366174ca91c9a0dbac3f3c13b1f07777f4de6b.tar.gz
org.eclipse.ecf-dc366174ca91c9a0dbac3f3c13b1f07777f4de6b.tar.xz
org.eclipse.ecf-dc366174ca91c9a0dbac3f3c13b1f07777f4de6b.zip
bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF3
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml2
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/META-INF/MANIFEST.MF3
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml2
4 files changed, 6 insertions, 4 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
index 7dc48e469..bc7a2a11a 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example REST Timeservice Consumer FileDiscovery
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer.filediscovery.rest
-Bundle-Version: 1.2.0.qualifier
+Automatic-Module-Name: com.mycorp.examples.timeservice.consumer.filediscovery.rest
+Bundle-Version: 1.2.100.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Remote-Service: timeservicerestendpointdescription.xml
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
index bb36c6a7f..305c9ac9c 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery.rest/pom.xml
@@ -9,7 +9,7 @@
<relativePath>../../../</relativePath>
</parent>
<artifactId>com.mycorp.examples.timeservice.consumer.filediscovery.rest</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/META-INF/MANIFEST.MF
index e76ed99cc..f858d7616 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example TimeService Consumer FileDiscovery
Bundle-SymbolicName: com.mycorp.examples.timeservice.consumer.filediscovery
-Bundle-Version: 1.2.0.qualifier
+Automatic-Module-Name: com.mycorp.examples.timeservice.consumer.filediscovery
+Bundle-Version: 1.2.100.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Remote-Service: timeserviceendpointdescription.xml
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
index 679589f97..67892e02a 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/pom.xml
@@ -9,7 +9,7 @@
<relativePath>../../../</relativePath>
</parent>
<artifactId>com.mycorp.examples.timeservice.consumer.filediscovery</artifactId>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
<build>

Back to the top