segmentstore: have ArrayListStore extend LazyArrayListStore to deduplicate code
[deliverable/tracecompass.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1ecde4671375de7089ab6604db317e9445448009..3114a1b4c871d53ef3cb75990f584bb69fa6d5e0 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
 
   <groupId>org.eclipse.tracecompass</groupId>
   <artifactId>org.eclipse.tracecompass</artifactId>
-  <version>2.3.0-SNAPSHOT</version>
+  <version>3.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>Trace Compass Parent</name>
 
           <plugin>
             <groupId>org.jacoco</groupId>
             <artifactId>jacoco-maven-plugin</artifactId>
-            <version>0.7.8</version>
+            <version>0.7.9</version>
             <executions>
               <execution>
                 <id>pre-test</id>
               <groupId>org.eclipse.tracecompass</groupId>
               <artifactId>org.eclipse.tracecompass.target</artifactId>
               <classifier>${target-platform}</classifier>
-              <version>2.3.0-SNAPSHOT</version>
+              <version>3.0.0-SNAPSHOT</version>
             </artifact>
           </target>
         </configuration>
         <plugin>
           <groupId>org.jboss.tools.tycho-plugins</groupId>
           <artifactId>repository-utils</artifactId>
-          <version>0.26.0</version>
+          <version>0.26.1</version>
         </plugin>
 
         <plugin>
                 <url>${help-docs-eclipserun-repo}</url>
               </repository>
             </repositories>
+            <executionEnvironment>JavaSE-1.8</executionEnvironment>
           </configuration>
           <executions>
             <execution>
This page took 0.036203 seconds and 5 git commands to generate.