Skip to content

Commit 676512f

Browse files
committed
DEVOPS-2516: use new version of feature branch extension and tycho-build (NO-CI)
1 parent 2c50804 commit 676512f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.mvn/extensions.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<extensions>
1+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
33
<extension>
44
<groupId>org.eclipse.tycho</groupId>
55
<artifactId>tycho-build</artifactId>
6-
<version>3.0.4</version>
6+
<version>4.0.7</version>
77
</extension>
88
<extension>
99
<groupId>com.nuance.clu.maven</groupId>
1010
<artifactId>maven-feature-branch-extension</artifactId>
11-
<version>1.0.2.0011-fb0f827</version>
11+
<version>1.2.1.0021-407a3b6</version>
1212
</extension>
1313
</extensions>

0 commit comments

Comments
 (0)