File tree Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Expand file tree Collapse file tree 5 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 22
22
<maven .plugin.plugin.version>3.6.0</maven .plugin.plugin.version>
23
23
<!-- actually a dependency here. -->
24
24
<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>
26
26
27
27
<sonatype .aether.version>1.13.1</sonatype .aether.version>
28
28
<eclipse .aether.version>1.1.0</eclipse .aether.version>
153
153
</dependencyManagement >
154
154
155
155
<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
+
156
163
<dependency >
157
164
<groupId >org.apache.maven</groupId >
158
165
<artifactId >maven-plugin-api</artifactId >
Original file line number Diff line number Diff line change 35
35
import org .apache .maven .plugin .BuildPluginManager ;
36
36
import org .apache .maven .plugin .MojoExecutionException ;
37
37
import org .apache .maven .project .MavenProject ;
38
- import org .eclipse .tycho .core . TychoConstants ;
38
+ import org .eclipse .tycho .TychoConstants ;
39
39
import org .eclipse .tycho .core .osgitools .targetplatform .DefaultDependencyArtifacts ;
40
40
import org .reficio .p2 .utils .Utils ;
41
41
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public class Utils {
26
26
private static final String JAR_SNAPSHOT_POSTFIX = "-SNAPSHOT" ;
27
27
private static final String OSGI_SNAPSHOT_POSTFIX = ".SNAPSHOT" ;
28
28
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 " ;
30
30
31
31
public static String getTimeStamp () {
32
32
SimpleDateFormat format = new SimpleDateFormat ("yyyyMMddHHmmss" );
Original file line number Diff line number Diff line change 82
82
<repositories >
83
83
<repository >
84
84
<id >hibernate-snapshots</id >
85
- <url >https://snapshots.jboss.org/maven2 </url >
85
+ <url >https://snapshots.jboss.org</url >
86
86
</repository >
87
87
</repositories >
88
88
Original file line number Diff line number Diff line change 133
133
<repositories >
134
134
<repository >
135
135
<id >hibernate-snapshots</id >
136
- <url >https://snapshots.jboss.org/maven2 </url >
136
+ <url >https://snapshots.jboss.org</url >
137
137
</repository >
138
138
</repositories >
139
139
You can’t perform that action at this time.
0 commit comments