Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorslewis2018-03-02 20:36:47 +0000
committerslewis2018-03-02 20:36:47 +0000
commitd855484d2ffd7c532c4b52090c340145c33ab1f0 (patch)
treef12121d0c0bd05dadadac43a9c0eb76989dbc428
parent10a014255f5066e80a4f1c872a39016069671ec3 (diff)
downloadorg.eclipse.ecf-d855484d2ffd7c532c4b52090c340145c33ab1f0.tar.gz
org.eclipse.ecf-d855484d2ffd7c532c4b52090c340145c33ab1f0.tar.xz
org.eclipse.ecf-d855484d2ffd7c532c4b52090c340145c33ab1f0.zip
Fix for build
-rw-r--r--protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
index 081edcefe..7171948cb 100644
--- a/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
+++ b/protocols/bundles/org.eclipse.ecf.protocol.bittorrent/pom.xml
@@ -10,6 +10,6 @@
</parent>
<groupId>org.eclipse.ecf</groupId>
<artifactId>org.eclipse.ecf.protocol.bittorrent</artifactId>
- <version>0.3.0-SNAPSHOT</version>
+ <version>0.3.100-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top