bug 381457: change the format of the version in the pom.xml so that it works with tycho-0.15
diff --git a/jetty.bundles.f.source/pom.xml b/jetty.bundles.f.source/pom.xml
index dcf4377..6a6313c 100644
--- a/jetty.bundles.f.source/pom.xml
+++ b/jetty.bundles.f.source/pom.xml
@@ -20,7 +20,7 @@
   <parent>
   <groupId>org.eclipse.jetty.p2repo</groupId>
   <artifactId>jetty-p2repo</artifactId>
-    <version>8.1.3.SNAPSHOT</version>
+    <version>8.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.eclipse.jetty.bundles.f.source</artifactId>
   <packaging>eclipse-feature</packaging>
diff --git a/jetty.bundles.f/pom.xml b/jetty.bundles.f/pom.xml
index 6de829e..145ba05 100644
--- a/jetty.bundles.f/pom.xml
+++ b/jetty.bundles.f/pom.xml
@@ -20,7 +20,7 @@
   <parent>
   <groupId>org.eclipse.jetty.p2repo</groupId>
   <artifactId>jetty-p2repo</artifactId>
-    <version>8.1.3.SNAPSHOT</version>
+    <version>8.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.eclipse.jetty.bundles.f</artifactId>
   <packaging>eclipse-feature</packaging>
diff --git a/jetty.bundles.repo/pom.xml b/jetty.bundles.repo/pom.xml
index 94f9fe8..60d1fe5 100644
--- a/jetty.bundles.repo/pom.xml
+++ b/jetty.bundles.repo/pom.xml
@@ -20,7 +20,7 @@
   <parent>
     <groupId>org.eclipse.jetty.p2repo</groupId>
     <artifactId>jetty-p2repo</artifactId>
-    <version>8.1.3.SNAPSHOT</version>
+    <version>8.1.3-SNAPSHOT</version>
   </parent>
   <artifactId>org.eclipse.jetty.bundles.repo</artifactId>
   <!--packaging>eclipse-repository</packaging-->
diff --git a/pom.xml b/pom.xml
index ff7f21c..ed7b5b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.eclipse.jetty.p2repo</groupId>
   <artifactId>jetty-p2repo</artifactId>
-  <version>8.1.3.SNAPSHOT</version>
+  <version>8.1.3-SNAPSHOT</version>
   <packaging>pom</packaging>
   <modules>