Skip to content

Commit 8c838c8

Browse files
committed
Build with Tycho 4.0.0
1 parent ffc5356 commit 8c838c8

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.mvn/extensions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>3.0.4</version>
6+
<version>4.0.0</version>
77
</extension>
88
</extensions>

m2e-parent/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
26-
<tycho-version>4.0.0-SNAPSHOT</tycho-version>
26+
<tycho-version>4.0.0</tycho-version>
2727
<tycho.p2.baselineMode>warn</tycho.p2.baselineMode>
2828
<scmConnectionRaw>scm:git:https://github.com/eclipse-m2e/m2e-core.git</scmConnectionRaw>
2929
</properties>
@@ -218,10 +218,6 @@
218218
<id>cbi-releases</id>
219219
<url>https://repo.eclipse.org/content/repositories/cbi-releases/</url>
220220
</pluginRepository>
221-
<pluginRepository>
222-
<id>tycho-snapshots</id>
223-
<url>https://repo.eclipse.org/content/repositories/tycho-snapshots/</url>
224-
</pluginRepository>
225221
</pluginRepositories>
226222

227223
<profiles>

0 commit comments

Comments
 (0)