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/pom.xml
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/pom.xml')
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.provider.rest.consumer/pom.xml2
1 files changed, 1 insertions, 1 deletions
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