< prev index next >

application/uitests/org.openjdk.jmc.flightrecorder.uitest/pom.xml

Print this page

        

@@ -61,19 +61,19 @@
         <build>
                 <plugins>
                         <plugin>
                                 <groupId>org.eclipse.tycho</groupId>
                                 <artifactId>tycho-surefire-plugin</artifactId>
-                                <version>${tycho-version}</version>
+                                <version>${tycho.version}</version>
                                 <configuration>
                                         <excludes>${ui.flr.test.excludes},**/*StackTraceComponentTest*,**/*MemoryLeakTest*,**/*RangeNavigatorComponentTest*,**/performance/*,**/jvmflags/*</excludes>
                                 </configuration>
                         </plugin>
                         <plugin>
                                 <groupId>org.eclipse.tycho</groupId>
                                 <artifactId>target-platform-configuration</artifactId>
-                                <version>${tycho-version}</version>
+                                <version>${tycho.version}</version>
                                 <configuration>
                                         <dependency-resolution>
                                                 <extraRequirements>
                                                         <requirement>
                                                                 <type>eclipse-feature</type>
< prev index next >