We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfc8451 commit f330d0bCopy full SHA for f330d0b
tycho-its/projects/compiler.fragments/pom.xml
@@ -9,21 +9,21 @@
9
<packaging>eclipse-plugin</packaging>
10
11
<properties>
12
- <tycho.version>2.7.0-SNAPSHOT</tycho.version>
+ <tycho-version>2.7.0-SNAPSHOT</tycho-version>
13
</properties>
14
15
<build>
16
<plugins>
17
<plugin>
18
<groupId>org.eclipse.tycho</groupId>
19
<artifactId>tycho-maven-plugin</artifactId>
20
- <version>${tycho.version}</version>
+ <version>${tycho-version}</version>
21
<extensions>true</extensions>
22
</plugin>
23
24
25
<artifactId>target-platform-configuration</artifactId>
26
27
<configuration>
28
<target>
29
<file>jgit.target</file>
0 commit comments