Skip to content

Commit 573f9cf

Browse files
authored
Initial version of a Webprotocol based EngineAddon server (#26)
* bump to tycho 2.7.0 * remove tycho warning Signed-off-by: Didier Vojtisek <[email protected]>
1 parent 26caabc commit 573f9cf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.mvn/extensions.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<extensions>
3-
<extension>
4-
<groupId>org.eclipse.tycho.extras</groupId>
5-
<artifactId>tycho-pomless</artifactId>
6-
<version>2.5.0</version>
7-
</extension>
3+
<extension>
4+
<groupId>org.eclipse.tycho</groupId>
5+
<artifactId>tycho-build</artifactId>
6+
<version>2.7.0</version>
7+
</extension>
88
</extensions>

0 commit comments

Comments
 (0)