Update to use exclude the pom.xml when calculating timestamps
diff --git a/cbi/eclipse-parent/pom.xml b/cbi/eclipse-parent/pom.xml
index 3b4c6a0..a99b202 100644
--- a/cbi/eclipse-parent/pom.xml
+++ b/cbi/eclipse-parent/pom.xml
@@ -22,8 +22,8 @@
   <packaging>pom</packaging>
 
   <properties>
-    <tycho.version>0.16.0</tycho.version>
-    <tycho-extras.version>0.16.0</tycho-extras.version>
+    <tycho.version>0.17.0-SNAPSHOT</tycho.version>
+    <tycho-extras.version>0.17.0-SNAPSHOT</tycho-extras.version>
 
     <orbit-repo.url>http://download.eclipse.org/tools/orbit/downloads/drops/R20120526062928/repository/</orbit-repo.url>
     <jetty-repo.url>http://www.eclipse.org/external/jetty/updates/jetty-bundles-8.x/8.1.3.v20120522/</jetty-repo.url>
@@ -184,6 +184,7 @@
             <format>'v'yyyyMMdd-HHmm</format>
             <timestampProvider>jgit</timestampProvider>
             <jgit.ignore>
+	    pom.xml
             </jgit.ignore>
           </configuration>
         </plugin>
@@ -229,7 +230,7 @@
             <baselineReplace>none</baselineReplace>
             <baselineRepositories>
               <repository>
-                <url>http://download.eclipse.org/e4/updates/0.12</url>
+                <url>http://download.eclipse.org/e4/updates/0.13-I-builds</url>
               </repository>
             </baselineRepositories>
           </configuration>