Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2016-11-27 17:54:09 +0000
committerslewis2016-11-27 17:54:09 +0000
commitbfcbf5eb72cb3e23a9849bbaa2e239774963c347 (patch)
treecd0c72d15bfb91fb96a40b590fa9971f29aab3c0
parentd62da79ae999061773819ffcbe19a95b8c562626 (diff)
downloadorg.eclipse.ecf-bfcbf5eb72cb3e23a9849bbaa2e239774963c347.tar.gz
org.eclipse.ecf-bfcbf5eb72cb3e23a9849bbaa2e239774963c347.tar.xz
org.eclipse.ecf-bfcbf5eb72cb3e23a9849bbaa2e239774963c347.zip
Updated pom with version change
-rw-r--r--examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
index 2671f3a7d..35f7c0fde 100644
--- a/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
+++ b/examples/bundles/com.mycorp.examples.timeservice.consumer.ds.async/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>com.mycorp.examples.timeservice.consumer.ds.async</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top