< prev index next >

application/org.openjdk.jmc.rcp.product/pom.xml

Print this page

        

@@ -46,21 +46,21 @@
         <build>
                 <plugins>
                         <plugin>
                                 <groupId>org.eclipse.tycho</groupId>
                                 <artifactId>tycho-p2-repository-plugin</artifactId>
-                                <version>${tycho-version}</version>
+                                <version>${tycho.version}</version>
                                 <configuration>
                                         <includeAllDependencies>false</includeAllDependencies>
                                         <!-- Skip mirroring to get rid of warning for Eclipse Babel when building rcp.product -->
                                         <disableP2Mirrors>true</disableP2Mirrors>
                                 </configuration>
                         </plugin>
                         <plugin>
                                 <groupId>org.eclipse.tycho</groupId>
                                 <artifactId>tycho-p2-director-plugin</artifactId>
-                                <version>${tycho-version}</version>
+                                <version>${tycho.version}</version>
                                 <configuration>
                                         <formats>
                                                 <win32>zip</win32>
                                                 <linux>tar.gz</linux>
                                                 <macosx>tar.gz</macosx>
< prev index next >