Skip to content

Commit f330d0b

Browse files
authored
Update pom.xml
fix reference to tycho version
1 parent dfc8451 commit f330d0b

File tree

1 file changed

+3
-3
lines changed
  • tycho-its/projects/compiler.fragments

1 file changed

+3
-3
lines changed

tycho-its/projects/compiler.fragments/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,21 +9,21 @@
99
<packaging>eclipse-plugin</packaging>
1010

1111
<properties>
12-
<tycho.version>2.7.0-SNAPSHOT</tycho.version>
12+
<tycho-version>2.7.0-SNAPSHOT</tycho-version>
1313
</properties>
1414

1515
<build>
1616
<plugins>
1717
<plugin>
1818
<groupId>org.eclipse.tycho</groupId>
1919
<artifactId>tycho-maven-plugin</artifactId>
20-
<version>${tycho.version}</version>
20+
<version>${tycho-version}</version>
2121
<extensions>true</extensions>
2222
</plugin>
2323
<plugin>
2424
<groupId>org.eclipse.tycho</groupId>
2525
<artifactId>target-platform-configuration</artifactId>
26-
<version>${tycho.version}</version>
26+
<version>${tycho-version}</version>
2727
<configuration>
2828
<target>
2929
<file>jgit.target</file>

0 commit comments

Comments
 (0)