Skip to content

Commit

Permalink
Fix test using . instead of - for tycho version
Browse files Browse the repository at this point in the history
  • Loading branch information
laeubi committed Aug 25, 2022
1 parent 1252639 commit 50cfa97
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tycho-its/projects/pomless-model/pom.xml
Expand Up @@ -9,7 +9,7 @@
<packaging>pom</packaging>

<properties>
<tycho.version>2.7.4-SNAPSHOT</tycho.version>
<tycho-version>2.7.4-SNAPSHOT</tycho-version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<custom.user.property>the-default-value</custom.user.property>
</properties>
Expand All @@ -23,13 +23,13 @@
<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>
<artifact>
Expand Down

0 comments on commit 50cfa97

Please sign in to comment.