Skip to content

Commit 42ebfa4

Browse files
committed
update to tycho 2.7.0 #215
Signed-off-by: Andre Bossert <[email protected]>
1 parent d321aea commit 42ebfa4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.mvn/extensions.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<extensions>
33
<extension>
4-
<groupId>org.eclipse.tycho.extras</groupId>
5-
<artifactId>tycho-pomless</artifactId>
6-
<version>1.7.0</version>
4+
<groupId>org.eclipse.tycho</groupId>
5+
<artifactId>tycho-build</artifactId>
6+
<version>2.7.0</version>
77
</extension>
88
</extensions>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<properties>
2121
<new.version>2.3.0-SNAPSHOT</new.version>
22-
<tycho.version>2.5.0</tycho.version>
22+
<tycho.version>2.7.0</tycho.version>
2323
<target.platform>Eclipse-2021-12</target.platform>
2424
<target.platform.url>http://download.eclipse.org/releases/2021-12</target.platform.url>
2525
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)