Skip to content

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
fix reference to tycho version
  • Loading branch information
laeubi committed Mar 30, 2022
1 parent dfc8451 commit f330d0b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tycho-its/projects/compiler.fragments/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,21 @@
<packaging>eclipse-plugin</packaging>

<properties>
<tycho.version>2.7.0-SNAPSHOT</tycho.version>
<tycho-version>2.7.0-SNAPSHOT</tycho-version>
</properties>

<build>
<plugins>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>tycho-maven-plugin</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<extensions>true</extensions>
</plugin>
<plugin>
<groupId>org.eclipse.tycho</groupId>
<artifactId>target-platform-configuration</artifactId>
<version>${tycho.version}</version>
<version>${tycho-version}</version>
<configuration>
<target>
<file>jgit.target</file>
Expand Down

0 comments on commit f330d0b

Please sign in to comment.