Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-02 02:50:37 +0000
committerslewis2018-03-02 02:50:37 +0000
commit4114f220ca71c3fa25b98c712f43736ade8b57e1 (patch)
treec7048ae547b0aa7e40e61817d42e9cc5a3572a9a /examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer
parentf0018fcf28388e0281df66e0e01a0852a9bb74c1 (diff)
downloadorg.eclipse.ecf-4114f220ca71c3fa25b98c712f43736ade8b57e1.tar.gz
org.eclipse.ecf-4114f220ca71c3fa25b98c712f43736ade8b57e1.tar.xz
org.eclipse.ecf-4114f220ca71c3fa25b98c712f43736ade8b57e1.zip
fixes for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=530952
Diffstat (limited to 'examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/META-INF/MANIFEST.MF3
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/META-INF/MANIFEST.MF b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/META-INF/MANIFEST.MF
index f7967095e..4a1910d7e 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/META-INF/MANIFEST.MF
+++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/META-INF/MANIFEST.MF
@@ -2,7 +2,8 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: ECF RS Example Timeservice REST Provider Consumer
Bundle-SymbolicName: com.mycorp.examples.timeservice.provider.rest.consumer
-Bundle-Version: 1.1.0.qualifier
+Automatic-Module-Name: com.mycorp.examples.timeservice.provider.rest.consumer
+Bundle-Version: 1.1.100.qualifier
Bundle-Vendor: Eclipse.org - ECF
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-ActivationPolicy: lazy
diff --git a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
index 023cb3094..d183d0571 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
+++ b/examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>com.mycorp.examples.timeservice.provider.rest.consumer</artifactId>
- <version>1.1.0-SNAPSHOT</version>
+ <version>1.1.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top