File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed
src/main/java/org/reficio/p2 Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 2222 <maven .plugin.plugin.version>3.6.0</maven .plugin.plugin.version>
2323 <!-- actually a dependency here. -->
2424 <dependency .maven.bundle.plugin.version>5.1.6</dependency .maven.bundle.plugin.version>
25- <tycho .version>2.5.0 </tycho .version>
25+ <tycho .version>2.7.5 </tycho .version>
2626
2727 <sonatype .aether.version>1.13.1</sonatype .aether.version>
2828 <eclipse .aether.version>1.1.0</eclipse .aether.version>
153153 </dependencyManagement >
154154
155155 <dependencies >
156+ <dependency >
157+ <groupId >org.apache.maven</groupId >
158+ <artifactId >maven-core</artifactId >
159+ <version >${maven.version} </version >
160+ <scope >provided</scope >
161+ </dependency >
162+
156163 <dependency >
157164 <groupId >org.apache.maven</groupId >
158165 <artifactId >maven-plugin-api</artifactId >
Original file line number Diff line number Diff line change 3535import org .apache .maven .plugin .BuildPluginManager ;
3636import org .apache .maven .plugin .MojoExecutionException ;
3737import org .apache .maven .project .MavenProject ;
38- import org .eclipse .tycho .core . TychoConstants ;
38+ import org .eclipse .tycho .TychoConstants ;
3939import org .eclipse .tycho .core .osgitools .targetplatform .DefaultDependencyArtifacts ;
4040import org .reficio .p2 .utils .Utils ;
4141
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class Utils {
2626 private static final String JAR_SNAPSHOT_POSTFIX = "-SNAPSHOT" ;
2727 private static final String OSGI_SNAPSHOT_POSTFIX = ".SNAPSHOT" ;
2828 private static final String ECLIPSE_QUALIFIER_POSTFIX = ".qualifier" ;
29- public static final String TYCHO_VERSION = "2.5.0 " ;
29+ public static final String TYCHO_VERSION = "2.7.5 " ;
3030
3131 public static String getTimeStamp () {
3232 SimpleDateFormat format = new SimpleDateFormat ("yyyyMMddHHmmss" );
You can’t perform that action at this time.
0 commit comments